GET Players by Country ID
This endpoint returns player information from your requested country ID.
https://api.sportmonks.com/v3/football/players/countries/{ID}{
"data": [
{
"id": 1595,
"sport_id": 1,
"country_id": 462,
"nationality_id": 462,
"city_id": null,
"position_id": 25,
"detailed_position_id": null,
"type_id": 25,
"common_name": "I. Iriekpen",
"firstname": "Izzy",
"lastname": "Iriekpen",
"name": "Izzy Iriekpen",
"display_name": "Izzy Iriekpen",
"image_path": "https://cdn.sportmonks.com/images/soccer/placeholder.png",
"height": 185,
"weight": 77,
"date_of_birth": "1982-05-14",
"gender": "male"
},
{
"id": 10399,
"sport_id": 1,
"country_id": 462,
"nationality_id": 462,
"city_id": null,
"position_id": 27,
"detailed_position_id": 151,
"type_id": 27,
"common_name": "J. Morias",
"firstname": "Junior",
"lastname": "Morias",
"name": "Junior Morias",
"display_name": "Junior Morias",
"image_path": "https://cdn.sportmonks.com/images/soccer/players/31/10399.png",
"height": 173,
"weight": 68,
"date_of_birth": "1995-07-04",
"gender": "male"
},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?