motogp_sessions
Retrieve practice, qualifying, sprint, and race sessions for a specific MotoGP event and class using eventUuid and categoryUuid.
Instructions
The sessions for one class at one event — practice, qualifying, sprint and race.
Returns: [{id (uuid), type:'RAC'|'SPR'|'Q1'|'Q2'|'FP1'|'PR', number, date, condition:{track, air, humidity, ground, weather}}] — pick type 'RAC' for the race
Example: Sessions for MotoGP at one round {"eventUuid": "0f4c9f38-3e30-40f4-8a4a-9e05ba0d0daa", "categoryUuid": "e8c110ad-64aa-4e8e-8a86-f2f152f6a942"}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eventUuid | Yes | Event uuid. | |
| categoryUuid | Yes | Category uuid (both are required — one alone returns 400). |