jolpi.ca F1 API
  • Api Root View
GET
  • json
  • api

Api Root View

GET /ergast/?format=api
HTTP 200 OK
Allow: GET, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "season": "https://api.jolpi.ca/ergast/f1/seasons",
    "circuit": "https://api.jolpi.ca/ergast/f1/circuits",
    "race": "https://api.jolpi.ca/ergast/f1/2025/races",
    "constructor": "https://api.jolpi.ca/ergast/f1/2025/constructors",
    "driver": "https://api.jolpi.ca/ergast/f1/2025/drivers",
    "result": "https://api.jolpi.ca/ergast/f1/2025/results",
    "sprint": "https://api.jolpi.ca/ergast/f1/2025/sprint",
    "qualifying": "https://api.jolpi.ca/ergast/f1/2025/qualifying",
    "pitstop": "https://api.jolpi.ca/ergast/f1/2025/1/pitstops",
    "lap": "https://api.jolpi.ca/ergast/f1/2025/1/laps",
    "driverstanding": "https://api.jolpi.ca/ergast/f1/2025/driverstandings",
    "constructorstanding": "https://api.jolpi.ca/ergast/f1/2025/constructorstandings",
    "status": "https://api.jolpi.ca/ergast/f1/status"
}