get https://api.sportradar.com/formulae//v2//sport_events//summary.
Formula E Stage Summary provides schedules and results information based on the stage provided (sport, season, event, practice, qualifying, 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:1008 (Formula E) |
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:142 |
name | stage - sport | String | Name for a stage's sport ex. Formula E |
Competitor:
Attribute | Parent Element | Type | Description |
---|---|---|---|
country_code | competitors - competitor | String | Country code of a competitor ex. CHE (Switzerland) |
gender | competitors - competitor | String | Gender for a competitormale , female |
id | competitors - competitor | String | Unique ID for a competitor ex. sr:competitor:34522 |
name | competitors - competitor | String | Name for a competitor ex. Buemi, Sebastien |
nationality | competitors - competitor | String | Nationality of a competitor ex. Switzerland |
Team:
Attribute | Parent Element | Type | Description |
---|---|---|---|
country_code | competitor - team | String | Country code of a team ex. GBR (Great Britain) |
gender | competitor - team | String | Gender for a teammale , female |
id | competitor - team | String | Unique ID for a team ex. sr:competitor:422439 |
name | competitor - team | String | Name for a team ex. Envision Racing |
nationality | competitor - team | String | Nationality of a team ex. Great Britain |
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. GP London 2 , Formula E 2024 , or Race |
id | stage | String | Unique ID of a stage ex. sr:stage:1135404 |
laps | stage | Integer | Number of laps in a stage (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-02-29T11:30:00+00:00 |
scheduled_end | stage | date-time | Scheduled end time of a stage ex. 2024-12-08T15: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 Formula E FAQ for a list of statuses and their definitionsCancelled , Closed , Complete , Finished , Not Started , Preliminary , Running |
type | stage | String | Stage type.sport , 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
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 |
fanboost | competitor / team - result | Boolean | Signifies a driver is able to use extra power during a race when true Fanboost system was discontinued in the 2023 season |
fastest_lap_time | competitor / team - result | String | Fastest lap time for a driver in an event ex. 1:11.608 |
fastest_laps | competitor / team - result | Integer | Fastest lap time for a driver in an event ex. 1:11.608 |
fastest_laps | competitor / team - result | String | Number of fastest laps for a driver or team in a season |
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 |
podiums | competitor / team - result | Integer | Number of podiums for a driver 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 in a stage |
races | competitor / team - result | Integer | Number of races for a driver in a stage |
races_with_points | competitor / team - result | Integer | Number of races with points for a driver in a stage |
status | competitor / team - result | String | Status of a driver in a stage Reference our FE OpenAPI Spec under enum_result_status for a complete list of statuses |
time | competitor / team - result | String | Total race time for the winning/leading driver or delta time gap from the competitor to the leader ex. 54:30.572 or +3.782 |
victories | competitor / team - 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. Misano Adriatico |
coordinates | venue | String | Coordinates of a venue ex. 43.961364,12.683075 |
country | venue | String | Country name of a venue ex. Italy |
country_code | venue | String | Country code of a venue ex. ITA |
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. 1975 |
id | venue | String | Unique ID of a venue ex. sr:venue:1060 |
length | venue | Integer | Circuit length of a venue, in kilometers ex. 3318 |
name | venue | String | Name of a venue ex. Misano World Circuit |
timezone | venue | String | Timezone of a venue ex. Europe/Rome |
url_official | venue | String | Official website of a venue ex. https://gplb.com/ |