{ "opencollection": "1.0.0", "info": { "name": "Tomorrow.io Weather Alerts Map Tiles API", "version": "4.0.1" }, "request": { "auth": { "type": "apikey", "key": "apikey", "value": "{{apikey}}", "placement": "query" } }, "items": [ { "info": { "name": "Map Tiles", "type": "folder" }, "items": [ { "info": { "name": "Tomorrow.io Get Map Tile", "type": "http" }, "http": { "method": "GET", "url": "https://api.tomorrow.io/v4/map/tile/:zoom/:x/:y/:field/:timeFormat", "params": [ { "name": "zoom", "value": "6", "type": "path", "description": "Web Mercator zoom level (typically 0-12)." }, { "name": "x", "value": "18", "type": "path", "description": "Tile column." }, { "name": "y", "value": "24", "type": "path", "description": "Tile row." }, { "name": "field", "value": "temperature", "type": "path", "description": "Data field name to render (e.g. temperature, precipitationIntensity)." }, { "name": "timeFormat", "value": "now", "type": "path", "description": "ISO 8601 time or relative offset." } ] }, "docs": "Returns a raster tile for a weather field at a given time and zoom level." } ] } ], "bundled": true }