cricketdata_series
Get cricket series details including match counts (ODI, T20, Test), squads, and start/end dates. Search by series name to retrieve tournament information.
Instructions
Series (tours and tournaments) with their match counts and dates.
Returns: {status, data:[{id, name, startDate, endDate, odi, t20, test, squads, matches}], info:{hitsToday, hitsLimit}} — SHAPE FROM VENDOR DOCS. The format counts (odi/t20/test) are how many matches of each type the series holds.
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: All series
Auth: needs your own key in CRICKETDATA_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offset | No | Page offset. | |
| search | No | Partial series-name match. |