motogp_standings
Fetches championship standings for a specified MotoGP class and season, returning rider positions, points, team, and constructor details.
Instructions
Championship standings for one class in one season.
Returns: {classification:[{position, points, rider:{id, full_name, number, country}, team:{name}, constructor:{name}}], file}
Example: MotoGP riders' championship {"seasonUuid": "dd12382e-1d9f-46ee-a5f7-c5104db28e43", "categoryUuid": "e8c110ad-64aa-4e8e-8a86-f2f152f6a942"}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seasonUuid | Yes | Season uuid. | |
| categoryUuid | Yes | Category uuid — the classes have separate championships. |