GET Team by ID
GET
Team by ID
GET
Team by IDEndpoint 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 |
fields[object] | Only return fields you are interested in. Simply add |
sort | One or comma separated list of fields to sort on. Can be used by adding |
Sort
You can sort on all fields.
Include options
country
results
fixtures
squad
Note that for the squads include you need to add a season_id filter to only get the squad for a certain season. If not provided it will returns all players that have ever played for the requested team. e.g. &filter[season_id]=
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.
You can learn more about what includes are and how they work here:
Enriching your responseExample response
Last updated