SoccersAPIDocs
DocsReferenceTeams › Team trophies

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

Parameters

NameRequiredDescriptionExample
idyesTeam 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": ""
  }
}