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

# Get Season Constructors

`GET /seasons/{year}/constructors`

Retrieve a list of all constructors that competed in a specific Formula 1 season. Includes constructor names, countries, team information, and championship points.

## Path parameters

- `year` integer, required

## Response `200`

Successful Response

- SeasonConstructorResponse[]
  - `id` string, required
  - `name` string, required
  - `country_code` string, required
  - `engine_manufacturer_id` string, required
  - `engine_manufacturer` string, required
  - `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)
