---
title: "Get Season Drivers"
method: GET
path: "/seasons/{year}/drivers"
tags: ["Seasons"]
---

# Get Season Drivers

`GET /seasons/{year}/drivers`

Retrieve a list of all drivers who participated in a specific Formula 1 season. Includes driver names, teams, nationalities, and championship points.

## Path parameters

- `year` integer, required

## Response `200`

Successful Response

- SeasonDriverResponse[]
  - `id` string, required
  - `name` string, required
  - `abbr` string, required
  - `number` string, nullable
  - `position` integer, nullable
  - `points` string, nullable
  - `race_wins` integer, nullable
  - `pole_positions` integer, nullable

## Other responses

- `422` — Validation Error

---

[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)
