get https://api.sportradar.com/rally//v2/en/sport_events//summary.
Rally Stage Summary provides schedules and results information based on the stage provided (sport, season, event, or race).
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 stage ex. sr:category:84 (Rally) |
name | stage - category | String | Name for a stage's category ex. Formula E |
id | stage - sport | String | Unique sport ID for a stage ex. sr:sport:101 |
name | stage - sport | String | Name for a stage's sport ex. Rally |
Competitor:
Attribute | Parent Element | Type | Description |
---|---|---|---|
country_code | competitors - competitor | String | Country code of a competitor ex. BEL (Belgium) |
gender | competitors - competitor | String | Gender for a competitormale , female |
id | competitors - competitor | String | Unique ID for a competitor ex. sr:competitor:62796 |
name | competitors - competitor | String | Name for a competitor ex. Buemi, Sebastien |
nationality | competitors - competitor | String | Nationality of a competitor ex. Belgium |
Stage:
Stage may be a
sport
,season
,event
,practice
,qualifying
,qualifying_part
,race
,lap
, orsprint_race
Attribute | Parent Element | Type | Description |
---|---|---|---|
description | stage | String | Name of a stage ex. World Rally Championship , Rally de Monte-Carlo , or Day 4 |
disabled | stage | Boolean | Signifies a stage has been disabled when true |
id | stage | String | Unique ID of a stage ex. sr:stage:1135404 |
scheduled | stage | date-time | Scheduled start time of a stage ex. 2024-07-28T13:00:00+00:00 |
scheduled_end | stage | date-time | Scheduled end time of a stage ex. 2024-07-28T15:00:00+00:00 |
single_event | stage | Boolean | Signifies a stage is a single event when true |
status | stage | String | Status of a stage. See our Rally FAQ for a list of statuses and their definitionsCancelled , Closed , Complete , Finished , Not Started , Preliminary , Running |
type | stage | String | Stage typesport , season , event , practice , qualifying , qualifying_part , race , lap , sprint_race |
unique_stage_id | stage | String | Unique ID of a parent stage for an event. Can be used to synch the same event across seasons. ex. sr:stage_unique:897 |
Results:
Data points present will depend on the stage
type
used in your request. See our Statistics Summary page to view Result stats available pertype
Attribute | Parent Element | Type | Description |
---|---|---|---|
gap | competitor - result | String | Total race time for the winning/leading driver or delta time gap from the competitor to the leader ex. 3:09:30.9 or +45.2 |
points | competitor - result | Integer | Number of points for a driver in a stage |
position | competitor - result | Integer | Position number for a driver in a stage |
races | competitor - result | Integer | Number of races for a driver in a stage |
status | competitor - result | String | Status of a driver in a stage ex. Finished , Did not start |
victories | competitor - result | Integer | Number of victories for a driver in a stage |
Venue:
Attribute | Parent Element | Type | Description |
---|---|---|---|
city | venue | String | City name of a venue ex. Monaco |
coordinates | venue | String | Coordinates of a venue ex. 43.735386,7.424122 |
country | venue | String | Country name of a venue ex. Monaco |
country_code | venue | String | Country code of a venue ex. MCO |
id | venue | String | Unique ID of a venue ex. sr:venue:75915 |
length | venue | Integer | Circuit length of a venue, in kilometers ex. 3318 |
name | venue | String | Name of a venue ex. Monaco harbour |
timezone | venue | String | Timezone of a venue ex. Europe/Monaco |