GETTeam trophies
Titles won by the team, with the seasons of each one.
/v2.2/teams/ with t=trophies
Try it in the interactive referenceAll Teams operations
Request
GET /v2.2/teams/?user=USER&token=TOKEN&t=trophies&id=111- Every request needs the
userandtokenquery parameters of the account.
Parameters
| Name | Required | Description | Example |
|---|---|---|---|
id | yes | Team ID. | 111 |
Example response
{
"data": {
"season_id": null,
"trophies": [
{
"id": 746,
"name": "German Super Cup Winner",
"seasons": [
"25/26"
]
}
]
},
"meta": {
"requests_left": 2950,
"user": "your_username",
"plan": "Soccer API 50",
"page": 1,
"pages": 1,
"count": 25,
"total": 25,
"msg": ""
}
}