StatsHub Docs
Endpoint referenceUnique tournament

/unique-tournament/{uniqueTournamentId}/{seasonId}/player-stats

A season with no appearances is a 404, not an empty list — that is the original's choice and clients branch on it.

GET
/api/v2/unique-tournament/{uniqueTournamentId}/{seasonId}/player-stats

A season with no appearances is a 404, not an empty list — that is the original's choice and clients branch on it.

Path Parameters

uniqueTournamentId*string
seasonId*string

Query Parameters

teamId?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/unique-tournament/string/string/player-stats"
{  "$schema": "https://example.com/schemas/UniqueTournamentPlayerStatsOKBody.json",  "data": [    "string"  ]}