Formula 1 - fixed

F1

103 subscribers
0.1/10 popularity
27354 ms avg latency
71 endpoints
The in-depth APIMemo review for this API hasn't been published yet — the data below comes straight from the public marketplace listing.

Formula 1 - fixed endpoints

MethodEndpointDescription
Drivers
GET DriverInformation
/api/f1/drivers/{driverid}
Each driver listed in the response is identified by a unique driverId which is used to identify the driver throughout the API. To obtain information about a particular driver…
GET Listofalldriverswithinaraceinayear
/api/f1/{year}/{round}/drivers
This endpoint is to obtain a list of all drivers in a particular race(round) of a season(year)
GET Listofalldriverswithinayear
/api/f1/{year}/drivers
This endpoint is to obtain a list of all drivers in a particular season (year)
GET Listofalldrivers
/api/f1/drivers
To obtain a list of all drivers. Driver lists can be refined by adding one or more of the following criteria: /circuits/ /constructors/ /drivers/ /grid/ /results/ /fastest/…
Constructors
GET Listofallconstructors
/api/f1/constructors
This endpoint is to obtain a list of all constructors. Constructor lists can be refined by adding one or more of the following criteria: /circuits/ /constructors/ /drivers/…
GET Listofallconstructorswithinaraceinayear
/api/f1/{year}/{round}/constructors
This endpoint is to obtain a list of all constructors in a particular race(round) of a season(year)
GET ConstructorInformation
/api/f1/constructors/{constructorid}
Each constructor listed in the response is identified by a unique constructorId which is used to identify the constructor throughout the API. To obtain information about a…
GET Listofallconstructorswithinayear
/api/f1/{year}/constructors
This endpoint is to obtain a list of all constructors in a particular season (year)
Circuits
GET Listofallcircuitswithinayear
/api/f1/{year}/circuits
GET Listofallcircuitswithinaraceinayear
/api/f1/{year}/{round}/circuits
GET Listofallcircuits
/api/f1/circuits.json
This endpoint is to obtain a list of all constructors. Circuit lists can be refined by adding one or more of the following criteria: /constructors/ /drivers/ /grid/ /results/…
GET CircuitInformation
/api/f1/circuits/{circuitid}
Each constructor listed in the response is identified by a unique circuitId which is used to identify the constructor throughout the API. To obtain information about a particular…
Seasons
GET SeasonsList
/api/f1/seasons
This endpoint gives the seasons currently supported by the API. Season lists can be refined by adding one or more of the following criteria: /circuits/ /constructors/ /drivers/…
Results
GET RaceResult
/api/f1/{year}/{round}/results
This endpoint gives the result for a specific race (round) in a season(year). If the results for the specified race are not yet available the RaceTable element in the response…
GET Mostrecentraceresult
/api/f1/current/last/results
Results from the most recent race can be obtained using this endpoint.
Qualifying
GET QualifyingResults
/api/f1/{year}/{round}/qualifying
Schedules
GET Scheduleofthecurrentseason
/api/f1/current
To obtain the schedule of races for the current season, use this endpoint.
GET Infoaboutaspecificrace
/api/f1/{year}/{round}
To obtain the schedule of races for a specific race(round) in a season(year), use this endpoint.
GET Scheduleofracesforaseason
/api/f1/{year}
To obtain the schedule of races for a specific season use this endpoint required season (year).
Standings
GET Seasonenddriverstandings
/api/f1/{year}/driverStandings
Driver Standings at the end of the season(year).
GET Allwinnersofdrivers'championships
/api/f1/driverStandings/1
To fetch all the winners information of drivers.
GET Allwinnersofconstructors'championships
/api/f1/constructorStandings/1
To fetch all the winners information of constructors.
GET Driverstandingsbyspecifyingthedriver
/api/f1/drivers/{driverid}/driverStandings
Driver standings by giving in the driverid(name of the driver).
GET Currentconstructor'sstanding
/api/f1/current/constructorStandings
Current constructor standings can always be obtained using this endpoint.
GET Constructorstandingsafterarace
/api/f1/{year}/{round}/constructorStandings
To list the constructor standings after a specific race (round) in a season(year), use this endpoint.
GET Seasonendconstructorstanding
/api/f1/{year}/constructorStandings
Constructor Standings at the end of the season(year).
GET Currentdrivers'standing
/api/f1/current/driverStandings
Current driver standings can always be obtained using this endpoint.
GET Constructorstandingsbyspecifyingtheconstructor
/api/f1/constructors/{constructorid}/constructorStandings
Constructor standings by giving in the constructorid(name of the constructor).
GET Driverstandingsafterarace
/api/f1/{year}/{round}/driverStandings
To fetch the driver standings after a specific race(round) in a season(year), use this endpoint.
Finishing Status
GET Listofallfinishingstatuscodes
/api/f1/status
Every driver has a finishing status like 'finished', disqualified', 'accident', '+1 lap', '+2 lap', etc. This endpoint will give the list of all such statuses. Example request…
GET Listoffinishingstatusforaspecificroundinaseason
/api/f1/{year}/{round}/status
To fetch the list of finishing status of a specific race(round) in a season(year).
GET Listoffinishingstatusforaspecificseason
/api/f1/{year}/status
To fetch the list of finishing status of a specific season(year).
Lap Times
GET Laptime
/api/f1/{year}/{round}/laps/{lapnumber}
This endpoint requires the season(year), race(round) and lap number(lapnumber) to be specified.
Pit Stops
GET Informationforaspecificpitstop
/api/f1/{year}/{round}/pitstops/{pitstopnumber}
This endpoint requires the season(year), race(round) and pit stop number(pitstopnumber) to be specified.
GET Pitstopdataforarace
/api/f1/{year}/{round}/pitstops
This endpoint requires the season(year) and race(round) to be specified.
Other endpoints
GET Allwinnersofconstructors'championships
/api/f1/constructorStandings/1
To fetch all the winners information of constructors.
GET Driverstandingsbyspecifyingthedriver
/api/f1/drivers/{driverid}/driverStandings
Driver standings by giving in the driverid(name of the driver).
GET Currentconstructor'sstanding
/api/f1/current/constructorStandings
Current constructor standings can always be obtained using this endpoint.
GET Laptime
/api/f1/{year}/{round}/laps/{lapnumber}
This endpoint requires the season(year), race(round) and lap number(lapnumber) to be specified.
GET QualifyingResults
/api/f1/{year}/{round}/qualifying
GET Scheduleofthecurrentseason
/api/f1/current
To obtain the schedule of races for the current season, use this endpoint.
GET RaceResult
/api/f1/{year}/{round}/results
This endpoint gives the result for a specific race (round) in a season(year). If the results for the specified race are not yet available the RaceTable element in the response…
GET Constructorstandingsafterarace
/api/f1/{year}/{round}/constructorStandings
To list the constructor standings after a specific race (round) in a season(year), use this endpoint.
GET Seasonendconstructorstanding
/api/f1/{year}/constructorStandings
Constructor Standings at the end of the season(year).
GET Listofallconstructorswithinaraceinayear
/api/f1/{year}/{round}/constructors
This endpoint is to obtain a list of all constructors in a particular race(round) of a season(year)
GET Pitstopdataforarace
/api/f1/{year}/{round}/pitstops
This endpoint requires the season(year) and race(round) to be specified.
GET Currentdrivers'standing
/api/f1/current/driverStandings
Current driver standings can always be obtained using this endpoint.
GET Constructorstandingsbyspecifyingtheconstructor
/api/f1/constructors/{constructorid}/constructorStandings
Constructor standings by giving in the constructorid(name of the constructor).
GET ConstructorInformation
/api/f1/constructors/{constructorid}
Each constructor listed in the response is identified by a unique constructorId which is used to identify the constructor throughout the API. To obtain information about a…
GET Listofallconstructorswithinayear
/api/f1/{year}/constructors
This endpoint is to obtain a list of all constructors in a particular season (year)
+ 21 more endpoints on the provider's documentation.

Formula 1 - fixed pricing

PlanPriceRate limitQuotas
BASIC Free
  • Requests: unlimited / monthly

More Sports APIs

View all →
  • The Football Prediction API provides predictions for upcoming football matches, average bookie odds, results…

    SportsFreemium9.3k subscribers
  • Sign up directly on our platform: https://therundown.io/pricing/api Please see our docs at…

    SportsFreemium2.2k subscribers
  • +1 220 football leagues & cups. Livescore (15s), live & pre-match odds, events, line-ups, coachs, players,…

    SportsFree
  • Odds data API for NFL, NBA, MLB, EPL, AFL and loads more, from US, UK, EU and Aussie bookmakers. Get started…

    SportsFreemium9.9k subscribers
  • All NBA Stats DATA, Games, Livescore, Standings, Players, Statistics...

    SportsFreemium
  • FlashScore Live Sports API - Real-Time Scores, Results & Match Stats. Get detailed sports data including…

    SportsFreemium2.2k subscribers