StatsHub Docs
Endpoint referencePlayer

/player/{id}/{uniqueTournamentId}/{seasonId}/positions

How many matches the player started in each position over a season, most-played first.

GET
/api/v2/player/{id}/{uniqueTournamentId}/{seasonId}/positions

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
Formatint64
uniqueTournamentId*string
seasonId*integer
Formatint64

Response 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}