{ "opencollection": "1.0.0", "info": { "name": "OpenWeatherMap Accumulated Parameters Weather Maps API", "version": "2.5.0" }, "request": { "auth": { "type": "apikey", "key": "appid", "value": "{{appid}}", "placement": "query" } }, "items": [ { "info": { "name": "Weather Maps", "type": "folder" }, "items": [ { "info": { "name": "Weather Map Tile For A Layer", "type": "http" }, "http": { "method": "GET", "url": "https://history.openweathermap.org/data/2.5/history/map/:layer/:z/:x/:y.png", "params": [ { "name": "layer", "value": "", "type": "path", "description": "Weather layer to render." }, { "name": "z", "value": "", "type": "path", "description": "Tile zoom level." }, { "name": "x", "value": "", "type": "path", "description": "Tile X coordinate." }, { "name": "y", "value": "", "type": "path", "description": "Tile Y coordinate." }, { "name": "appid", "value": "", "type": "query", "description": "OpenWeather API key." } ] }, "docs": "Returns a PNG tile image for the requested weather layer at the given z, x, y tile coordinate." } ] } ], "bundled": true }