---
title: "Get Race Fastest Lap"
method: GET
path: "/races/{race_id}/fastest-lap"
tags: ["Races"]
---

# Get Race Fastest Lap

`GET /races/{race_id}/fastest-lap`

Retrieve details of the fastest lap in a specific Formula 1 race. Includes driver, lap time, team, and lap number.

## Path parameters

- `race_id` integer, required

## Response `200`

Successful Response

- RaceFastestLapResponse[]
  - `position_number` integer, nullable
  - `driver_number` string, required
  - `driver_id` string, required
  - `constructor_id` string, required
  - `lap` integer, nullable
  - `time` string, nullable
  - `gap` string, nullable
  - `interval` 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)
