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

# Get Season by Year

`GET /seasons/{year}`

Retrieve detailed information for a specific Formula 1 season by year. Includes season overview, total races, driver and constructor champions, and key events during the season.

## Path parameters

- `year` integer, required

## Response `200`

Successful Response

- SeasonResponse
  - `year` integer, required
  - `total_races` integer, required
  - `total_drivers` integer, required
  - `total_constructors` integer, required
  - `champion` DriverChampionResponse, required
    - `driver_id` string, required
    - `driver_name` string, required
    - `points` number, required
    - `race_wins` integer, required
    - `pole_positions` integer, required
  - `constructor_champion` ConstructorChampionResponse, required
    - `constructor_id` string, required
    - `constructor_name` string, required
    - `points` number, required
    - `race_wins` integer, required
    - `pole_positions` integer, 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)
