Players: Squads
Learn how to get the squad information for a team.
We'll cover the following...
The squads endpoint returns the current squad of a team. The base URI for this endpoint is https://v3.football.api-sports.io/players/squads
.
Query parameters
The following parameters are used with the squads endpoint:
Parameters | Type | Category | Description |
| integer | optional | This is the ID of the fixture. We can get the ID of the fixture using the fixtures endpoint. |
| integer | optional | This is the ID of the team. We can get the ID of the team using the teams endpoint. |
We must use ...