{ "opencollection": "1.0.0", "info": { "name": "TheRundown Sports V1 Delta V2 Players API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "query" } }, "items": [ { "info": { "name": "V2 Players", "type": "folder" }, "items": [ { "info": { "name": "Get a player by ID", "type": "http" }, "http": { "method": "GET", "url": "https://therundown.io/api/v2/players/:playerID", "params": [ { "name": "playerID", "value": "", "type": "path" } ] }, "docs": "Get a player by ID" } ] } ], "bundled": true }