GET Referees by Country ID
Returns referee information from your requested country ID.
https://api.sportmonks.com/v3/football/referees/countries/{ID}{
"data": [
{
"id": 13578,
"sport_id": 1,
"country_id": 462,
"city_id": null,
"common_name": "S. Finch",
"firstname": "Stephen",
"lastname": "Finch",
"name": "Stephen Finch",
"display_name": "Stephen Finch",
"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?