Referee by ID

GET

The Referee by ID Endpoint give you information of a specific Referee

Description

Headersapplication/json
Endpoint Example https://api.sportdatastreamapi.com/referees/?user=USERNAME&token=TOKEN&t=info&id=REFEREE_ID
Endpoint https://api.sportdatastreamapi.com/referees/?user=null&token=null&t=info&id=372
PaginatedNo, this endpoint is not paginated

Example Response

{
    "data": {
      "id": 372,
      "name": "",
      "common_name": "Aytekin, Deniz",
      "firstname": "Deniz",
      "lastname": "Aytekin",
      "birthdate": "21/07/78",
      "img": "https://api.sportdatastreamapi.com/images/soccer/referees/50/372.png",
      "country": {
        "id": 4,
        "name": "Germany",
        "cc": "de"
      }
    }
}