Skip to main content
The V1 API covers 9 sports behind one auth key, with sub-100ms responses and a real-time WebSocket. This page gets you to a working call quickly.

1. Get your API key

Sign in to the Dashboard and copy your x-api-key. The same key works across every V1 endpoint and the WebSocket.

2. Pick a base URL

{sport} is one of: football, basketball, tennis, hockey, handball, american-football, baseball, volleyball, rugby.

3. Your first call — live scores

Response envelope

Every V1 endpoint returns the same wrapper:
See Response Format for the full envelope, status codes, and cache TTLs.

4. Open the WebSocket

Full protocol: WebSocket.

Where to next

Scores

Live, scheduled, and date-range scores across all 9 sports.

Game Detail

Events, lineups, stats, venue, play-by-play, predictions.

Competitions

Standings, results, brackets, transfers, top scorers.

Recipes

Copy-paste snippets for tickers, tables, and match pages.
V1 and V2 share the same key. Use V1 when you need the fastest score updates; reach for V2 when you need deeper data like fantasy, rankings, or detailed odds.
Last modified on June 29, 2026