The Formula One Live Data API is a powerful tool for motorsport enthusiasts who want real-time access to Formula 1 data. This API provides users with up-to-the-minute information on everything from driver standings to lap times, making it the ultimate resource for anyone who wants to stay on top of the latest developments in the world of Formula 1 racing.
With the Formula One Live Data API, users can easily access a wealth of information about each race, including data on the drivers, teams, and circuits. This includes detailed driver profiles, team standings, and circuit information such as lap records and circuit layouts. The API also provides real-time data on each race, including live timing, lap times, and race commentary.
One of the key features of the Formula One Live Data API is its ability to provide users with alerts and notifications for important events, such as race starts, pit stops, and accidents. This can help users stay informed about key developments in a race and make informed decisions about which drivers to support or which bets to place.
The Formula One Live Data API is built using modern web technologies and is designed to be easy to integrate into existing applications. Developers can use the API to build custom motorsport applications or integrate Formula 1 data into existing applications. The API is well-documented and comes with comprehensive developer resources, including sample code and SDKs for popular programming languages.
Overall, the Formula One Live Data API is an invaluable tool for motorsport enthusiasts who want real-time access to the latest Formula 1 data. With its comprehensive data coverage, real-time updates, and alerting capabilities, this API can help users stay informed and make informed decisions about their favorite drivers, teams, and races.
Betting Platforms: Betting platforms can use the Formula One Live Data API to provide real-time data and insights to their users. This can help users make informed bets based on the latest information and increase the overall accuracy of the platform's predictions.
Fantasy Racing Applications: Fantasy racing applications can use the Formula One Live Data API to provide users with real-time data on drivers, teams, and circuits. This can help users build better fantasy racing teams and make informed decisions about which drivers to include in their lineups.
Media Outlets: Media outlets can use the Formula One Live Data API to provide real-time data and updates to their audiences. This can help outlets improve their coverage of Formula 1 racing and provide more timely and accurate information to their readers, listeners, or viewers.
Sponsorship Activation: Sponsors can use the Formula One Live Data API to identify key moments in races to activate sponsorships. For example, a sponsor of a specific driver can use the API to identify key moments when the driver is in the lead or making significant progress in the race and use this data to activate sponsorships in real-time.
Racing Analytics: Racing analytics companies can use the Formula One Live Data API to collect and analyze data on driver and team performance. This can help them identify trends and patterns that can be used to improve racing strategies, optimize vehicle performance, and identify potential areas for improvement in the sport.
Besides the number of API calls, there is no other limitation
Lists available F1 seasons to query - starting point for the application.
{"meta":{"title":"F1 Season Listing","description":"List of season_ids for querying the F1 API","fields":{"season":"Integer"}},"results":[{"season":"2023"},{"season":"2022"},{"season":"2021"},{"season":"2020"},{"season":"2019"}]}
curl --location --request GET 'https://zylalabs.com/api/1598/formula+one+data+api/1277/seasons' --header 'Authorization: Bearer YOUR_API_KEY'
Lists constructors for a given season.
{"meta":{"title":"F1 Constructors - 2022","description":"List of constructors for 2022 season","fields":{"team_id":"Integer - team unique id","team_name":"String - team full name","season":"Integer"}},"results":[{"team_id":71583,"team_name":"Alfa Romeo Racing","season":2022},{"team_id":199493,"team_name":"AlphaTauri","season":2022},{"team_id":31205,"team_name":"Alpine","season":2022},{"team_id":65311,"team_name":"Aston Martin","season":2022},{"team_id":183197,"team_name":"Ferrari","season":2022},{"team_id":143585,"team_name":"Haas","season":2022},{"team_id":56525,"team_name":"McLaren","season":2022},{"team_id":58685,"team_name":"Mercedes","season":2022},{"team_id":33121,"team_name":"Red Bull","season":2022},{"team_id":163637,"team_name":"Williams","season":2022}]}
curl --location --request GET 'https://zylalabs.com/api/1598/formula+one+data+api/1278/constructors&season=Required' --header 'Authorization: Bearer YOUR_API_KEY'
Lists all drivers by season.
{"meta":{"title":"F1 Drivers - 2022","description":"List of drivers for 2022 season. Note: includes all possible drivers in system - for driver standings use standings endpoint.","fields":{"driver_id":"Integer - driver unique id","driver_name":"String - driver full name","team_id":"Integer - driver team id","team_name":"String - driver team name","nationality":"String","is_reserve":"Integer - 0 = full time driver, 1 = reserve","updated":"Timestamp - ISO 8601 Format UTC timezone - i.e. 2020-03-13T01:00:00+00:00","season":"Integer"}},"results":[{"driver_id":2660683,"driver_name":"Alex Lynn","team_id":163637,"team_name":"Williams","nationality":"Great Britain","is_reserve":1,"updated":"2022-01-18T11:12:15+00:00","season":2022},{"driver_id":1073722,"driver_name":"Alexander Albon","team_id":163637,"team_name":"Williams","nationality":"Thailand","is_reserve":0,"updated":"2022-09-09T12:12:29+00:00","season":2022},{"driver_id":2002819,"driver_name":"Alfonso Celis","team_id":65311,"team_name":"Aston Martin","nationality":"Mexico","is_reserve":1,"updated":"2022-01-18T11:12:15+00:00","season":2022},{"driver_id":520060,"driver_name":"Antonio Fuoco","team_id":183197,"team_name":"Ferrari","nationality":"Italy","is_reserve":1,"updated":"2022-01-18T11:12:15+00:00","season":2022},{"driver_id":1054273,"driver_name":"Antonio Giovinazzi","team_id":143585,"team_name":"Haas","nationality":"Italy","is_reserve":1,"updated":"2022-09-09T12:14:34+00:00","season":2022},{"driver_id":286318,"driver_name":"Artem Markelov","team_id":31205,"team_name":"Alpine","nationality":"Russia","is_reserve":1,"updated":"2022-01-18T11:12:15+00:00","season":2022},{"driver_id":2787358,"driver_name":"Brendon Hartley","team_id":199493,"team_name":"AlphaTauri","nationality":"New Zealand","is_reserve":1,"updated":"2022-01-18T11:12:15+00:00","season":2022},{"driver_id":243031,"driver_name":"Callum Ilott","team_id":71583,"team_name":"Alfa Romeo Racing","nationality":"Great Britain","is_reserve":1,"updated":"2022-01-18T11:12:15+00:00","season":2022},{"driver_id":261679,"driver_name":"Carlos Sainz","team_id":183197,"team_name":"Ferrari","nationality":"Spain","is_reserve":0,"updated":"2022-11-13T22:55:00+00:00","season":2022},{"driver_id":986827,"driver_name":"Charles Leclerc","team_id":183197,"team_name":"Ferrari","nationality":"Monaco","is_reserve":0,"updated":"2022-11-13T22:55:00+00:00","season":2022},{"driver_id":175030,"driver_name":"Daniel Ricciardo","team_id":56525,"team_name":"McLaren","nationality":"Australia","is_reserve":0,"updated":"2022-11-13T22:55:00+00:00","season":2022},{"driver_id":45871,"driver_name":"Daniil Kvyat","team_id":31205,"team_name":"Alpine","nationality":"Russia","is_reserve":1,"updated":"2022-01-18T11:12:15+00:00","season":2022},{"driver_id":183532,"driver_name":"Esteban Gutierrez","team_id":65311,"team_name":"Aston Martin","nationality":"Mexico","is_reserve":1,"updated":"2022-01-18T11:12:15+00:00","season":2022},{"driver_id":307612,"driver_name":"Esteban Ocon","team_id":31205,"team_name":"Alpine","nationality":"France","is_reserve":0,"updated":"2022-11-13T22:55:00+00:00","season":2022},{"driver_id":272029,"driver_name":"Felipe Massa","team_id":163637,"team_name":"Williams","nationality":"Brazil","is_reserve":1,"updated":"2022-01-18T11:12:15+00:00","season":2022},{"driver_id":63379,"driver_name":"Fernando Alonso","team_id":31205,"team_name":"Alpine","nationality":"Spain","is_reserve":0,"updated":"2022-11-13T22:55:00+00:00","season":2022},{"driver_id":2293954,"driver_name":"George Russell","team_id":58685,"team_name":"Mercedes","nationality":"United Kingdom","is_reserve":0,"updated":"2022-11-13T22:55:00+00:00","season":2022},{"driver_id":2438695,"driver_name":"Guanyu Zhou","team_id":71583,"team_name":"Alfa Romeo Racing","nationality":"China","is_reserve":0,"updated":"2022-11-13T22:55:00+00:00","season":2022},{"driver_id":2332783,"driver_name":"Jack Aitken","team_id":163637,"team_name":"Williams","nationality":"Great Britain","is_reserve":1,"updated":"2022-01-18T11:12:15+00:00","season":2022},{"driver_id":1657630,"driver_name":"Jack Doohan","team_id":31205,"team_name":"Renault","nationality":"Australia","is_reserve":1,"updated":"2022-10-28T13:19:07+00:00","season":2022},{"driver_id":823936,"driver_name":"Jamie Chadwick","team_id":163637,"team_name":"Williams","nationality":"Great Britain","is_reserve":1,"updated":"2022-01-18T11:12:15+00:00","season":2022},{"driver_id":118669,"driver_name":"Jean-Eric Vergne","team_id":183197,"team_name":"Ferrari","nationality":"France","is_reserve":1,"updated":"2022-01-18T11:12:15+00:00","season":2022},{"driver_id":201037,"driver_name":"Jenson Button","team_id":56525,"team_name":"McLaren","nationality":"Great Britain","is_reserve":1,"updated":"2022-01-18T11:12:15+00:00","season":2022},{"driver_id":44119,"driver_name":"Jolyon Palmer","team_id":31205,"team_name":"Alpine","nationality":"Great Britain","is_reserve":1,"updated":"2022-01-18T11:12:15+00:00","season":2022},{"driver_id":598801,"driver_name":"Juri Vips","team_id":33121,"team_name":"Red Bull","nationality":"Estonia","is_reserve":1,"updated":"2022-05-20T08:20:13+00:00","season":2022},{"driver_id":37273,"driver_name":"Kevin Magnussen","team_id":143585,"team_name":"Haas","nationality":"Denmark","is_reserve":1,"updated":"2022-11-13T22:55:00+00:00","season":2022},{"driver_id":194182,"driver_name":"Kimi Raikkonen","team_id":71583,"team_name":"Alfa Romeo Racing","nationality":"Finland","is_reserve":0,"updated":"2022-01-18T11:12:14+00:00","season":2022},{"driver_id":2262088,"driver_name":"Lance Stroll","team_id":65311,"team_name":"Aston Martin","nationality":"Canada","is_reserve":0,"updated":"2022-11-13T22:55:00+00:00","season":2022},{"driver_id":1619431,"driver_name":"Lando Norris","team_id":56525,"team_name":"McLaren","nationality":"Great Britain","is_reserve":0,"updated":"2022-11-13T22:55:00+00:00","season":2022},{"driver_id":65527,"driver_name":"Lewis Hamilton","team_id":58685,"team_name":"Mercedes","nationality":"Great Britain","is_reserve":0,"updated":"2022-11-13T22:55:00+00:00","season":2022},{"driver_id":500092,"driver_name":"Liam Lawson","team_id":199493,"team_name":"AlphaTauri","nationality":"New Zealand","is_reserve":1,"updated":"2022-10-28T13:20:17+00:00","season":2022},{"driver_id":1914379,"driver_name":"Logan Sargeant","team_id":163637,"team_name":"Williams","nationality":"United States","is_reserve":1,"updated":"2022-10-28T13:08:51+00:00","season":2022},{"driver_id":4915,"driver_name":"Marc Gene","team_id":183197,"team_name":"Ferrari","nationality":"Spain","is_reserve":1,"updated":"2022-01-18T11:12:15+00:00","season":2022},{"driver_id":191605,"driver_name":"Marcus Ericsson","team_id":71583,"team_name":"Alfa Romeo Racing","nationality":"Sweden","is_reserve":1,"updated":"2022-01-18T11:12:15+00:00","season":2022},{"driver_id":262348,"driver_name":"Max Verstappen","team_id":33121,"team_name":"Red Bull","nationality":"Netherlands","is_reserve":0,"updated":"2022-11-13T22:55:00+00:00","season":2022},{"driver_id":2113831,"driver_name":"Mick Schumacher","team_id":143585,"team_name":"Haas","nationality":"Germany","is_reserve":0,"updated":"2022-11-13T22:55:00+00:00","season":2022},{"driver_id":539488,"driver_name":"Naoki Yamamoto","team_id":199493,"team_name":"AlphaTauri","nationality":"Japan","is_reserve":1,"updated":"2022-01-18T11:12:15+00:00","season":2022},{"driver_id":1641904,"driver_name":"Nicholas Latifi","team_id":163637,"team_name":"Williams","nationality":"Canada","is_reserve":0,"updated":"2022-11-13T22:55:00+00:00","season":2022},{"driver_id":258763,"driver_name":"Nico Hulkenberg","team_id":65311,"team_name":"Aston Martin","nationality":"Germany","is_reserve":1,"updated":"2022-11-13T22:55:00+00:00","season":2022},{"driver_id":841828,"driver_name":"Nikita Mazepin","team_id":143585,"team_name":"Haas","nationality":"Russia","is_reserve":0,"updated":"2022-01-18T11:29:27+00:00","season":2022},{"driver_id":1989307,"driver_name":"Niko Kari","team_id":199493,"team_name":"AlphaTauri","nationality":"Finland","is_reserve":1,"updated":"2022-01-18T11:12:15+00:00","season":2022},{"driver_id":31033,"driver_name":"Nobuharu Matsushita","team_id":56525,"team_name":"McLaren","nationality":"Japan","is_reserve":1,"updated":"2022-01-18T11:12:15+00:00","season":2022},{"driver_id":1531333,"driver_name":"Nyck de Vries","team_id":65311,"team_name":"Aston Martin","nationality":"Netherlands","is_reserve":1,"updated":"2022-11-13T22:55:00+00:00","season":2022},{"driver_id":707050,"driver_name":"Oliver Turvey","team_id":56525,"team_name":"McLaren","nationality":"Great Britain","is_reserve":1,"updated":"2022-01-18T11:12:15+00:00","season":2022},{"driver_id":2969986,"driver_name":"Oscar Piastri","team_id":31205,"team_name":"Renault","nationality":"Australian","is_reserve":1,"updated":"2022-01-18T11:17:08+00:00","season":2022},{"driver_id":1757875,"driver_name":"Pascal Wehrlein","team_id":71583,"team_name":"Alfa Romeo Racing","nationality":"German","is_reserve":1,"updated":"2022-01-18T11:12:15+00:00","season":2022},{"driver_id":803752,"driver_name":"Paul di Resta","team_id":163637,"team_name":"Williams","nationality":"Great Britian","is_reserve":1,"updated":"2022-01-18T11:12:15+00:00","season":2022},{"driver_id":2975914,"driver_name":"Pierre Gasly","team_id":199493,"team_name":"AlphaTauri","nationality":"France","is_reserve":0,"updated":"2022-11-13T22:55:00+00:00","season":2022},{"driver_id":2524351,"driver_name":"Pietro Fittipaldi","team_id":143585,"team_name":"Haas","nationality":"Brazil","is_reserve":1,"updated":"2022-01-18T11:12:15+00:00","season":2022},{"driver_id":280174,"driver_name":"Raffaele Marciello","team_id":71583,"team_name":"Alfa Romeo Racing","nationality":"Italy","is_reserve":1,"updated":"2022-01-18T11:12:15+00:00","season":2022},{"driver_id":319726,"driver_name":"Robert Kubica","team_id":71583,"team_name":"Alfa Romeo Racing","nationality":"Poland","is_reserve":1,"updated":"2022-01-18T11:12:15+00:00","season":2022},{"driver_id":2098411,"driver_name":"Robert S...
curl --location --request GET 'https://zylalabs.com/api/1598/formula+one+data+api/1279/drivers&season=Required' --header 'Authorization: Bearer YOUR_API_KEY'
Displays the driver standings for a given season.
{"error":"check headers"}
curl --location --request GET 'https://zylalabs.com/api/1598/formula+one+data+api/1280/drivers+standings&season=Required' --header 'Authorization: Bearer YOUR_API_KEY'
Lists races and session details for a given season
{"meta":{"title":"F1 Race Calendar - 2022","description":"Race calendar for 2022 season","fields":{"race_id":"Integer","name":"String","country":"String","status":"String - Confirmed, Postponed, Cancelled","season":"Integer","start_date":"String UTC Date - YYYY-MM-DD","end_date":"String UTC Date - YYYY-MM-DD","track":"String","session_array":{"id":"Integer - unique session_id","session_name":"String","date":"Timestamp - ISO 8601 Format UTC timezone - i.e. 2020-03-13T01:00:00+00:00"}}},"results":[{"race_id":456,"name":"Bahrain Pre Season Testing","country":"Bahrain","status":"Confirmed","season":"2022","track":"Sakhir","latitude":"","longitude":"","start_date":"2022-03-11","end_date":"2022-03-12","sessions":[{"id":3312,"session_name":"Practice 2","date":"2022-03-11T07:00:00+00:00"},{"id":3313,"session_name":"Practice 3","date":"2022-03-12T07:00:00+00:00"}]},{"race_id":410,"name":"Bahrain Grand Prix","country":"Bahrain","status":"Complete","season":"2022","track":"Sakhir","latitude":"26.03186033142633","longitude":"50.512281852925135","start_date":"2022-03-18","end_date":"2022-03-20","sessions":[{"id":3104,"session_name":"Practice 1","date":"2022-03-18T12:00:00+00:00"},{"id":3105,"session_name":"Practice 2","date":"2022-03-18T15:00:00+00:00"},{"id":3106,"session_name":"Practice 3","date":"2022-03-19T12:00:00+00:00"},{"id":3107,"session_name":"Qualifying 1","date":"2022-03-19T15:00:00+00:00"},{"id":3108,"session_name":"Qualifying 2","date":"2022-03-19T15:25:00+00:00"},{"id":3109,"session_name":"Qualifying 3","date":"2022-03-19T15:45:00+00:00"},{"id":3110,"session_name":"Grid","date":"2022-03-19T16:00:00+00:00"},{"id":3111,"session_name":"Race","date":"2022-03-20T15:00:00+00:00"},{"id":3112,"session_name":"FastestLap","date":"2022-03-20T17:00:00+00:00"}]},{"race_id":412,"name":"Grand Prix of Saudi Arabia","country":"Saudi Arabia","status":"Complete","season":"2022","track":"Jeddah","latitude":"21.47672894651001","longitude":"39.215230305168234","start_date":"2022-03-25","end_date":"2022-03-27","sessions":[{"id":3113,"session_name":"Practice 1","date":"2022-03-25T14:00:00+00:00"},{"id":3114,"session_name":"Practice 2","date":"2022-03-25T17:00:00+00:00"},{"id":3115,"session_name":"Practice 3","date":"2022-03-26T14:00:00+00:00"},{"id":3116,"session_name":"Qualifying 1","date":"2022-03-26T17:00:00+00:00"},{"id":3117,"session_name":"Qualifying 2","date":"2022-03-26T17:25:00+00:00"},{"id":3118,"session_name":"Qualifying 3","date":"2022-03-26T17:45:00+00:00"},{"id":3119,"session_name":"Grid","date":"2022-03-26T18:00:00+00:00"},{"id":3120,"session_name":"Race","date":"2022-03-27T17:00:00+00:00"},{"id":3121,"session_name":"FastestLap","date":"2022-03-27T19:00:00+00:00"}]},{"race_id":414,"name":"Australian Grand Prix","country":"Australia","status":"Complete","season":"2022","track":"Melbourne","latitude":"-37.84987612248398","longitude":"144.97022182958185","start_date":"2022-04-08","end_date":"2022-04-10","sessions":[{"id":3122,"session_name":"Practice 1","date":"2022-04-08T03:00:00+00:00"},{"id":3123,"session_name":"Practice 2","date":"2022-04-08T06:00:00+00:00"},{"id":3124,"session_name":"Practice 3","date":"2022-04-09T03:00:00+00:00"},{"id":3125,"session_name":"Qualifying 1","date":"2022-04-09T06:00:00+00:00"},{"id":3126,"session_name":"Qualifying 2","date":"2022-04-09T06:25:00+00:00"},{"id":3127,"session_name":"Qualifying 3","date":"2022-04-09T06:45:00+00:00"},{"id":3128,"session_name":"Grid","date":"2022-04-09T07:00:00+00:00"},{"id":3129,"session_name":"Race","date":"2022-04-10T05:00:00+00:00"},{"id":3130,"session_name":"FastestLap","date":"2022-04-10T07:00:00+00:00"}]},{"race_id":416,"name":"Imola Grand Prix","country":"Italy","status":"Confirmed","season":"2022","track":"Imola","latitude":"44.344027742384014","longitude":"11.714458186592235","start_date":"2022-04-22","end_date":"2022-04-24","sessions":[{"id":3131,"session_name":"Practice 1","date":"2022-04-22T11:30:00+00:00"},{"id":3134,"session_name":"Qualifying 1","date":"2022-04-22T15:00:00+00:00"},{"id":3135,"session_name":"Qualifying 2","date":"2022-04-22T15:25:00+00:00"},{"id":3136,"session_name":"Qualifying 3","date":"2022-04-22T15:45:00+00:00"},{"id":3137,"session_name":"Grid","date":"2022-04-22T16:00:00+00:00"},{"id":3132,"session_name":"Practice 2","date":"2022-04-23T10:30:00+00:00"},{"id":3133,"session_name":"Sprint Qualifying","date":"2022-04-23T14:30:00+00:00"},{"id":3138,"session_name":"Race","date":"2022-04-24T13:00:00+00:00"},{"id":3139,"session_name":"FastestLap","date":"2022-04-24T15:00:00+00:00"}]},{"race_id":418,"name":"Miami Grand Prix","country":"United States","status":"Complete","season":"2022","track":"Miami Autodrome","latitude":"25.956738469809036","longitude":"-80.23628614903737","start_date":"2022-05-06","end_date":"2022-05-08","sessions":[{"id":3140,"session_name":"Practice 1","date":"2022-05-06T18:30:00+00:00"},{"id":3141,"session_name":"Practice 2","date":"2022-05-06T21:30:00+00:00"},{"id":3142,"session_name":"Practice 3","date":"2022-05-07T17:00:00+00:00"},{"id":3143,"session_name":"Qualifying 1","date":"2022-05-07T20:00:00+00:00"},{"id":3144,"session_name":"Qualifying 2","date":"2022-05-07T20:25:00+00:00"},{"id":3145,"session_name":"Qualifying 3","date":"2022-05-07T20:45:00+00:00"},{"id":3146,"session_name":"Grid","date":"2022-05-07T21:00:00+00:00"},{"id":3147,"session_name":"Race","date":"2022-05-08T19:30:00+00:00"},{"id":3148,"session_name":"FastestLap","date":"2022-05-08T21:30:00+00:00"}]},{"race_id":420,"name":"Spanish Grand Prix","country":"Spain","status":"Confirmed","season":"2022","track":"Catalunya","latitude":"41.56835524840131","longitude":"2.2574835883627355","start_date":"2022-05-20","end_date":"2022-05-22","sessions":[{"id":3149,"session_name":"Practice 1","date":"2022-05-20T12:00:00+00:00"},{"id":3150,"session_name":"Practice 2","date":"2022-05-20T15:00:00+00:00"},{"id":3151,"session_name":"Practice 3","date":"2022-05-21T11:00:00+00:00"},{"id":3152,"session_name":"Qualifying 1","date":"2022-05-21T14:00:00+00:00"},{"id":3153,"session_name":"Qualifying 2","date":"2022-05-21T14:25:00+00:00"},{"id":3154,"session_name":"Qualifying 3","date":"2022-05-21T14:45:00+00:00"},{"id":3155,"session_name":"Grid","date":"2022-05-21T15:00:00+00:00"},{"id":3156,"session_name":"Race","date":"2022-05-22T13:00:00+00:00"},{"id":3157,"session_name":"FastestLap","date":"2022-05-22T15:00:00+00:00"}]},{"race_id":422,"name":"Monaco Grand Prix","country":"Monaco","status":"Confirmed","season":"2022","track":"Monte Carlo","latitude":"43.73482257494176","longitude":"7.420633474935202","start_date":"2022-05-26","end_date":"2022-05-29","sessions":[{"id":3158,"session_name":"Practice 1","date":"2022-05-26T12:00:00+00:00"},{"id":3159,"session_name":"Practice 2","date":"2022-05-26T15:00:00+00:00"},{"id":3160,"session_name":"Practice 3","date":"2022-05-28T11:00:00+00:00"},{"id":3161,"session_name":"Qualifying 1","date":"2022-05-28T14:00:00+00:00"},{"id":3162,"session_name":"Qualifying 2","date":"2022-05-28T14:25:00+00:00"},{"id":3163,"session_name":"Qualifying 3","date":"2022-05-28T14:45:00+00:00"},{"id":3164,"session_name":"Grid","date":"2022-05-28T15:00:00+00:00"},{"id":3165,"session_name":"Race","date":"2022-05-29T13:00:00+00:00"},{"id":3166,"session_name":"FastestLap","date":"2022-05-29T15:00:00+00:00"}]},{"race_id":424,"name":"Azerbaijan Grand Prix","country":"Azerbaijan","status":"Confirmed","season":"2022","track":"Baku","latitude":"40.37294260048179","longitude":"49.8534390901815","start_date":"2022-06-10","end_date":"2022-06-12","sessions":[{"id":3167,"session_name":"Practice 1","date":"2022-06-10T11:00:00+00:00"},{"id":3168,"session_name":"Practice 2","date":"2022-06-10T14:00:00+00:00"},{"id":3169,"session_name":"Practice 3","date":"2022-06-11T11:00:00+00:00"},{"id":3170,"session_name":"Qualifying 1","date":"2022-06-11T14:00:00+00:00"},{"id":3171,"session_name":"Qualifying 2","date":"2022-06-11T14:25:00+00:00"},{"id":3172,"session_name":"Qualifying 3","date":"2022-06-11T14:45:00+00:00"},{"id":3173,"session_name":"Grid","date":"2022-06-11T15:00:00+00:00"},{"id":3174,"session_name":"Race","date":"2022-06-12T11:00:00+00:00"},{"id":3175,"session_name":"FastestLap","date":"2022-06-12T13:00:00+00:00"}]},{"race_id":426,"name":"Canadian Grand Prix","country":"Canada","status":"Confirmed","season":"2022","track":" Circuit Gilles Villeneuve","latitude":"45.501573481848894","longitude":"-73.52780879617451","start_date":"2022-06-17","end_date":"2022-06-19","sessions":[{"id":3176,"session_name":"Practice 1","date":"2022-06-17T18:00:00+00:00"},{"id":3177,"session_name":"Practice 2","date":"2022-06-17T21:00:00+00:00"},{"id":3178,"session_name":"Practice 3","date":"2022-06-18T17:00:00+00:00"},{"id":3179,"session_name":"Qualifying 1","date":"2022-06-18T20:00:00+00:00"},{"id":3180,"session_name":"Qualifying 2","date":"2022-06-18T20:25:00+00:00"},{"id":3181,"session_name":"Qualifying 3","date":"2022-06-18T20:45:00+00:00"},{"id":3182,"session_name":"Grid","date":"2022-06-18T21:00:00+00:00"},{"id":3183,"session_name":"Race","date":"2022-06-19T18:00:00+00:00"},{"id":3184,"session_name":"FastestLap","date":"2022-06-19T20:00:00+00:00"}]},{"race_id":428,"name":"British Grand Prix","country":"Great Britain","status":"Confirmed","season":"2022","track":"Silverstone","latitude":"52.0732412291078","longitude":"-1.0145561131564718","start_date":"2022-07-01","end_date":"2022-07-03","sessions":[{"id":3185,"session_name":"Practice 1","date":"2022-07-01T12:00:00+00:00"},{"id":3186,"session_name":"Practice 2","date":"2022-07-01T15:00:00+00:00"},{"id":3187,"session_name":"Practice 3","date":"2022-07-02T11:00:00+00:00"},{"id":3188,"session_name":"Qualifying 1","date":"2022-07-02T14:00:00+00:00"},{"id":3189,"session_name":"Qualifying 2","date":"2022-07-02T14:25:00+00:00"},{"id":3190,"session_name":"Qualifying 3","date":"2022-07-02T14:45:00+00:00"},{"id":3191,"session_name":"Grid","date":"2022-07-02T15:00:00+00:00"},{"id":3192,"session_name":"Race","date":"2022-07-03T14:00:00+00:0...
curl --location --request GET 'https://zylalabs.com/api/1598/formula+one+data+api/1281/races&season=Required' --header 'Authorization: Bearer YOUR_API_KEY'
Header | Description |
---|---|
Authorization
|
[Required] Should be Bearer access_key . See "Your API Access Key" above when you are subscribed. |
No long term commitments. One click upgrade/downgrade or cancellation. No questions asked.
Zyla API Hub is like a big store for APIs, where you can find thousands of them all in one place. We also offer dedicated support and real-time monitoring of all APIs. Once you sign up, you can pick and choose which APIs you want to use. Just remember, each API needs its own subscription. But if you subscribe to multiple ones, you'll use the same key for all of them, making things easier for you.
Prices are listed in USD (United States Dollar), EUR (Euro), CAD (Canadian Dollar), AUD (Australian Dollar), and GBP (British Pound). We accept all major debit and credit cards. Our payment system uses the latest security technology and is powered by Stripe, one of the worldβs most reliable payment companies. If you have any trouble paying by card, just contact us at [email protected]
Additionally, if you already have an active subscription in any of these currencies (USD, EUR, CAD, AUD, GBP), that currency will remain for subsequent subscriptions. You can change the currency at any time as long as you don't have any active subscriptions.
The local currency shown on the pricing page is based on the country of your IP address and is provided for reference only. The actual prices are in USD (United States Dollar). When you make a payment, the charge will appear on your card statement in USD, even if you see the equivalent amount in your local currency on our website. This means you cannot pay directly with your local currency.
Occasionally, a bank may decline the charge due to its fraud protection settings. We suggest reaching out to your bank initially to check if they are blocking our charges. Also, you can access the Billing Portal and change the card associated to make the payment. If these does not work and you need further assistance, please contact our team at [email protected]
Prices are determined by a recurring monthly or yearly subscription, depending on the chosen plan.
API calls are deducted from your plan based on successful requests. Each plan comes with a specific number of calls that you can make per month. Only successful calls, indicated by a Status 200 response, will be counted against your total. This ensures that failed or incomplete requests do not impact your monthly quota.
Zyla API Hub works on a recurring monthly subscription system. Your billing cycle will start the day you purchase one of the paid plans, and it will renew the same day of the next month. So be aware to cancel your subscription beforehand if you want to avoid future charges.
To upgrade your current subscription plan, simply go to the pricing page of the API and select the plan you want to upgrade to. The upgrade will be instant, allowing you to immediately enjoy the features of the new plan. Please note that any remaining calls from your previous plan will not be carried over to the new plan, so be aware of this when upgrading. You will be charged the full amount of the new plan.
To check how many API calls you have left for the current month, look at the βX-Zyla-API-Calls-Monthly-Remainingβ header. For example, if your plan allows 1000 requests per month and you've used 100, this header will show 900.
To see the maximum number of API requests your plan allows, check the βX-Zyla-RateLimit-Limitβ header. For instance, if your plan includes 1000 requests per month, this header will display 1000.
The βX-Zyla-RateLimit-Resetβ header shows the number of seconds until your rate limit resets. This tells you when your request count will start fresh. For example, if it displays 3600, it means 3600 seconds are left until the limit resets.
Yes, you can cancel your plan anytime by going to your account and selecting the cancellation option on the Billing page. Please note that upgrades, downgrades, and cancellations take effect immediately. Additionally, upon cancellation, you will no longer have access to the service, even if you have remaining calls left in your quota.
You can contact us through our chat channel to receive immediate assistance. We are always online from 8 am to 5 pm (EST). If you reach us after that time, we will get back to you as soon as possible. Additionally, you can contact us via email at [email protected]
To let you experience our APIs without any commitment, we offer a 7-day free trial that allows you to make API calls at no cost during this period. Please note that you can only use this trial once, so make sure to use it with the API that interests you the most. Most of our APIs provide a free trial, but some may not support it.
After 7 days, you will be charged the full amount for the plan you were subscribed to during the trial. Therefore, itβs important to cancel before the trial period ends. Refund requests for forgetting to cancel on time are not accepted.
When you subscribe to an API trial, you can make only 25% of the calls allowed by that plan. For example, if the API plan offers 1000 calls, you can make only 250 during the trial. To access the full number of calls offered by the plan, you will need to subscribe to the full plan.
Service Level:
100%
Response Time:
3,963ms
Service Level:
100%
Response Time:
700ms
Service Level:
100%
Response Time:
558ms
Service Level:
100%
Response Time:
2,986ms
Service Level:
99%
Response Time:
1,790ms
Service Level:
100%
Response Time:
607ms
Service Level:
100%
Response Time:
345ms
Service Level:
100%
Response Time:
739ms
Service Level:
100%
Response Time:
2,370ms
Service Level:
100%
Response Time:
1,287ms
Service Level:
100%
Response Time:
469ms
Service Level:
100%
Response Time:
274ms
Service Level:
100%
Response Time:
8,515ms
Service Level:
100%
Response Time:
149ms
Service Level:
100%
Response Time:
1,486ms
Service Level:
100%
Response Time:
946ms
Service Level:
100%
Response Time:
2,356ms