{ "opencollection": "1.0.0", "info": { "name": "First Street Enterprise Maps API", "version": "3.0" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "query" } }, "items": [ { "info": { "name": "Maps", "type": "folder" }, "items": [ { "info": { "name": "Fetch a raster map tile for a climate peril", "type": "http" }, "http": { "method": "GET", "url": "https://api.firststreet.org/v2/maps/tile/:peril/:product/:z/:x/:y.png", "params": [ { "name": "peril", "value": "", "type": "path" }, { "name": "product", "value": "", "type": "path" }, { "name": "z", "value": "", "type": "path" }, { "name": "x", "value": "", "type": "path" }, { "name": "y", "value": "", "type": "path" } ] }, "docs": "Fetch a raster map tile for a climate peril" } ] } ], "bundled": true }