StatsHub Docs
APIEndpoint referenceReferee

/referee/{id}/statistics

drizzle's `.select()` over a join returns one object per table, keyed by the table's SQL name, so the response nests under referee_statistics / unique_tournaments.

GET
/api/referee/{id}/statistics

drizzle's .select() over a join returns one object per table, keyed by the table's SQL name, so the response nests under referee_statistics / unique_tournaments. That shape is reproduced here with json_build_object.

Path Parameters

id*string

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/api/referee/string/statistics"
{  "data": [    "string"  ]}