# Endpoints

- [Live](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/live.md)
- [GET All Livescores](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/live/get-all-livescores.md): This endpoint returns all the live fixtures available in our Motorsport API.
- [Fixtures](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/fixtures.md)
- [GET All Fixtures](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/fixtures/get-all-fixtures.md): This endpoint returns all the fixtures available in our Motorsport API.
- [GET Fixture by ID](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/fixtures/get-fixture-by-id.md): This endpoint returns the requested fixture by its ID.
- [GET Multiple Fixtures by IDs](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/fixtures/get-multiple-fixtures-by-ids.md): This endpoint returns multiple requested fixtures by their IDs.
- [GET Latest Updated Fixture](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/fixtures/get-latest-updated-fixture.md): This endpoint returns the latest updated fixtures in our Motorsport API.
- [GET Fixture by Date](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/fixtures/get-fixture-by-date.md): This endpoint returns fixtures that are live on a given date.
- [GET Fixture by Date Range](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/fixtures/get-fixture-by-date-range.md): This endpoint returns fixtures that are live between two given dates. The maximum range is 100 days. The given dates should be in YYYY-MM-DD format.
- [Drivers](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/drivers.md)
- [GET All Drivers](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/drivers/get-all-drivers.md): This endpoint returns all the drivers available in our Motorsport API.
- [GET Driver by ID](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/drivers/get-driver-by-id.md): This endpoint returns the requested driver by its ID.
- [GET Drivers by Season ID](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/drivers/get-drivers-by-season-id.md): This endpoint returns all the drivers available for a provided season ID.
- [GET Drivers by Country ID](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/drivers/get-drivers-by-country-id.md): This endpoint returns all the drivers available for a provided country ID.
- [GET Latest Updated Drivers](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/drivers/get-latest-updated-drivers.md): This endpoint returns the latest updated drivers in our Motorsport API.
- [GET Drivers by Search](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/drivers/get-drivers-by-search.md): This endpoint returns teams matching a provided search query.
- [Teams](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/teams.md)
- [GET All Teams](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/teams/get-all-teams.md): This endpoint returns all the teams available in our Motorsport API.
- [GET Team by ID](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/teams/get-team-by-id.md): This endpoint returns the requested team by its ID.
- [GET Teams by Season ID](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/teams/get-teams-by-season-id.md)
- [GET Teams by Country ID](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/teams/get-teams-by-country-id.md): This endpoint returns all the teams available for the given country ID.
- [GET Teams by Search](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/teams/get-teams-by-search.md): This endpoint returns teams matching a provided search query.
- [Venues](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/venues.md)
- [GET All Venues](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/venues/get-all-venues.md): This endpoint returns all the venues (racing tracks) available in our Motorsport API.
- [GET Venues by ID](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/venues/get-venues-by-id.md): This endpoint returns a venue (racing track) by its ID.
- [GET Venues by Search](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/venues/get-venues-by-search.md): This endpoint returns venues (racing tracks) matching a provided search query.
- [GET Venues by Season ID](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/venues/get-venues-by-season-id.md): This endpoint returns the venues (racing tracks) for a provided season ID.
- [Laps](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/laps.md)
- [GET Laps by Fixture ID](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/laps/get-laps-by-fixture-id.md): This endpoint returns all laps for the given fixture ID.
- [GET Laps by Fixture ID and Driver ID](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/laps/get-laps-by-fixture-id-and-driver-id.md): This endpoint returns all laps for the given fixture ID and driver ID.
- [GET Latest Laps by Fixture ID](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/laps/get-latest-laps-by-fixture-id.md): This endpoint returns the latest laps for the given fixture ID.
- [GET Laps by Fixture ID and Lap Number](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/laps/get-laps-by-fixture-id-and-lap-number.md): This endpoint returns all laps for the given fixture ID and lap number.
- [Pitstops](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/pitstops.md)
- [GET Pitstops by Fixture ID](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/pitstops/get-pitstops-by-fixture-id.md): This endpoint returns all pitstops for the given fixture ID.
- [GET Pitstops by Fixture ID and Driver ID](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/pitstops/get-pitstops-by-fixture-id-and-driver-id.md): This endpoint returns all pitstops for the given fixture ID and driver ID.
- [GET Latest Pitstops by Fixture ID](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/pitstops/get-latest-pitstops-by-fixture-id.md): This endpoint returns the latest pitstops for the given fixture ID.
- [GET Pitstops by Fixture ID and Lap number](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/pitstops/get-pitstops-by-fixture-id-and-lap-number.md): This endpoint returns all pitstops for the given fixture ID and lap number.
- [Stints](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/stints.md)
- [GET Stints by Fixture ID](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/stints/get-stints-by-fixture-id.md): This endpoint returns all stints for the given fixture ID.
- [GET Stints by Fixture ID and Driver ID](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/stints/get-stints-by-fixture-id-and-driver-id.md): This endpoint returns all stints for the given fixture ID and driver ID.
- [GET Latest Stints by Fixture ID](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/stints/get-latest-stints-by-fixture-id.md): This endpoint returns the latest stints for the given fixture ID.
- [GET Stints by Fixture ID and Stint Number](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/stints/get-stints-by-fixture-id-and-stint-number.md): This endpoint returns all stints for the given fixture ID and stint number.
- [Race Results](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/race-results.md)
- [GET Race Results by Season and Driver](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/race-results/get-race-results-by-season-and-driver.md): This endpoint returns the race results for a provided season ID and player ID. The endpoint includes all the stages, fixtures, lineups and lineup details for a season and driver.
- [GET Race Results by Season and Team](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/race-results/get-race-results-by-season-and-team.md): This endpoint returns the race results for a provided season ID and team ID. The endpoint includes all the stages, fixtures, lineups and lineup details for a season and team.
- [Standings](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/standings.md)
- [GET All Driver Standings](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/standings/get-all-driver-standings.md): This endpoint returns all the driver standings available in our Motorsport API.
- [GET Driver standings by Season ID](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/standings/get-driver-standings-by-season-id.md): This endpoint returns the driver standings for a provided season ID.
- [GET All Team Standings](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/standings/get-all-team-standings.md): This endpoint returns all the team standings available in our Motorsport API.
- [GET Team Standings by Season ID](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/standings/get-team-standings-by-season-id.md): This endpoint returns the team standings for a provided season ID.
- [Leagues](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/leagues.md)
- [GET All Leagues](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/leagues/get-all-leagues.md)
- [GET League by ID](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/leagues/get-league-by-id.md)
- [GET Leagues by LIVE](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/leagues/get-leagues-by-live.md)
- [GET Leagues by Search](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/leagues/get-leagues-by-search.md)
- [GET Leagues by Fixture date](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/leagues/get-leagues-by-fixture-date.md)
- [GET Leagues by Country ID](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/leagues/get-leagues-by-country-id.md)
- [GET Leagues by Team ID](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/leagues/get-leagues-by-team-id.md)
- [GET Current Leagues by Team ID](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/leagues/get-current-leagues-by-team-id.md)
- [Seasons](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/seasons.md)
- [GET All Seasons](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/seasons/get-all-seasons.md): This endpoint returns all the seasons available in our Motorsport API.
- [GET Season by ID](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/seasons/get-season-by-id.md): This endpoint returns a season by its ID.
- [Schedules](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/schedules.md)
- [GET Schedule by Season](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/schedules/get-schedule-by-season.md): This endpoint returns the schedule for a provided season ID. The schedule includes all the stages, fixtures and venues for a season.
- [Stages](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/stages.md)
- [GET All Stages](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/stages/get-all-stages.md): This endpoint returns all the stages available in our Motorsport API. A stage represents a race weekend.
- [GET Stage by ID](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/stages/get-stage-by-id.md): This endpoint returns a stage by its ID. A stage represents a race weekend.
- [GET Stages by Season ID](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/stages/get-stages-by-season-id.md): This endpoint returns all stages for a provided season ID. A stage represents a race weekend.
- [GET Stages by Search](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/stages/get-stages-by-search.md): This endpoint returns all stages for a provided search query. A stage represents a race weekend.
- [States](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/states.md)
- [GET All States](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/states/get-all-states.md): This endpoint returns all possible fixture states in our Motorsport API.
- [GET State by ID](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/states/get-state-by-id.md): This endpoint returns a state by its ID.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
