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
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.
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 Resources
Postman Workspace
Run in PostmanOur full Media API suite—including the Winter Sports collection—lives in our public Postman workspace. Fork or follow any collection to get updates automatically.
![]()
Schema Download
Open the zip file below to access our entire Winter Sports API XSD schema.
MCP Server
The Sportradar Winter Sports MCP Server is a Model Context Protocol (MCP) implementation that bridges AI assistants directly to our Winter Sports API feeds. It allows LLMs to use standardized tools to fetch our sports data, helping to power your applications, assist in coding, and streamlining your integration.
For detailed instructions on how to set up and use this integration, visit our MCP Server documentation.
