cricketdata_player_info
Retrieve a cricket player's full profile and career batting/bowling statistics across Test, ODI, and T20I formats by providing a player ID.
Instructions
One player's profile and career batting/bowling statistics.
Returns: {status, data:{id, name, dateOfBirth, role, battingStyle, bowlingStyle, placeOfBirth, country, playerImg, stats:[{fn:'batting'|'bowling', matchtype:'test'|'odi'|'t20i', stat:'m'|'runs'|'avg', value}]}} — SHAPE FROM VENDOR DOCS. NOTE stats is LONG format: one row per (function, format, statistic), not a nested object.
NOTE: this shape is from the vendor's documentation and has NOT been verified against a live response (we hold no key for this provider). Treat it as approximate — inspect the actual payload before relying on a field name.
Example: One player's career {"id": ""}
Auth: needs your own key in CRICKETDATA_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Player id (from cricketdata_players). |