Formula 1 API
February 16th, 2024
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
}
},
Update applies to: Formula 1 v2