list_series
List all 27 racing series tracked by Race Grid (F1, NASCAR, WEC, MotoGP, etc.) with their group classification and available seasons. Call this first when you need to know what series_id values are valid.
get_calendar
Get the full race calendar for one series and one season. Each event includes the circuit, country, and all session times in UTC. Use this for "when is the next X race?" or to list all 2024 F1 rounds.
get_next_race
Find the next upcoming race (race session or its weekend) relative to now. Optionally scope to one series and/or convert the start time to a local timezone for display.
get_race_results
Get race results — overall podium, class podiums (for endurance), and fastest lap if recorded. Pass event_id for a single race, or omit it for the full season.
get_standings
Get the driver and constructor championship standings for one series and one season. Standings are not maintained for NLS (no consolidated table) and may lag mid-season by one round.
get_circuit
Get metadata for a single circuit — length, turn count, layout type (permanent/street/oval/mixed), country, and Wikipedia slug.