StatsHub Docs
Endpoint referenceManager

/manager

Note: the legacy handler listed and inserted *players* here, not managers — a copy-paste slip that shipped.

GET
/api/v2/manager

Note: the legacy handler listed and inserted players here, not managers — a copy-paste slip that shipped. The behaviour is preserved so existing callers keep working; see docs/PORTING.md.

Response Body

application/json

application/problem+json

curl -X GET "https://example.com/api/v2/manager"
[  {    "contractuntil": 0,    "countrySlug": "string",    "dateofbirth": 0,    "deceased": true,    "gender": "string",    "height": 0,    "id": 0,    "internalId": 0,    "jerseynumber": 0,    "marketvalue": "string",    "name": "string",    "nationalTeamId": 0,    "position": "string",    "preferredfoot": "string",    "shortname": "string",    "slug": "string",    "teamid": 0,    "usercount": 0  }]