StatsHub Docs
APIEndpoint referencePlayer

/player/{id}/{uniqueTournamentId}/{seasonId}/heatmap/formation-list

Serves .../heatmap/formation-list, the formations a player has appeared in for a given team.

GET
/api/player/{id}/{uniqueTournamentId}/{seasonId}/heatmap/formation-list

Serves .../heatmap/formation-list, the formations a player has appeared in for a given team.

Path Parameters

id*integer
Formatint64
uniqueTournamentId*string
seasonId*string

Query Parameters

teamId?integer
Formatint64

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/player/0/string/string/heatmap/formation-list"
{  "data": [    "string"  ]}