StatsHub Docs
APIEndpoint referencePlayer

/player/{id}/{uniqueTournamentId}/{seasonId}/heatmap

Serves .../heatmap — the season-long touch map.

GET
/api/player/{id}/{uniqueTournamentId}/{seasonId}/heatmap

Serves .../heatmap — the season-long touch map.

Path Parameters

id*integer
Formatint64
uniqueTournamentId*string
seasonId*integer
Formatint64

Response Body

application/json

application/json

curl -X GET "https://example.com/api/player/0/string/0/heatmap"
{  "data": {    "id": 0,    "playerId": 0,    "points": [      "string"    ],    "seasonId": 0  },  "message": "string"}