{ "opencollection": "1.0.0", "info": { "name": "Entity Sport Cricket API V2 Authentication Scorecards API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "token", "value": "{{token}}", "placement": "query" } }, "items": [ { "info": { "name": "Scorecards", "type": "folder" }, "items": [ { "info": { "name": "Get match scorecard.", "type": "http" }, "http": { "method": "GET", "url": "https://restapi.entitysport.com/v2/matches/:mid/scorecard", "params": [ { "name": "mid", "value": "", "type": "path", "description": "Match identifier." }, { "name": "token", "value": "", "type": "query", "description": "Short-lived access token from POST /auth." } ] }, "docs": "Returns full batting, bowling, and innings detail for a match by mid." } ] } ], "bundled": true }