GET Referee by ID
Returns referee information from your requested referee ID.
https://api.sportmonks.com/v3/football/referees/{ID}{
"data": {
"id": 17265,
"sport_id": 1,
"country_id": 1161,
"city_id": null,
"common_name": "J. Beaton",
"firstname": "John",
"lastname": "Beaton",
"name": "John Beaton",
"display_name": "J. Beaton",
"image_path": "https://cdn.sportmonks.com/images/soccer/placeholder.png",
"height": null,
"weight": null,
"date_of_birth": null,
"gender": null
},Field
Description
Type
Name
Required?
Description
Static Filters
Available on Entity
Description
Example
Dynamic Filters
Available on Entity
Description
Examples
Filters
Pagination
Include depth
Include options
Related Entities:
Postman
Code Example
Last updated
Was this helpful?