entitysport_match_commentary
Retrieve ball-by-ball commentary for a specific cricket innings. Includes wickets, boundaries, and extras for live score updates.
Instructions
Ball-by-ball commentary for an innings — the reason to choose this provider over cricketdata.
Returns: {status:'ok', response:{commentaries:[{event:'ball'|'overend'|'wicket', over, ball, batsman_id, bowler_id, score, run_str, commentary, noball, wide, byes, legbyes, six, four}]}} — SHAPE FROM VENDOR DOCS. Rows include NON-BALL events ('overend'), so filter on event before counting deliveries.
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: An innings' commentary {"matchId": 12345, "inningsId": 1}
Auth: needs your own key in ENTITYSPORT_TOKEN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| matchId | Yes | Match id. Required — part of the URL path. | |
| inningsId | Yes | Innings id (`iid` from the scorecard). Required — part of the URL path. |