---
title: "Get All Constructors"
method: GET
path: "/constructors"
tags: ["Constructors"]
---

# Get All Constructors

`GET /constructors`

Retrieve a paginated list of all Formula 1 constructor teams.Returns team information including official name, nationality, and historical data. Covers all teams from the championship's inception in 1950 to present.

## Query parameters

- `page` integer — Page number
- `limit` integer — Number of items per page

## Response `200`

Successfully retrieved paginated constructor list

- PagedResponseConstructorResponse
  - `data` ConstructorResponse[], required
    - `id` string, required
    - `name` string, required
    - `full_name` string, required
    - `country_id` string, required
    - `total_championship_wins` integer, required
    - `total_race_entries` integer, required
    - `total_race_starts` integer, required
    - `total_race_wins` integer, required
    - `total_1_and_2_finishes` integer, required
    - `total_race_laps` integer, required
    - `total_podiums` integer, required
    - `total_podium_races` integer, required
    - `total_points` string, required
    - `total_championship_points` string, required
    - `total_pole_positions` integer, required
    - `total_fastest_laps` integer, required
    - `total_sprint_race_starts` integer, required
    - `total_sprint_race_wins` integer, required
    - `best_championship_position` integer, nullable
    - `best_starting_grid_position` integer, nullable
    - `best_race_result` integer, nullable
    - `best_sprint_race_result` integer, nullable
  - `page` integer, required
  - `limit` integer, required
  - `total` integer, required
  - `total_pages` integer, required
  - `has_next` boolean, required — Whether there's a next page
  - `has_previous` boolean, required — Whether there's a previous page

## Other responses

- `422` — Invalid query parameters

---

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