All URIs are relative to https://api.bthree.uk/f1/v1
| Class | Method | HTTP request | Description |
|---|---|---|---|
| ConstructorsApi | getConstructorsChampionship | GET /championships/{year}/constructors | Get all drivers for a season |
| DriversApi | getDrivers | GET /drivers | Get all drivers |
| DriversApi | getDriversChampionship | GET /championships/{year}/drivers | Get all drivers for a season |
| RacesApi | getRaceResults | GET /races/{race_id}/results | Get all results for a season |
| RacesApi | getSeasonRaces | GET /seasons/{year}/races | Get all races for a season |
| SeasonsApi | getConstructorsChampionship | GET /championships/{year}/constructors | Get all drivers for a season |
| SeasonsApi | getDriversChampionship | GET /championships/{year}/drivers | Get all drivers for a season |
| SeasonsApi | getRaceResults | GET /races/{race_id}/results | Get all results for a season |
| SeasonsApi | getSeasonRaces | GET /seasons/{year}/races | Get all races for a season |
| SeasonsApi | getSeasons | GET /seasons | Get all seasons |
- constructor_championship
- constructor_championship_response
- driver
- driver_championship
- driver_championship_response
- driver_response
- error_message
- message
- race
- race_response
- race_result
- race_result_response
- season
- season_response
All endpoints do not require authorization.