StatsHub Docs
APIAPI v2V2 endpoint referenceV2

/referees/{refereeId}/competitions

Serves the competitions and seasons a referee has officiated in.

GET
/referees/{refereeId}/competitions

Serves the competitions and seasons a referee has officiated in.

Path Parameters

refereeId*string

Response Body

application/json

application/problem+json

application/problem+json

curl -X GET "https://example.com/referees/string/competitions"
{  "property1": {    "isNational": true,    "seasons": [      {        "seasonId": 0,        "seasonName": "string"      }    ],    "tournamentName": "string"  },  "property2": {    "isNational": true,    "seasons": [      {        "seasonId": 0,        "seasonName": "string"      }    ],    "tournamentName": "string"  }}