Introduction
The F1 Control Room API provides structured access to Formula 1 race data from 1950 to present — results, standings, telemetry, lap analysis, tyre strategy, and session data behind a single REST interface.
Race results, qualifying classifications, championship standings, driver and constructor data. Available for every season since the first world championship.
Lap-by-lap telemetry, sector times, tyre strategy, pace analysis, and session data. Powered by the F1 Live Timing feed — archived from the 2018 season onwards.
All requests require an API key passed as a request header. Register for a key using the link in the top bar — keys are issued instantly via email.
X-API-Key: your-api-key-hereKeys expire after 30 days of inactivity. Re-register at any time using the same email.
Make your first request — fetch the 2024 season race schedule.
curl https://api.f1controlroomdocs.com/api/races/2024/ \ -H "X-API-Key: your-api-key-here"
{ "year": 2024, "races": [ { "round": 1, "name": "Bahrain Grand Prix", "date": "2024-03-02", "location": "Sakhir", "country": "Bahrain", "event_format": "standard" } ] }
The API is organized into six groups.