get https://api.sportradar.com/formula1//v2//sport_events//summary.
F1 Stage Summary provides schedules and results information based on the stage provided (sport, season, event, practice, qualifying, qualifying part, race, or lap).
Update Frequency
1s 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:36 (Formula 1) |
name | stage - category | String | Name for a stage's category ex. Formula 1 |
id | stage - sport | String | Unique sport ID for a stage ex. sr:sport:40 |
name | stage - sport | String | Name for a stage's sport ex. Formula 1 |
Competitor:
Attribute | Parent Element | Type | Description |
---|---|---|---|
country_code | competitors - competitor | String | Country code of a competitor ex. IOT (British Indian Ocean Territory) |
gender | competitors - competitor | String | Gender for a competitormale , female |
id | competitors - competitor | String | Unique ID for a competitor ex. sr:competitor:495898 |
name | competitors - competitor | String | Name for a competitor ex. Norris, Lando |
nationality | competitors - competitor | String | Nationality of a competitor ex. British Indian Ocean Territory |
Team:
Attribute | Parent Element | Type | Description |
---|---|---|---|
id | competitor - team | String | Unique ID for a team ex. sr:competitor:4514 |
name | competitor - team | String | Name for a team ex. McLaren |
gender | competitor - team | String | Gender for a teammale , female |
nationality | competitor - team | String | Nationality of a team ex. Great Britain |
country_code | competitor - team | String | Country code of a team ex. GBR (Great Britain) |
Stage:
Stage may be a
sport
,season
,event
,practice
,qualifying
,qualifying_part
,race
,lap
, orsprint_race
Attribute | Parent Element | Type | Description |
---|---|---|---|
air_temperature | stage | Integer | Temperature in degrees Celsius |
description | stage | String | Name of a stage ex. Monaco Grand Prix 2024 , Practice 1 , Race |
disabled | stage | Boolean | Signifies a stage has been disabled when true |
humidity | stage | Integer | Air humidity measurement |
id | stage | String | Unique ID of a stage ex. sr:stage:1111379 |
laps | stage | Integer | Number of laps in a race |
laps_completed | stage | Integer | Number of laps completed in a race |
pit_open | stage | Boolean | Signifies the pit is open in a race when true |
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 |
substatus | stage | String | Substatus of a stage2 hour rule , 75% rule , Abandoned , Accident , All laps completed , Bad track conditions , Confirmed results , Entire track , Last lap , Preliminary results , Sector , Unknown |
track_temperature | stage | Integer | Temperature on the track, in degrees Celsius |
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:897 will be the unique ID for all Saudi Arabian Grand Prix yearly events.ex. sr:stage_unique:897 |
weather | stage | String | Weather for a stage eventCloudy , Lightly clouded , Low rainfall , Heavy rainfall , Sunny , Rainy |
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 |
---|---|---|---|
car_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:45.563 |
fastest_laps | competitor / team - result | String | Number of fastest laps for a driver or team in a season |
time | competitor / team - result | String | Total race time for the winning/leading driver or delta time gap from the competitor to the leader ex. 1:31:44.742 or +22.457 |
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 |
polepositions | 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 |
status | competitor - result | String | Status of a driver in a stage Reference our F1 OpenAPI Spec under enum_result_status for a complete list of statuses |
substatus | competitor - result | String | Substatus of a driver in a stage Reference our F1 OpenAPI Spec under enum_result_substatus for a complete list of statuses |
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. 70000 |
city | venue | String | City name of a venue ex. Monte Carlo |
coordinates | venue | String | Coordinates of a venue ex. 43.734722,7.420556 |
country | venue | String | Country name of a venue ex. Monaco |
country_code | venue | String | Country code of a venue ex. MCO |
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. 1950 |
id | venue | String | Unique ID of a venue ex. sr:venue:1016 |
laps | venue | Integer | Number of laps of a venue |
length | venue | Integer | Circuit length of a venue, in kilometers ex. 3337 |
name | venue | String | Name of a venue ex. Circuit de Monaco |
timezone | venue | String | Timezone of a venue ex. Canada/Eastern |
url_official | venue | String | Official website of a venue ex. https://acm.mc/ |