Skip to content

GabrielCrackPro/f1-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# F1 API

GitHub license PRs Welcome

An API with F1 2022 season data

Note: This won´t be completed until the 2022 season ends

Base URL

https://f1-22-api.herokuapp.com/

Endpoints

GET /api/teams

Returns the list of teams in the 2022 season

GET /api/teams/:name

Returns one specific team by its name

GET /api/drivers

Returns the list of drivers in the 2022 season

GET /api/drivers/:name

Returns one specific driver by its name

GET /api/races

Returns the list of races in the 2022 season

This is not completed yet

GET /api/races/:round

Returns one specific race by its round number

GET /api/circuits

Returns the list of circuits in the 2022 season

GET /api/circuits/:id

Returns one specific circuit by its id. The id is determined by order in the season

Releases

No releases published

Packages

No packages published