APIHub
Back to Explore

OpenF1

Provides access to lap‑by‑lap data for a specific Formula 1 session, with optional filtering by driver number and lap number, and selectable output format (JSON or CSV).

Sports & Fitness
none
HTTPS
CORS: Yes
Description enriched
Visit official documentation

Latency

310ms p95

Uptime

100.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/v1/laps

Retrieve lap data for a given session.

  • session_key (query, required) — Identifier for the session to retrieve laps from.
  • driver_number (query) — Filter laps by the driver’s number.
  • lap_number (query) — Filter laps by a specific lap number.
  • csv (query) — If true, returns the data in CSV format instead of JSON.

1 endpoint auto-detected

curl -X GET \
  "https://openf1.org//v1/laps"

openf1.org · HTTPS only