GET All Players
This endpoint returns player information from all available players.
https://api.sportmonks.com/v3/football/players{
"data": [
{
"id": 14,
"sport_id": 1,
"country_id": 320,
"nationality_id": 320,
"city_id": null,
"position_id": 221,
"detailed_position_id": null,
"type_id": 25,
"common_name": "D. Agger",
"firstname": "Daniel Munthe",
"lastname": "Agger",
"name": "Daniel Munthe Agger",
"display_name": "D. Agger",
"image_path": "https://cdn.sportmonks.com/images/soccer/players/14/14.png",
"height": 191,
"weight": 84,
"date_of_birth": "1984-12-12",
"gender": "male"
},
{
"id": 21,
"sport_id": 1,
"country_id": 455,
"nationality_id": 455,
"city_id": null,
"position_id": 26,
"detailed_position_id": null,
"type_id": 26,
"common_name": "L. Miller",
"firstname": "Liam",
"lastname": "Miller",
"name": "Liam Miller",
"display_name": "Liam Miller",
"image_path": "https://cdn.sportmonks.com/images/soccer/players/21/21.png",
"height": 170,
"weight": 66,
"date_of_birth": "1981-02-13",
"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?