StatsHub Docs
APIEndpoint referenceReferees

/referees/list

GET
/api/referees/list

Query Parameters

last20GamesOnly?string
leagueStatsOnly?string
limit?integer
Formatint64
page?integer
Formatint64
search?string
sortDirection?string
sortField?string
upcomingFixturesOnly?string

Response Body

application/json

application/json

curl -X GET "https://example.com/api/referees/list"
{  "data": [    {      "property1": null,      "property2": null    }  ],  "pagination": {    "property1": null,    "property2": null  }}