Telemetry
live
Where the cars are, in real time. telemetry.driver-tracker streams low-resolution live position (x/y/z) during the session — enough to drive a track map or proximity logic.
ℹ
Full-resolution per-driver car-data channels (speed, throttle, brake, gear, RPM) and precise position traces are not live-deliverable. They are reconstructed after the session and served via the Telemetry REST API on the Custom tier — see
results.race-summary under Results & Standings for the post-race entry point.position channels — one clean lap of Spa-Francorchamps, reconstructed from our own telemetry. Every circuit we cover has one.Subscribe with the feedId via webhook or SSE. The badge shows the feed's access class: free feeds are open to every plan, live feeds require the Developer plan, and analytics feeds require the Custom plan.
telemetry.driver-trackerDriver Trackerlive
Per update
Low-resolution live position (x/y/z).
Sample payload
telemetry.track-positionVirtual Track Positionlive
~1/sec
Every car's live position on the circuit — lap fraction plus x/y track coordinates — reconstructed each second from timing.
Backed by: track_position_arc_filter. How the models work →