Real-Time Race Data
Dive into live timing, telemetry, race control messages, and more as the action unfolds on track. Never miss a moment with our comprehensive real-time features.

Post-Session Telemetry & Analysis
Analyze detailed telemetry, performance metrics, and strategic insights after each session. Deep dive into data to understand every aspect of the race.

What our users say after using the app
Contact Us
Have questions? We'd love to hear from you. Send us a message and we'll respond as soon as possible.
Frequently asked questions
Find answers to common questions about F1 Live Pulse
Real-time F1 Data APIs
Access live Formula 1 racing data, including real-time timing, pit stops, stints, results, classifications, and more.
curl -X GET https://f1-live-pulse.p.rapidapi.com/timingData \ -H "x-rapidapi-key: YOUR_API_KEY" \ -H "x-rapidapi-host: f1-live-pulse.p.rapidapi.com" { drivers: [ { position: "1", racingNumber: "4", "driver": { BroadcastName: "L NORRIS", FullName: "Lando NORRIS", Tla: "NOR", TeamName: "McLaren", TeamColour: "FF8000", HeadshotUrl: "https://firebasestorage.googleapis.com/v0/b/Norris.png" }, retired: false, inPit: false, pitOut: false, stopped: false, knockedOut: false, compound: "HARD", bestLapTime: "1:27.438" }, ... ] }