openf1_championship_teams
Retrieve constructors' championship standings before and after a race session, including points and positions, with optional team filtering.
Instructions
Constructors' championship standings around a race — points and position before/after the session.
Returns: [{team_name, position_start, position_current, points_start, points_current, session_key}] (top-level array)
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_name | No | Filter to one team. | |
| meeting_key | No | Meeting key, or 'latest'. | |
| session_key | Yes | Race session key, or 'latest'. |