Standings - Postbot Demo
Number of APIs: 10
- 
Driver standings after a race GET http://ergast.com/api/f1/{{year}}/{{round}}/driverStandings
 - 
Constructor standings after a race GET http://ergast.com/api/f1/{{year}}/{{round}}/constructorStandings
 - 
Season end driver standings GET http://ergast.com/api/f1/{{year}}/driverStandings
 - 
Season end constructor standing GET http://ergast.com/api/f1/{{year}}/constructorStandings
 - 
Current drivers' standing GET http://ergast.com/api/f1/current/driverStandings
 - 
Current constructor's standing GET http://ergast.com/api/f1/current/constructorStandings
 - 
All winners of drivers' championships GET http://ergast.com/api/f1/driverStandings/1
 - 
All winners of constructors' championships GET http://ergast.com/api/f1/constructorStandings/1
 - 
Driver standings by specifying the driver GET http://ergast.com/api/f1/drivers/{{driverid}}/driverStandings
 - 
Constructor standings by specifying the constructor GET http://ergast.com/api/f1/constructors/{{constructorid}}/constructorStandings