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

# Get Season Races

`GET /seasons/{year}/races`

Retrieve a list of all races in a specific Formula 1 season. Includes race names, dates, circuits, locations, and round numbers.

## Path parameters

- `year` integer, required

## Response `200`

Successful Response

- SeasonRaceResponse[]
  - `id` integer, required
  - `round` integer, required
  - `date` string, date, required
  - `name` string, required
  - `circuit` string, required
  - `country_code` string, required
  - `laps` integer, nullable
  - `distance` string, 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)
