1. Get your API key
Sign up at therundown.io/api to get your API key.2. Make your first request
Some reference endpoints are public, but authenticating from the start lets you see the same headers and behavior your production integration will use.
3. Get today’s NBA odds
The
offset parameter shifts the date boundary so a “day” aligns with the timezone you care about instead of midnight UTC. Use the offset that matches your market timezone. See the Events reference for examples.In production,
market_ids, affiliate_ids, and main_line=true are your biggest levers for controlling payload size and data-point usage.4. Choose your update path
Every plan can use delta endpoints for efficient polling:X-Websocket-Access: true, you can also connect directly to the WebSocket feed for real-time updates:
WebSocket access is enabled on real-time tiers by default. If your key does not have it, use market delta polling instead.
Next steps
Authentication
Learn about all auth methods
Rate Limits
Understand data points and
429 responsesBuilding an Odds Screen
Step-by-step guide
Efficient Polling
Delta, caching, and cost control
Market IDs Reference
All market types and their IDs
WebSocket Streaming
Real-time data guide