jolpicaf1_constructor_standings
Retrieve Formula 1 constructors' championship standings for a specified season, including each team's position, points, and wins.
Instructions
Constructors' championship standings.
Returns: {MRData:{StandingsTable:{StandingsLists:[{season, round, ConstructorStandings:[{position, points, wins, Constructor:{constructorId, name, nationality}}]}]}}}
Example: 2024 constructors' championship {"season": "2024", "format": "json"}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size (max 100). | |
| format | No | Leave as json. | json |
| season | Yes | Season year, or 'current'. Required — part of the URL path. |