{ "opencollection": "1.0.0", "info": { "name": "ATTOM Area Events API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "apikey", "value": "{{apikey}}", "placement": "header" } }, "items": [ { "info": { "name": "Events", "type": "folder" }, "items": [ { "info": { "name": "All events detail", "type": "http" }, "http": { "method": "GET", "url": "https://api.gateway.attomdata.com/propertyapi/v1.0.0/allevents/detail", "params": [ { "name": "address1", "value": "", "type": "query", "description": "First line of the street address (house number and street)." }, { "name": "address2", "value": "", "type": "query", "description": "Second line of the address (city, state)." }, { "name": "attomid", "value": "", "type": "query", "description": "ATTOM-assigned property identifier." } ] }, "docs": "A consolidated view of every event on a property - assessment, AVM, sale, deed, and mortgage - in a single call." }, { "info": { "name": "All events snapshot", "type": "http" }, "http": { "method": "GET", "url": "https://api.gateway.attomdata.com/propertyapi/v1.0.0/allevents/snapshot", "params": [ { "name": "postalcode", "value": "", "type": "query", "description": "5-digit ZIP / postal code to scope the search." }, { "name": "latitude", "value": "", "type": "query", "description": "Latitude of the search center." }, { "name": "longitude", "value": "", "type": "query", "description": "Longitude of the search center." }, { "name": "radius", "value": "", "type": "query", "description": "Search radius in miles (default 5, maximum 20)." } ] }, "docs": "Summary of property events for properties in an area." } ] } ], "bundled": true }