cricketdata_matches
Retrieve cricket matches for recent and upcoming games across all series, using pagination to navigate through results.
Instructions
All matches, paginated — recent and upcoming across every series.
Returns: {status, data:[{id, name, matchType, status, venue, date, teams, teamInfo, series_id, matchStarted, matchEnded}], info:{hitsToday, hitsLimit}} — 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: Recent matches
Auth: needs your own key in CRICKETDATA_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offset | No | Page offset (25 per page). |