entitysport_match_info
Fetch a match's complete details: squads, toss, venue, umpires, players, and live state using its unique match ID.
Instructions
One match with squads, toss and current state.
Returns: {status:'ok', response:{match_id, title, format_str, status_str, teama, teamb, venue, toss, umpires, referee, players:[…], equation, live}} — 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: One match {"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. |