{ "opencollection": "1.0.0", "info": { "name": "ATTOM Area All Events Parcel Tiles API", "version": "v1.0.0" }, "request": { "auth": { "type": "apikey", "key": "apikey", "value": "{{apikey}}", "placement": "header" } }, "items": [ { "info": { "name": "Parcel Tiles", "type": "folder" }, "items": [ { "info": { "name": "Get Parcel Vector Tile", "type": "http" }, "http": { "method": "GET", "url": "https://api.gateway.attomdata.com/parceltileapi/v1/tile/:z/:x/:y", "params": [ { "name": "z", "value": "", "type": "path", "description": "Tile zoom level." }, { "name": "x", "value": "", "type": "path", "description": "Tile column." }, { "name": "y", "value": "", "type": "path", "description": "Tile row." } ] }, "docs": "Fetch a single Mapbox-style vector parcel tile for the requested z/x/y." } ] } ], "bundled": true }