StatsHub Docs
APIEndpoint referencePlayer

/player/{id}/{uniqueTournamentId}/{seasonId}/statistics

Serves the season statistics endpoint.

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

Serves the season statistics endpoint.

Path Parameters

id*integer
Formatint64
uniqueTournamentId*string
seasonId*integer
Formatint64

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/player/0/string/0/statistics"
{  "data": null,  "dataSource": "string"}