cricketaustralia_players
Retrieve detailed cricket player profiles by passing player IDs. Get name, date of birth, birthplace, batting and bowling details, height, and image URL for each player.
Instructions
Player profiles for a batch of player ids — name, DOB, birthplace, batting/bowling hand + type, height, image. Pass a list of playerIds.
Returns: {players:[{id, displayName, firstName, lastName, dob, birthPlace, battingHand, bowlingHand, bowlingType, height, imageUrl}], responseError}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Response format. | json |
| jsconfig | No | Response-shape flag (leave default). | eccn:true |
| playerIds | Yes | List of player ids (sent as a comma-separated list). Ids come from a scorecard's players[] or fixtures. |