motogp_events
Retrieve MotoGP Grand Prix weekends for a season, providing circuit, country, and dates. Filter to completed rounds with the isFinished parameter.
Instructions
The Grand Prix weekends in a season, with circuit, country and dates.
Returns: [{id (uuid), name, short_name:'QAT', sponsored_name, date_start, date_end, circuit:{id, name, nation}, country:{iso, name}, season, event_files}]
Example: Completed rounds of a season {"seasonUuid": "dd12382e-1d9f-46ee-a5f7-c5104db28e43", "isFinished": true}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| isFinished | No | true = completed rounds only. | |
| seasonUuid | Yes | Season uuid from motogp_seasons (a year like '2024' will NOT work). |