formulae_championships
Retrieve all Formula E seasons with their unique IDs, status, last finished round, and series info. Use this as the first step to obtain the championship ID needed for other queries.
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 | |||