StatsHub Docs
Endpoint referenceReferee

/referee

GET
/api/v2/referee

Response Body

application/json

application/problem+json

curl -X GET "https://example.com/api/v2/referee"
[  {    "countrySlug": "string",    "createdAt": "string",    "firstLeagueDebutTimestamp": 0,    "games": 0,    "id": 0,    "name": "string",    "redCards": 0,    "slug": "string",    "updatedAt": "string",    "yellowCards": 0,    "yellowRedCards": 0  }]