formulae_team_standings
Get Formula teams' championship standings and per-race points. Use a championship ID to see team positions, total points, and points awarded in each race.
Instructions
Teams' championship standings, including each team's points race by race.
Returns: [{teamPosition, teamName, teamId, teamPoints, teamRaceStandings:[{raceSequence, raceCountry, racePoints}]}] — top-level array. teamRaceStandings is the per-race points breakdown, and the closest thing to race results this host exposes.
Example: Teams' championship {"championshipId": "4e287a6d-e2da-471a-9c8a-01141d6a1819"}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| championshipId | Yes | Championship uuid. |