GETTeams by season
Teams taking part in a season.
/v2.2/teams/ with t=byseason
Try it in the interactive referenceAll Teams operations
Request
GET /v2.2/teams/?user=USER&token=TOKEN&t=byseason&season_id=13480- Every request needs the
userandtokenquery parameters of the account.
Parameters
| Name | Required | Description | Example |
|---|---|---|---|
season_id | yes | Season ID. | 13480 |
Example response
{
"data": [
{
"id": 2810,
"name": "Werder Bremen",
"country_id": 4
},
{
"id": 111,
"name": "FC Bayern Munich",
"country_id": 4
}
],
"meta": {
"requests_left": 2950,
"user": "your_username",
"plan": "Soccer API 50",
"page": 1,
"pages": 1,
"count": 19,
"total": 19,
"msg": ""
}
}