Skip to main content
Version: V1

Races

Note: Races are available since the first formula 1 season in 1950.

The end date of the session is calculated with the start date + 2 hours

For the status of the results, we managed this by two status in ResultStatus object :

  • The Status property
  • The PositionStatus property

The Status property can be :

  • Ok
  • Dnf (Did Not Finished)
  • Dns (Did Not Started)

The PositionStatus property can be :

  • Classified
  • NonClassified
  • Disqualified

With the FIA rules on DNF, we can have the next combinaison :

  • Ok / Classified
  • Ok / Disqualified (Hamilton - United States Grand Prix 2023)
  • Dnf / Classified (if the driver have run more than 90% of the race) (Russel - Australian Grand Prix 2024)
  • Dnf / NonClassified (if the driver have run less than 90% of the race) (Verstappen - Australian Grand Prix 2024)
  • Dnf / Disqualified (Hulkenberg - São Paulo Grand Prix 2024)
  • Dns / NonClassified (Albon - São Paulo Grand Prix 2024)