{ "opencollection": "1.0.0", "info": { "name": "ATTOM Area All Events Hierarchy API", "version": "v1.0.0" }, "request": { "auth": { "type": "apikey", "key": "apikey", "value": "{{apikey}}", "placement": "header" } }, "items": [ { "info": { "name": "Hierarchy", "type": "folder" }, "items": [ { "info": { "name": "Lookup Geographic Hierarchy", "type": "http" }, "http": { "method": "GET", "url": "https://api.gateway.attomdata.com/areaapi/area/hierarchy/lookup", "params": [ { "name": "latitude", "value": "", "type": "query", "description": "Latitude of the location." }, { "name": "longitude", "value": "", "type": "query", "description": "Longitude of the location." } ] }, "docs": "Return the geographic hierarchy (state, county, CBSA, ZIP, neighborhood) for a latitude/longitude." } ] } ], "bundled": true }