GET Player by ID
GET Player by ID
GET Player by IDhttps://cricket.sportmonks.com/api/v2.0/players/{ID}Parameters
Include options
Enriching your responseExample response
Last updated
Was this helpful?
GET Player by IDhttps://cricket.sportmonks.com/api/v2.0/players/{ID}Last updated
Was this helpful?
Was this helpful?
https://cricket.sportmonks.com/api/v2.0/players/2?api_token={API_TOKEN} "data": {
"resource": "players",
"id": 2,
"country_id": 52126,
"firstname": "Ahmed",
"lastname": "Shehzad",
"fullname": "Ahmed Shehzad",
"image_path": "https://cdn.sportmonks.com/images/cricket/players/2/2.png",
"dateofbirth": "1991-11-23",
"gender": "m",
"battingstyle": "right-hand-bat",
"bowlingstyle": "legbreak",
"position": {
"resource": "positions",
"id": 1,
"name": "Batsman"
},
"updated_at": "2020-03-31T05:00:31.000000Z"
}