SoccersAPIDocs
DocsReference › Teams

Teams

Team profiles, lists, squads, transfers, sidelined players and trophies. A team profile carries its seasons and the leagues it takes part in.

Open in the interactive reference

Operations

Route reference

Operations

The t query parameter selects the operation. Parameters not listed for an operation are ignored.

t Operation Required Optional
info Team by ID. Team profile with venue, coach, kit colours, seasons and leagues. id
list Teams by country. Paginated, 100 items per page. country_id page
sort Teams by multiple IDs. Several team profiles in one request. ids
byseason Teams by season. Teams taking part in a season. season_id
national National teams. Paginated, 100 items per page. page
squad Team squad. Current squad, or the squad of a past season when season_id is given. id season_id
transfers Team transfers. Arrivals and departures with fee and date. id
sidelined Team sidelined players. Injured and suspended players. id
trophies Team trophies. Titles won by the team, with the seasons of each one. id

Examples

Team by ID:

GET /v2.2/teams/?user=USER&token=TOKEN&t=info&id=111

Teams by country:

GET /v2.2/teams/?user=USER&token=TOKEN&t=list&country_id=4

Teams by multiple IDs:

GET /v2.2/teams/?user=USER&token=TOKEN&t=sort&ids=19,99,108

Teams by season:

GET /v2.2/teams/?user=USER&token=TOKEN&t=byseason&season_id=13480

National teams:

GET /v2.2/teams/?user=USER&token=TOKEN&t=national

Team squad:

GET /v2.2/teams/?user=USER&token=TOKEN&t=squad&id=2868

Team transfers:

GET /v2.2/teams/?user=USER&token=TOKEN&t=transfers&id=111

Team sidelined players:

GET /v2.2/teams/?user=USER&token=TOKEN&t=sidelined&id=111

Team trophies:

GET /v2.2/teams/?user=USER&token=TOKEN&t=trophies&id=111