entitysport_match_scorecard
Retrieve a complete innings-by-innings scorecard for a match, including batting and bowling figures, extras, and fall of wickets using the match ID.
Instructions
Full innings-by-innings scorecard.
Returns: {status:'ok', response:{innings:[{iid, number, name, batsmen:[{name, batsman_id, runs, balls_faced, fours, sixes, strike_rate, how_out}], bowlers:[{name, overs, maidens, runs, wickets, econ}], extras, equations:{runs, wickets, overs, runrate}, fows:[…], did_not_bat:[…]}]}} — SHAPE FROM VENDOR DOCS. fows is the fall-of-wickets list.
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 match's scorecard {"matchId": 12345}
Auth: needs your own key in ENTITYSPORT_TOKEN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| matchId | Yes | Match id. Required — part of the URL path. |