Introduction
The Winter Sports API covers the following sports for Men's and Women's competitions:
- Alpine Skiing
- Biathlon
- Cross Country
- Figure Skating
- Nordic Combined
- Ski Jumping
- Bobsleigh, Luge, Snowboard & Speed Skating (Winter Olympics only)
This API uses a descending, stage-based structure. By changing the stage ID, you can retrieve information on a season, discipline, event, or run.
Additional feeds provide complementary stats, including basic team/competitor profiles and historical results.
Authentication is required for all API calls.
API Map
To best utilize the Winter Sports API, you will need several parameters to create your API calls. The map below illustrates how you can obtain the parameters you need.
The primary Seasons feed requires only a human-readable parameter to call the endpoint. This feed provides season Stage Ids, which can be used to generate descending Sport Event Summary feeds to include more detailed event info. These feeds can then be used to generate profile feeds.
Endpoint Descriptions
Competitor Merge Mappings - Provides the valid Sportradar Id in cases when two competitors have been merged into one.
Competitor Profile – Provides information regarding a given competitor.
Seasons – Provides a list of all available seasons.
Stage Schedule – Provides the schedule for a given stage.
Stage Summary – Provides schedules and results information based on the stage provided (season, discipline, event, or run).
Team Profile – Provides information regarding a given team.
Data Retrieval Sample
To find the summary for a given event:
- Call the Seasons endpoint and find the Stage Id for the current season
- Call the Stage Summary (Schedule) using the 'season' Stage Id
- Locate the Stage Id for the upcoming event
- Call the Stage Summary (Event) using the 'event' Stage Id
The summary info for this race is displayed.
Integration Links
Postman Workspace
Our entire Media APIs are available on Postman. Click the link above to be taken directly to our Winter Sports API collection.
Feel free to follow and/or fork any collections to receive updates.
Schema Download
Open the zip file below to access our entire Winter Sports API XSD schema.