GET Extended Team Squad by Team ID
Returns all squad entries for a team, based on current seasons.
https://api.sportmonks.com/v3/football/squads/teams/{teamID}/extended{
"data": [
{
"id": 4598752,
"sport_id": 1,
"country_id": 38,
"nationality_id": 38,
"city_id": 75819,
"position_id": 25,
"detailed_position_id": 154,
"type_id": 25,
"common_name": "L. Geertruida",
"firstname": "Lutsharel",
"lastname": "Geertruida",
"name": "Lutsharel Geertruida",
"display_name": "Lutsharel Geertruida",
"image_path": "https://cdn.sportmonks.com/images/soccer/players/0/4598752.png",
"height": 184,
"weight": 69,
"date_of_birth": "2000-07-18",
"gender": "male",
"in_squad": true
},
{
"id": 5270463,
"sport_id": 1,
"country_id": 5,
"nationality_id": 5,
"city_id": null,
"position_id": 27,
"detailed_position_id": 151,
"type_id": 27,
"common_name": "D. Pereira da Silva",
"firstname": "Danilo",
"lastname": "Pereira da Silva",
"name": "Danilo Pereira da Silva",
"display_name": "Danilo",
"image_path": "https://cdn.sportmonks.com/images/soccer/players/31/5270463.png",
"height": 174,
"weight": null,
"date_of_birth": "1999-04-07",
"gender": "male",
"in_squad": false
},
{
"id": 6306068,
"sport_id": 1,
"country_id": 38,
"nationality_id": 38,
"city_id": 93391,
"position_id": 26,
"detailed_position_id": 153,
"type_id": 26,
"common_name": "Q. Timber",
"firstname": "Quinten",
"lastname": "Timber",
"name": "Quinten Maduro",
"display_name": "Quinten Timber",
"image_path": "https://cdn.sportmonks.com/images/soccer/players/20/6306068.png",
"height": 177,
"weight": null,
"date_of_birth": "2001-06-17",
"gender": "male",
"in_squad": true
}
...Field
Description
Type
Name
Required?
Description
Static Filters
Available on Entity
Description
Example
Dynamic Filters
Available on Entity
Description
Examples
Filters
Pagination
Include depth
Include options
Related Entities:
Postman
Code Example
Last updated
Was this helpful?