cricketdata_series_info
Retrieve a cricket series' full details and match list by providing its series ID.
Instructions
One series with its full match list.
Returns: {status, data:{info:{id, name, startdate, enddate, odi, t20, test, squads, matches}, matchList:[{id, name, matchType, status, venue, date, teams}]}} — SHAPE FROM VENDOR DOCS.
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 series {"id": ""}
Auth: needs your own key in CRICKETDATA_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Series id (from cricketdata_series). |