{ "opencollection": "1.0.0", "info": { "name": "ATTOM Area All Events Sale API", "version": "v1.0.0" }, "request": { "auth": { "type": "apikey", "key": "apikey", "value": "{{apikey}}", "placement": "header" } }, "items": [ { "info": { "name": "Sale", "type": "folder" }, "items": [ { "info": { "name": "Get Sale Snapshot", "type": "http" }, "http": { "method": "GET", "url": "https://api.gateway.attomdata.com/sale/snapshot", "params": [ { "name": "AttomID", "value": "145423726", "type": "query", "description": "ATTOM property identifier." }, { "name": "address", "value": "4529 Winona Court, Denver, CO 80212", "type": "query", "description": "Full street address as a single string." } ] }, "docs": "Most-recent sale event for a property (compact)." }, { "info": { "name": "Get Sale Detail", "type": "http" }, "http": { "method": "GET", "url": "https://api.gateway.attomdata.com/sale/detail", "params": [ { "name": "AttomID", "value": "145423726", "type": "query", "description": "ATTOM property identifier." }, { "name": "address", "value": "4529 Winona Court, Denver, CO 80212", "type": "query", "description": "Full street address as a single string." } ] }, "docs": "Most-recent sale event with full transaction, deed, and recording attributes." }, { "info": { "name": "Get Sales History Snapshot", "type": "http" }, "http": { "method": "GET", "url": "https://api.gateway.attomdata.com/saleshistory/snapshot", "params": [ { "name": "AttomID", "value": "145423726", "type": "query", "description": "ATTOM property identifier." }, { "name": "address", "value": "4529 Winona Court, Denver, CO 80212", "type": "query", "description": "Full street address as a single string." } ] }, "docs": "Compact list of historical sale events for a property." }, { "info": { "name": "Get Sales History Detail", "type": "http" }, "http": { "method": "GET", "url": "https://api.gateway.attomdata.com/saleshistory/detail", "params": [ { "name": "AttomID", "value": "145423726", "type": "query", "description": "ATTOM property identifier." }, { "name": "address", "value": "4529 Winona Court, Denver, CO 80212", "type": "query", "description": "Full street address as a single string." } ] }, "docs": "Detailed list of historical sale events for a property." }, { "info": { "name": "Get Sales Comparables", "type": "http" }, "http": { "method": "GET", "url": "https://api.gateway.attomdata.com/salescomparables/address/:street/:citystatezip", "params": [ { "name": "street", "value": "", "type": "path", "description": "Street component of the subject address." }, { "name": "citystatezip", "value": "", "type": "path", "description": "City, state, and ZIP component of the subject address." } ] }, "docs": "Return comparable sales (comps) for a subject property by street and city/state/ZIP." } ] } ], "bundled": true }