Endpoint referencePlayer
/player/{id}/{uniqueTournamentId}/{seasonId}/heatmap
Serves .../heatmap — the season-long touch map.
Serves .../heatmap — the season-long touch map.
Path Parameters
id*integer
Format
int64uniqueTournamentId*string
seasonId*integer
Format
int64Response 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"}