GET Player by ID
GET Player by ID
GET Player by IDhttps://soccer.sportmonks.com/api/v2.0/players/{ID}Parameters
Include options
IncludesExample response
https://soccer.sportmonks.com/api/v2.0/players/172104?api_token={API_TOKEN} "data": {
"player_id": 172104,
"team_id": 53,
"country_id": 1161,
"position_id": 3,
"common_name": "J. Forrest",
"display_name": "James Forrest",
"fullname": "James Forrest",
"firstname": "James",
"lastname": "Forrest",
"nationality": "Scotland",
"birthdate": "07/07/1991",
"birthcountry": "Scotland",
"birthplace": "Prestwick",
"height": "175 cm",
"weight": null,
"image_path": "https://cdn.sportmonks.com/images/soccer/players/8/172104.png"
},Last updated
Was this helpful?