APIEndpoint referencePlayer
/player/{id}/{uniqueTournamentId}/{seasonId}/positions
How many matches the player started in each position over a season, most-played first.
How many matches the player started in each position over a season, most-played first.
Only starts count. A substitute's one-off position would otherwise skew the chart, so appearances off the bench are excluded.
Path Parameters
id*integer
Format
int64uniqueTournamentId*string
seasonId*integer
Format
int64Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/api/player/0/string/0/positions"{ "mostPlayed": null, "positions": null, "totalMatches": 0}