Find all updates to the Formula 1 v2 API and its documentation
Stage Summary Cache
Release Date | Feeds Affected | Benefit |
---|---|---|
10/17/2024 | Stage Summary | We've reduced the cache/TTL for the Stage Summary endpoint from 10s to 1s. You may now request this endpoint more frequently to receive faster live race updates. |
Laps Led
Release Date | Endpoints | Benefit |
---|---|---|
02/16/2024 | Stage Summary (Race) | Added support for laps led (lapsled ) during a race.lapsled - the number of laps a driver has led during a raceThis update allows you to pull this stat directly from the Race Summary endpoint, rather than each individual Lap Summary. |
<competitor id="sr:competitor:502754" name="O’Ward, Patricio" gender="male" nationality="Mexico" country_code="MEX">
<result points="51" speed="193.17" fastest_lap_time="01:08.9811" laps="90"
position="1" grid="2" status="Finished" lapsled="27" time="01:48:39.4368"
av_speed="183.954" leading_changes_laps="64" car_number="5"/>
"competitors": [
{
"id": "sr:competitor:502754",
"name": "O’Ward, Patricio",
"gender": "male",
"nationality": "Mexico",
"country_code": "MEX",
"result": {
"points": 51,
"speed": 193.17,
"fastest_lap_time": "01:08.9811",
"laps": 90,
"position": 1,
"grid": 2,
"status": "Finished",
"lapsled": 27,
"time": "01:48:39.4368",
"av_speed": "183.954",
"leading_changes_laps": "64",
"car_number": 5
}
},
Unique Stage Id
Release Date | Endpoints | Benefit |
---|---|---|
02/16/2024 | Deleted Stages Stage Probabilities Stage Schedule Stage Summary | Added a unique_stage_id attribute for all stages in the Schedule and Summary endpoints.Use this unique id to track races more easily from year to year. |
<stage id="sr:stage:1107549" description="Bahrain Grand Prix 2024" scheduled="2024-02-29T11:30:00+00:00"
scheduled_end="2024-03-02T17:00:00+00:00" type="event" status="Not started"
single_event="false" unique_stage_id="sr:stage_unique:895">
"stages": [
{
"id": "sr:stage:1107549",
"description": "Bahrain Grand Prix 2024",
"scheduled": "2024-02-29T11:30:00+00:00",
"scheduled_end": "2024-03-02T17:00:00+00:00",
"type": "event",
"status": "Not started",
"single_event": false,
"venue": {
"id": "sr:venue:1013",
"name": "Bahrain International Circuit",
"capacity": 70000,
"city": "Sakhir",
"country": "Bahrain",
"coordinates": "26.031952,50.510502",
"country_code": "BHR",
"url_official": "https://www.bahraingp.com/",
"laps": 57,
"curves_left": 7,
"curves_right": 8,
"debut": 2004,
"length": 5412,
"timezone": "Asia/Bahrain"
},
"stages": [
{
"id": "sr:stage:1107551",
"description": "Practice 1",
"scheduled": "2024-02-29T11:30:00+00:00",
"scheduled_end": "2024-02-29T12:30:00+00:00",
"type": "practice",
"single_event": false
},
{
"id": "sr:stage:1107553",
"description": "Practice 2",
"scheduled": "2024-02-29T15:00:00+00:00",
"scheduled_end": "2024-02-29T16:00:00+00:00",
"type": "practice",
"single_event": false
},
{
"id": "sr:stage:1107555",
"description": "Practice 3",
"scheduled": "2024-03-01T12:30:00+00:00",
"scheduled_end": "2024-03-01T13:30:00+00:00",
"type": "practice",
"single_event": false
},
{
"id": "sr:stage:1107557",
"description": "Qualification",
"scheduled": "2024-03-01T16:00:00+00:00",
"scheduled_end": "2024-03-01T17:00:00+00:00",
"type": "qualifying",
"single_event": false,
"stages": [
{
"id": "sr:stage:1107559",
"description": "Q1",
"scheduled": "2024-03-01T16:00:00+00:00",
"scheduled_end": "2024-03-01T16:18:00+00:00",
"type": "qualifying_part",
"single_event": false
},
{
"id": "sr:stage:1107561",
"description": "Q2",
"scheduled": "2024-03-01T16:25:00+00:00",
"scheduled_end": "2024-03-01T16:40:00+00:00",
"type": "qualifying_part",
"single_event": false
},
{
"id": "sr:stage:1107563",
"description": "Q3",
"scheduled": "2024-03-01T16:48:00+00:00",
"scheduled_end": "2024-03-01T17:00:00+00:00",
"type": "qualifying_part",
"single_event": false
}
]
},
{
"id": "sr:stage:1107635",
"description": "Race",
"scheduled": "2024-03-02T15:00:00+00:00",
"scheduled_end": "2024-03-02T17:00:00+00:00",
"type": "race",
"single_event": false
}
],
"unique_stage_id": "sr:stage_unique:895"
},
'Sprint Race' Stage Type
Release Date | Feeds Affected | Benefit |
02/03/2023 | Stage Summary | Added support for Sprint Race (sprint_race ) stage types.This update provides a better representation of each sport's ecosystem within stage type. |
Time Zone Data
Release Date | Feeds Affected | Benefit |
09/20/2022 | Stage Probabilities Stage Schedule Stage Summary | Added a timezone data point for all endpoints which display an event venue. |
Added Categories & Sports
Release Date | Feeds Affected | Benefit |
09/02/2022 | Seasons Stage Probabilities Stage Schedule Stage Summary | Added category and sport data points to all relevant endpoints in our stage-based APIs. This brings consistency across General Sport APIs. |
'Competitor Merge Mappings' Endpoint
Release Date | Feeds Affected | Benefit |
08/23/2022 | Competitor Merge Mappings Player Merge Mappings | Added the Competitor Merge Mappings endpoint to a variety of APIs. This feed provides the valid Sportradar Id in cases when two competitors have been merged into one. This feed was previously present in the Soccer API. Also added a Player Merge Mappings endpoint to the Aussie Rules Football API. |
'Deleted Stages' Endpoint
Release Date | Feeds Affected | Benefit |
03/31/2022 | Deleted Stages | Added a new Deleted Stages feed, which provides IDs for stages that have been removed from the API and can safely be ignored. |
'Stage Schedule' Endpoint
Release Date | Feeds Affected | Benefit |
09/17/2021 | Season Schedule | Added support for stage schedule information. |
'Single Event' Attribute
Release Date | Feeds Affected | Benefit |
09/17/2021 | Seasons Stage Probabilities Stage Schedule Stage Summary | Added ‘single_event’ attribute to relevant season and stage feeds. |
Race/Stage Values
Release Date | Feeds Affected | Benefit |
06/24/2019 | Stage Summary | Updated the list of possible race/stage values. |
API Release
Release Date | Feeds Affected | Benefit |
03/26/2018 | All | Initial release of Formula 1 v2. |