cricketaustralia_players
Fetch player profiles for a list of player IDs, including name, date of birth, birthplace, batting and bowling hand, height, and image. Pass playerIds to receive structured player data.
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. |