Endpoint 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/problem+json
application/problem+json
application/problem+json
curl -X GET "https://example.com/api/v2/player/0/string/0/positions"{ "$schema": "https://example.com/schemas/PlayerPositionsOKBody.json", "mostPlayed": null, "positions": null, "totalMatches": 0}