get https://api.sportradar.com/cycling//v2//sport_events//summary.
Cycling Stage Summary provides schedules and results information based on the stage provided (sport, season, discipline, event, or stage).
Update Frequency
300s Time To Live / Cache
Data Points
Category & Sport:
Attribute | Parent Element | Type | Description |
---|---|---|---|
id | stage - category | String | Unique category ID for a season ex. sr:category:96 (International) |
name | stage - category | String | Name for a season's category ex. International |
id | stage - sport | String | Unique sport ID for a season ex. sr:sport:17 |
name | stage - sport | String | Name for a season's sport ex. Cycling |
Competitor:
Attribute | Parent Element | Type | Description |
---|---|---|---|
country_code | competitor | String | Country code of a competitor ex. SVN (Slovenia) |
gender | competitor | String | Gender for a competitormale , female |
id | competitor | String | Unique ID for a competitor ex. sr:competitor:507514 |
name | competitor | String | Name for a competitor ex. Pogacar, Tadej |
nationality | competitor | String | Nationality of a competitor ex. Slovenia |
Team:
Attribute | Parent Element | Type | Description |
---|---|---|---|
id | team | String | Unique ID for a team ex. sr:competitor:310636 |
name | team | String | Name for a team ex. UAE Team Emirates |
gender | team | String | Gender for a teammale , female |
nationality | team | String | Nationality of a team ex. United Arab Emirates |
country_code | team | String | Country code of a team ex. UAE (United Arab Emirates) |
Stage:
Stage may be a
sport
,season
,discipline
,event
, orstage
Attribute | Parent Element | Type | Description |
---|---|---|---|
arrival_city | stage | String | Arrival city for a stage (event or stage )Troyes |
classification | stage | String | Terrain classification of a stage individual_time_trial , team_time_trial , flat , medium_mountain , high_mountain |
departure_city | stage | String | Departure city for a stage (event or stage )Nice |
description | stage | String | Name of a stage ex. Cycling Men 2025 , Amstel Gold Race , Stage 9 |
distance | stage | Double | Distance of a stage (event or stage ) |
distance_unit | stage | String | Unit of distance of a stage (event or stage )km , miles , meter |
gender | stage | String | Gender for a stagemale , female |
id | stage | String | Unique ID of a season ex. sr:stage:1221671 |
scheduled | stage | date-time | Scheduled start time of a season ex. 2025-01-01T00:00:00+00:00 |
scheduled_end | stage | date-time | Scheduled end time of a season ex. 2025-12-31T23:55:00+00:00 |
single_event | stage | Boolean | Signifies a stage is a single event when true |
status | stage | String | Status of a stagePreliminary , Completed , Closed , Cancelled , Running See our FAQ for definitions of each status |
type | stage | String | Stage type. Every stage will be season in the Seasons endpoint.sport , season , discipline , event , stage |
Results:
Data points present will depend on the stage
type
used in your request. Use anevent
orstage
type to access results.Results appear as individual competitors and as competitors within a team
Attribute | Parent Element | Type | Description |
---|---|---|---|
climber | competitor - result | Integer | Climber points for a competitor in a stage ex. 70 |
climber_ranking | competitor - result | Integer | Climber rank for a competitor in a stage |
dnf | competitor - result | Boolean | Signifies a competitor did not finish a stage when true |
dns | competitor - result | Boolean | Signifies a competitor did not start a stage when true |
dsq | competitor - result | Boolean | Signifies a competitor was disqualified from a stage when true |
sprint | competitor - result | Integer | Sprint points for a competitor in a stage ex. 65 |
sprint_ranking | competitor - result | Integer | Sprint rank for a competitor in a stage |
team_time | competitor - result | String | Team time for a stage |
team_time_ranking | competitor - result | Integer | Team time rank for a stage |
time | competitor - result | String | Total race time for the winning/leading competitor or delta time gap from the competitor to the leader ex. 83:38.56 or +00:06.17 |
time_ranking | competitor - result | Integer | Time rank for a competitor in a stage |
young_rider | competitor - result | Integer | Total race time for a winning/leading young rider or delta time gap from the competitor to the young rider leader ex. 83:48.14 or +00:15.46 |
young_rider_ranking | competitor - result | Integer | Time rank for a young rider competitor in a stage |