---
title: "Get Race Pit Stops"
method: GET
path: "/races/{race_id}/pit-stops"
tags: ["Races"]
---

# Get Race Pit Stops

`GET /races/{race_id}/pit-stops`

Retrieve all pit stop information for a specific Formula 1 race. Includes driver, lap, duration, and team data.

## Path parameters

- `race_id` integer, required

## Response `200`

Successful Response

- RacePitStopResponse[]
  - `driver_number` string, required
  - `driver_id` string, required
  - `constructor_id` string, required
  - `stop` integer, nullable
  - `lap` integer, nullable
  - `time` 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)
