StatsHub Docs
Endpoint referencePlayer

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

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

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

application/problem+json

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