---
title: "Get Driver Season History"
method: GET
path: "/drivers/{driver_id}/seasons"
tags: ["Drivers"]
---

# Get Driver Season History

`GET /drivers/{driver_id}/seasons`

Retrieve all seasons a driver competed in. Returns year-by-year participation including constructor teams, championship standings, total points, wins, podiums, and pole positions for each season. Useful for career progression analysis.

## Path parameters

- `driver_id` string, required

## Response `200`

Successfully retrieved driver season history

- DriverSeasonResponse[]
  - `year` integer, required
  - `position` integer, nullable, required
  - `points` string, nullable, required
  - `race_wins` integer, nullable, required
  - `pole_positions` integer, nullable, required
  - `constructors_name` string[], required

## Other responses

- `404` — Driver not found or no season data available
- `422` — Invalid driver ID format

---

[API](https://skmtc.net/racinghub/apis/racinghub-api-formula-1-historical-data-statistics.md) · [All operations](https://skmtc.net/racinghub/apis/racinghub-api-formula-1-historical-data-statistics/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/racinghub/racinghub-api-formula-1-historical-data-statistics/revisions/c555fc623fe2/schema)
