Category: News
-
We’ve Moved
Now the season has ended, we’ve taken the opportunity to move the site onto a VPS which we’ve been preparing throughout the autumn. As far as we can tell, the transition has happened smoothly but if you spot any problems please let us know. The move has been motivated by a growth in traffic which […]
-
2013 Database Image
A new database image is available covering all seasons up to and including 2013: http://ergast.com/mrd/db
-
Mid-season Changes
I’m usually very reluctant to make any mid-season changes to the API but recent events have required a change to keep the API running. There was an increasing number of very large queries (some attempting to download all results since 1950!) which have put a heavy load on the server, in terms of memory and […]
-
2013 Season Changes
Pressure of work and the disappointing absence of any reliable source of tyre data means that there are few changes to the API for the 2013 season. The only new feature is the introduction of the official three letter codes for each driver. Wherever the Driver element appears (i.e. in the Driver, Race and Standings […]
-
2013 Season
This post is to confirm that the Ergast API will continue to provide F1 results throughout the 2013 season and beyond. There have been a number of requests for enhancements: – three letter codes for drivers – driver photos – drivers and teams listed before the first race – explicit position / unclassified status – […]
-
Updated Database Image
A new database image is available covering all seasons up to and including 2012: http://ergast.com/mrd/db
-
Database Image
Ergast is pleased to announce the publication of a complete image of the Ergast database. This is made available under the Attribution-NonCommercial-ShareAlike 3.0 Unported Licence and will be updated at the end of each season. The image allows you to create an exact copy of the MySQL database for your own purposes. Let us know […]
-
Lap Time and Pit Stop data
Ergast is pleased to announce that Lap Time and Pit Stop data will be available throughout the 2012 season on an experimental basis – this means the data may not be available as quickly as race results and will not be subject to the same degree of manual checking due to the volume of information. […]
-
JSONP Support
Following a number of requests I’ve added JSONP as an alternative response format. This allows client-side applications to access the API without the restrictions of the same origin policy imposed by browsers. JSONP is obtained by appending ".json" to URLs and a query parameter named "callback" which must specify a valid Javascript function name. For […]
-
Another 2011 Season Change
One other change this year which has not been documented is the removal of the “dob” attribute from the Driver element in the results and driver standings XML responses. The attribute is unnecessary because there is a DateOfBirth sub-element.
-
Fastest Lap Queries
It’s probably worth pointing out that, in addition to appearing in race results, fastest lap rankings can now be used as a parameter in all queries except Standings queries. For example, you can list all the drivers who achieved the fastest lap in a season using the following URL: http://ergast.com/api/f1/2010/fastest/1/drivers Or all races where a […]
-
2011 Season Changes
The changes for the 2011 season described earlier have been implemented and were introduced this evening. If you spot any problems please let me know. Barring any problems the API will now remain unchanged for the remainder of the year. Happy coding!
-
2011 Season
This post is to confirm that the Ergast API will continue to provide F1 results throughout the 2011 season. The only technical change will be an updated schema that provides fastest lap times in race results. In addition, whitespace has been removed from JSON responses. These changes will be introduced in the API on 15th […]
-
Proposed Updates For 2011
Some proposed changes to the API for 2011: 1) The race results response will be extended to include the fastest laps times for all drivers. The provisional documentation is here: http://ergast.com/mrd/results 2) The indentation and whitespace will be removed from JSON responses for efficiency reasons. I’m about to start implementing these changes so any comments […]
-
2010 Season
This post is to confirm that the Ergast API will continue to provide F1 results throughout the 2010 season. The only technical change will be a move to an updated XML schema that allows multiple drivers per car. This will allow the API to cover the 1950s accurately, where car sharing was common. The change […]
-
Application Gallery
Added an Application Gallery to showcase applications using the Ergast Developer API. If you would like to add your application or mashup to the gallery please contact us with details.
-
Database Query Page
Added a Query Page with forms which generate URLs and query the database.
-
JSON Support
Added optional JSON response format. Needs further testing.
-
First Release
First release of the API provides data for the Formula 1 series from the 2000 season onwards. The eventual goal is to add data back to the 1950s. The first supported response format is XML but JSON is under development. Not much thought has gone into error conditions and responses so I guess that may […]