🏍️
Sports API

MotoGP API

By AltSportsData

Docs

FIM MotoGP World Championship data with race results, championship standings, qualifying times, lap records, and technical data across all classes.

Packages Offered

Base

Full access to core data endpoints

Advanced

Advanced analytics and premium data

About

Full FIM MotoGP World Championship data covering all three classes: MotoGP, Moto2, and Moto3. Race-by-race results, championship standings, qualifying and warm-up session times, lap records, sector times, and the complete historical archive going back to the 1949 season.

Coverage

  • MotoGP
  • Moto2
  • Moto3
  • MotoE World Cup
  • All 20 Grand Prix Circuits
  • Sprint Races

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()