{ "opencollection": "1.0.0", "info": { "name": "Preciser Chart Data API", "version": "v1" }, "items": [ { "info": { "name": "Chart Data", "type": "folder" }, "items": [ { "info": { "name": "Get chart data for a game", "type": "http" }, "http": { "method": "GET", "url": "https://plg-api.preciser.io/v1/chart-data/id/:gameId", "params": [ { "name": "gameId", "value": "", "type": "path", "description": "Preciser identifier for the game." } ] }, "docs": "Returns the chart/statistics data feed for a single game, identified by its Preciser game identifier. Advertised by the Preciser API index." } ] } ], "bundled": true }