GET Player by ID
This endpoint returns player information from your requested player ID.
https://api.sportmonks.com/v3/football/players/{ID}{
"data": [
{
"id": 758,
"sport_id": 1,
"country_id": 462,
"nationality_id": 462,
"city_id": null,
"position_id": 25,
"detailed_position_id": 154,
"type_id": 25,
"common_name": "J. Tavernier",
"firstname": "James",
"lastname": "Tavernier",
"name": "James Tavernier",
"display_name": "James Tavernier",
"image_path": "https://cdn.sportmonks.com/images/soccer/players/22/758.png",
"height": 182,
"weight": 75,
"date_of_birth": "1991-10-31",
"gender": "male"
}
],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?