StatsHub Docs
APIEndpoint referencePlayer

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

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

GET
/api/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/json

application/json

curl -X GET "https://example.com/api/player/0/string/0/positions"
{  "mostPlayed": null,  "positions": null,  "totalMatches": 0}