GET All Players
GET All Players
GET All Playershttps://cricket.sportmonks.com/api/v2.0/playersParameters
Include options
Enriching your responseExample response
Last updated
Was this helpful?
GET All Playershttps://cricket.sportmonks.com/api/v2.0/playersLast updated
Was this helpful?
Was this helpful?
https://cricket.sportmonks.com/api/v2.0/players?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"
},
{
"resource": "players",
"id": 3,
"country_id": 52126,
"firstname": "Anwar",
"lastname": "Ali",
"fullname": "Anwar Ali",
"image_path": "https://cdn.sportmonks.com/images/cricket/players/3/3.png",
"dateofbirth": "1987-11-25",
"gender": "m",
"battingstyle": "right-hand-bat",
"bowlingstyle": "right-arm-fast-medium",
"position": {
"resource": "positions",
"id": 2,
"name": "Bowler"
},
"updated_at": "2020-12-14T18:58:56.000000Z"
},
{
"resource": "players",
"id": 4,
"country_id": 52126,
"firstname": "Sarfraz",
"lastname": "Ahmed",
"fullname": "Sarfraz Ahmed",
"image_path": "https://cdn.sportmonks.com/images/cricket/players/4/4.png",
"dateofbirth": "1987-05-22",
"gender": "m",
"battingstyle": "right-hand-bat",
"bowlingstyle": "right-arm-offbreak",
"position": {
"resource": "positions",
"id": 3,
"name": "Wicketkeeper"
},
"updated_at": "2020-04-07T08:51:02.000000Z"
},
{
"resource": "players",
"id": 5,
"country_id": 52126,
"firstname": "Azhar",
"lastname": "Ali",
"fullname": "Azhar Ali",
"image_path": "https://cdn.sportmonks.com/images/cricket/players/5/5.png",
"dateofbirth": "1985-02-19",
"gender": "m",
"battingstyle": "right-hand-bat",
"bowlingstyle": "legbreak",
"position": {
"resource": "positions",
"id": 1,
"name": "Batsman"
},
"updated_at": "2020-04-01T02:28:23.000000Z"
},
{
"resource": "players",
"id": 6,
"country_id": 52126,
"firstname": "Fakhar",
"lastname": "Zaman",
"fullname": "Fakhar Zaman",
"image_path": "https://cdn.sportmonks.com/images/cricket/players/6/6.png",
"dateofbirth": "1990-04-10",
"gender": "m",
"battingstyle": "left-hand-bat",
"bowlingstyle": "slow-left-arm-orthodox",
"position": {
"resource": "positions",
"id": 1,
"name": "Batsman"
},
"updated_at": "2020-04-02T02:22:22.000000Z"
},