Sportradar ​
Real-time sports data, odds comparison, and win probabilities across global competitions.
| Detail | Value |
|---|---|
| Category | iGaming |
| Base URL | https://api.sportradar.com |
| Authentication | API Key (Query) |
| Endpoints | 9 |
| Connector key | sportradar |
Using Sportradar in a workflow ​
- Go to Connections and click New Connection.
- Pick Sportradar from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /oddscomparison-prematch/trial/v2/sports | List all sports |
| GET /oddscomparison-prematch/trial/v2/{lang}/sport_events/{id}/markets.json | Pre-match odds |
| GET /oddscomparison-live-odds/trial/v2/{lang}/sport_events/{id}/markets.json | Live odds |
| GET /oddscomparison-prematch/trial/v2/competitions | List competitions |
| GET /oddscomparison-prematch/trial/v2/daily-sport-event-schedule | Daily schedule |
| GET /oddscomparison-prematch/trial/v2/books | List bookmakers |
| GET /probabilities/trial/v1/{lang}/sport_events/{id}/probabilities.json | Win probabilities |
| GET /soccer/trial/v4/{lang}/competitions.json | Soccer competitions |
| GET /soccer/trial/v4/{lang}/competitors/{id}/profile.json | Team profile |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.