entitysport_matches
Retrieve live, upcoming, and completed cricket matches with scores, teams, and status. Filter by date or status.
Instructions
Cricket matches — live, upcoming and completed.
Returns: {status:'ok', response:{items:[{match_id, title, short_title, subtitle, format_str:'T20'|'ODI'|'Test', status, status_str, game_state_str, teama:{team_id, name, short_name, scores_full, scores, overs}, teamb:{…}, date_start, venue, toss:{text, winner, decision}}], total_items, total_pages}} — SHAPE FROM VENDOR DOCS. scores_full is the display string ('187/4 (20)') and scores the bare runs — do not parse the first when you want the second.
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: Live matches {"status": 3}
Auth: needs your own key in ENTITYSPORT_TOKEN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | YYYY-MM-DD. | |
| paged | No | Page number. | |
| status | No | 1 = scheduled, 2 = completed, 3 = live, 4 = cancelled. | |
| per_page | No | Page size. |