Release Log
Coverage MatrixDocumentationChange LogLog InContact Us
Release Log

Formula 1 API

Laps Led

  <th style={{ textAlign: "left" }}>
    Endpoints
  </th>

  <th style={{ textAlign: "left" }}>
    Benefit
  </th>
</tr>
  <td style={{ textAlign: "left" }}>
    Stage Summary (Race)
  </td>

  <td style={{ textAlign: "left" }}>
    Added support for laps led (`lapsled`) during a race.  

    `lapsled` - the number of laps a driver has led during a race  

    This update allows you to pull this stat directly from the Race Summary endpoint, rather than each individual Lap Summary.
  </td>
</tr>
Release Date
02/16/2024
<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