motogp_session_classification
Fetch MotoGP session results: finishing order, rider, team, bike, time/gap, and points. Provide a session UUID to get the full classification.
Instructions
The result of one session: finishing order, rider, team, bike, time/gap and points.
Returns: {classification:[{position, points, total_laps, time, gap:{first, lap}, rider:{id, full_name, number, country}, team:{name}, constructor:{name}, average_speed, top_speed, status}], records, file}
Example: A race result {"sessionUuid": "5b0827b6-7faf-4a1b-a4c2-de630ba1941a"}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| test | No | Set true only for pre-season test sessions. | |
| sessionUuid | Yes | Session uuid from motogp_sessions. Required — part of the URL path. |