πFixtures
A fixture represents a race, qualifying round, or practice session.
Available endpoints
Use the endpoint that matches what you are trying to do:
GET All Fixtures: returns all fixtures available in the Motorsport API.
GET Fixture by ID: returns a single fixture by its ID.
GET Multiple Fixtures by IDs: returns multiple fixtures by providing a list of IDs.
GET Latest Updated Fixture: returns the latest updated fixtures.
GET Fixture by Date: returns fixtures scheduled on a given date.
GET Fixture by Date Range: returns fixtures between two dates.
Include options
Responses from the fixtures endpoints are highly customisable. You can enrich them using include.
sport stage league season venue state lineups participants metadata results latestLaps pitstops latestPitstops stints latestStints
Want to keep responses lighter and faster? Use select to request only the fields you need. See: Request options
Related entities
Get an overview and explanation of all the fields returned in the API response:
Last updated
Was this helpful?