---
title: "Get Driver Standings"
method: GET
path: "/standings/{year}/drivers"
tags: ["Standings"]
---

# Get Driver Standings

`GET /standings/{year}/drivers`

Retrieve the final driver championship standings for a specific Formula 1 season. Includes driver names, teams, points, wins, podiums, and overall ranking.

## Path parameters

- `year` integer, required

## Response `200`

Successful Response

- DriverStandingResponse[]
  - `position` integer, nullable
  - `position_text` string, required
  - `driver_id` string, required
  - `driver_name` string, required
  - `driver_abbr` string, required
  - `driver_number` string, nullable
  - `points` string, required
  - `race_wins` integer, required
  - `pole_positions` integer, required
  - `championship_won` boolean, required

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