Sportradar Curling v2
Number of APIs: 19
The Curling API provides schedules and results for top curling leagues. Data is collected via Sportradar operators and is available post-match.
The API is consistent in structure, format and behavior with other General Sport APIs. Primary feeds will return competitions, seasons, schedules, and results.
Additional feeds provide complimentary stats, including:
- Competitor profiles
- Match win probabilities
- Season standings
- Historical results
- Head-to-head statistics
The easiest way to get started with the API is to click the fork button to fork this collection to your own workspace and use Qodex to send requests.
To receive trial access, visit this page.
-
Competition Info GET {{baseUrl}}/:locale/competitions/:urn_competition/info.{{format}}
-
Competition Seasons GET {{baseUrl}}/:locale/competitions/:urn_competition/seasons.{{format}}
-
Competitions GET {{baseUrl}}/:locale/competitions.{{format}}
-
Competitor Merge Mappings GET {{baseUrl}}/:locale/competitors/merge_mappings.{{format}}
-
Competitor Profile GET {{baseUrl}}/:locale/competitors/:urn_competitor/profile.{{format}}
-
Competitor vs Competitor GET {{baseUrl}}/:locale/competitors/:urn_competitor/versus/:urn_competitor2/summaries.{{format}}
-
Daily Summaries GET {{baseUrl}}/:locale/schedules/:urn_date/summaries.{{format}}?offset=0&limit=5
-
Season Competitors GET {{baseUrl}}/:locale/seasons/:urn_season/competitors.{{format}}?offset=0&limit=5&start=5
-
Season Info GET {{baseUrl}}/:locale/seasons/:urn_season/info.{{format}}
-
Season Probabilities GET {{baseUrl}}/:locale/seasons/:urn_season/probabilities.{{format}}