GET Teams By Season ID

GET Teams by Season ID [Current]

https://f1.sportmonks.com/api/v1.0/teams/season/{seasonID}

You can only utilize the above endpoint for the current F1 season. The season ID of the current F1 season is #10.

GET Teams by Season ID [Previous]

If you want to obtain the teams for previous seasons, you can make the following API request.

https://f1.sportmonks.com/api/v1.0/teams/season/{seasonID}/previous

Endpoint details

Authorization

API Key

Pagination

NO

Allowed nested includes

10

Parameters

Available parameters

include

Enrich the API with more data and/or nested includes. Can be used by adding &include= etc. to your request url.

Include options

team

Includes are the cornerstone of our API and allow you to enrich and customize your requests. This flexibility is what distinguishes us from our competitors.

Example response

https://f1.sportmonks.com/api/v1.0/teams/season/10?api_token={API_TOKEN}

Last updated

Was this helpful?