Seasons List

GET http://ergast.com/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/ /grid/ /results/ /fastest/ /status/

For example, to list all seasons where a specific driver has driven for a particular constructor:

http://ergast.com/api/f1/drivers/alonso/constructors/renault/seasons

Alternatively, to list the seasons where a specific driver or constructor has achieved a particular final position in the championship:

http://ergast.com/api/f1/drivers/alonso/driverStandings/1/seasons http://ergast.com/api/f1/constructors/renault/constructorStandings/1/seasons