Player by ID
GET
The Player by ID endpoint returns information of a single player
Description
Headers | application/json |
Endpoint Example | https://api.sportdatastreamapi.com/players/?user=USERNAME&token=TOKEN&t=info&id=PLAYER_ID |
Endpoint | https://api.sportdatastreamapi.com/players/?user=null&token=null&t=info&id=13185 |
Paginated | No, this endpoint is not paginated |
Example Response
{
"data": {
"id": 13185,
"team_id": null,
"name": "Hummels, Mats Julian",
"common_name": "Hummels, Mats",
"position": "D",
"firstname": "Mats Julian",
"lastname": "Hummels",
"birthday": "16/12/88",
"birthcountry": null,
"birthplace": null,
"shirtnumber": 15,
"weight": 94,
"height": 191,
"img": "https://api.sportdatastreamapi.com/images/soccer/players/50/13185.png",
"country": {
"id": 4,
"name": "Germany",
"cc": "de"
}
}
}