get https://api.sportradar.com/motogp//v2//sport_events//summary.
MotoGP Stage Summary provides schedules and results information based on the stage provided (sport, season, event, practice, qualifying, qualifying part, 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:498 (MotoGP) |
name | stage - category | String | Name for a stage's category ex. MotoGP |
id | stage - sport | String | Unique sport ID for a stage ex. sr:sport:190 |
name | stage - sport | String | Name for a stage's sport ex. Motorcycle Racing |
Competitor:
Attribute | Parent Element | Type | Description |
---|---|---|---|
country_code | competitor | String | Country code of a competitor ex. ESP (Spain) |
gender | competitor | String | Gender for a competitormale , female |
id | competitor | String | Unique ID for a competitor ex. sr:competitor:21999 |
name | competitor | String | Name for a competitor ex. Marquez, Marc |
nationality | competitor | String | Nationality of a competitor ex. Spain |
Team:
Attribute | Parent Element | Type | Description |
---|---|---|---|
country_code | team | String | Country code of a team ex. ITA (Italy) |
gender | team | String | Gender for a teammale , female |
id | team | String | Unique ID for a team ex. sr:competitor:91680 |
name | team | String | Name for a team ex. Gresini Racing MotoGP |
nationality | team | String | Nationality of a team ex. Italy |
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. Gran Premio de la Republica Argentina 2021 |
disabled | stage | Boolean | Signifies a stage has been disabled when true |
id | stage | String | Unique ID of a stage ex. sr:stage:552079 |
scheduled | stage | date-time | Scheduled start time of a stage ex. 2020-09-25T08:00:00+00:00 |
scheduled_end | stage | date-time | Scheduled end time of a stage ex. 2020-09-27T13:10: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 FAQ for descriptions of each status.Cancelled , Closed , Completed , 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. For example, sr:stage_unique:100 will be the unique ID for all Moto2 French Grand Prix yearly events.ex. sr:stage_unique:100 |
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
Results appear as individual competitors and as competitors within a team
Attribute | Parent Element | Type | Description |
---|---|---|---|
bike_number | competitor / team - result | Integer | Car number of a driver |
fastest_lap_time | competitor / team - result | String | Fastest lap time for a driver in an event ex. 1:43.410 |
fastest_laps | competitor / team - result | String | Number of fastest laps for a driver or team in a season |
gap | competitor / team - result | String | Total race time for the winning/leading driver or delta time gap from the competitor to the leader ex. 39:34.869 or +1.329 |
grid | competitor / team - result | Integer | Starting grid number of a driver in an event |
laps | competitor / team - result | Integer | Number of completed laps for a driver in an event |
lapsled | competitor / team - result | Integer | Number of laps led for a driver in an event |
pitstop_count | competitor / team - result | Integer | Number of pit stops for a driver in an event |
podiums | competitor / team - result | Integer | Number of podiums for a driver or team in a career (sport ) or season (season ) |
points | competitor / team - result | Integer | Number of points for a driver or team in a stage |
pole_positions | competitor / team - result | Integer | Number of pole positions for a driver or team in a career (sport ) or season (season ) |
position | competitor / team - result | Integer | Position number for a driver or team in a stage |
races | competitor / team - result | Integer | Number of races for a driver or team in a stage |
races_with_points | competitor / team - result | Integer | Number of races where a driver or team received points in a stage |
status | competitor / team - result | String | Status of a driver in a stage See our MotoGP FAQ for a complete list of statuses and their definitions |
victories | competitor / team - result | Integer | Number of victories for a driver or team in a stage |
victory_pole_and_fastest_lap | competitor / team - result | Integer | Number of times a driver/car: won the race, had the pole, and had the fastest lap of the race |
Venue:
Attribute | Parent Element | Type | Description |
---|---|---|---|
capacity | venue | Integer | Capacity of a venue ex. 74000 |
city | venue | String | City name of a venue ex. Assen |
coordinates | venue | String | Coordinates of a venue ex. 52.962074,6.523558 |
country | venue | String | Country name of a venue ex. Netherlands |
country_code | venue | String | Country code of a venue ex. NLD |
curves_left | venue | Integer | Number of left curves of a venue |
curves_right | venue | Integer | Number of right curves of a venue |
debut | venue | Integer | Debut year of a venue ex. 1949 |
id | venue | String | Unique ID of a venue ex. sr:venue:1063 |
laps | venue | Integer | Number of laps of a venue |
length | venue | Integer | Circuit length of a venue, in kilometers ex. 4542 |
name | venue | String | Name of a venue ex. TT Circuit Assen |
timezone | venue | String | Timezone of a venue ex. Europe/Amsterdam |
url_official | venue | String | Official website of a venue ex. http://www.tt-assen.com/ |