formulae_championships
Retrieves every Formula E season with its unique ID, status, and last finished round. Use this first to get the championship ID needed for all other Formula E endpoints.
Instructions
Every Formula E season ('championship') with its uuid — call this first, everything else needs the id.
Returns: {championships:[{id (uuid), name:'SEASON 2024-2025', status:'Past'|'Live'|'Future', lastFinishedRound, series:{id, name}}]}
Example: All seasons
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||