StatsHub Docs
Endpoint referencePlayer

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

The player's average touch positions across every match played in one formation.

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

The player's average touch positions across every match played in one formation.

Path Parameters

id*integer
Formatint64
uniqueTournamentId*string
seasonId*integer
Formatint64

Query Parameters

formation?string

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/api/v2/player/0/string/0/heatmap/formation"
{  "$schema": "https://example.com/schemas/PlayerHeatmapFormationOKBody.json",  "data": null}