Getting Started
Introduction
RaceHooks is a motorsport webhook delivery platform. Instead of polling a REST API, you register your endpoint URL, subscribe to the feeds you care about, and RaceHooks pushes structured payloads to your server the moment each event fires during a live session. F1 is live now. IndyCar and NASCAR are coming soon.
Quickstart →
First delivery in 5 minutes
Feed catalog →
All 24 real-time F1 feeds
Analytics →
6 ML models in every payload
API Reference →
Full endpoint reference
How it works
1
Register your endpoint
Give RaceHooks a webhook URL. Any publicly reachable HTTPS endpoint works. For local development, localhost URLs are supported during simulate replays.
2
Subscribe to feeds
Choose which data feeds to receive. Each feed represents a specific data stream — lap times, car telemetry, race control messages, weather, and more. Feed availability varies by sport.
3
Receive live payloads
During every live session, RaceHooks delivers payloads to your endpoint the moment each event fires. No polling, no missed updates.
Key concepts
Base URL
https://api.racehooks.ioAll API requests are versioned under /v1. The console frontend proxies API calls through /v1 in development.