{ "opencollection": "1.0.0", "info": { "name": "MISO Information Interface Weather API", "version": "v1" }, "items": [ { "info": { "name": "Weather", "type": "folder" }, "items": [ { "info": { "name": "Obtain weather data for all stations", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v:version/Weather", "params": [ { "name": "version", "value": "", "type": "path" } ] }, "docs": "GET /v1/Weather" } ] } ], "bundled": true }