GET All Referees
Returns all referees available within your subscription.
https://api.sportmonks.com/v3/football/referees{
"data": [
{
"id": 37,
"sport_id": 1,
"country_id": null,
"city_id": null,
"common_name": "Craig Alexander Thomson",
"firstname": null,
"lastname": null,
"name": "Craig Alexander Thomson",
"display_name": "Craig Alexander Thomson",
"image_path": "https://cdn.sportmonks.com/images/soccer/placeholder.png",
"height": null,
"weight": null,
"date_of_birth": null,
"gender": null
},
{
"id": 94,
"sport_id": 1,
"country_id": null,
"city_id": null,
"common_name": "Robert Madden",
"firstname": null,
"lastname": null,
"name": "Robert Madden",
"display_name": "Robert Madden",
"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
Parameters
Parameter
Required
Description
Example
Include depth
Include options
Related Entities:
Postman
Code Example
Last updated
Was this helpful?