🏎️
Sports API

Formula 1 API

By AltSportsData

Docs

Official F1 race data with qualifying times, race results, championship standings, lap telemetry, and historical season archives.

Packages Offered

Base

Full access to core data endpoints

Advanced

Advanced analytics and premium data

About

The most complete Formula 1 data feed available, covering every session from practice to the race. Official qualifying and race results, lap-by-lap telemetry, tire strategy, pit stop windows, driver and constructor championship standings, and a full historical archive dating back to 1950.

Coverage

  • F1 World Championship
  • F1 Academy
  • F1 Qualifying & Practice
  • All 24 Grand Prix Circuits
  • Full Historical Archive (1950+)

SDK Quick Start

Install the AltSportsData Python SDK to get started in minutes:

$ pip install altsportsdata
# Quick start (Python — altsportsdata)
from altsportsdata import AltSportsData
client = AltSportsData(api_key="YOUR_API_KEY")
leagues = client.get_leagues()