StatsHub Docs
Endpoint referenceReferees

/referees/list

GET
/api/v2/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/problem+json

application/problem+json

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