{ "opencollection": "1.0.0", "info": { "name": "ATTOM Area Valuation API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "apikey", "value": "{{apikey}}", "placement": "header" } }, "items": [ { "info": { "name": "Valuation", "type": "folder" }, "items": [ { "info": { "name": "AVM snapshot", "type": "http" }, "http": { "method": "GET", "url": "https://api.gateway.attomdata.com/propertyapi/v1.0.0/avm/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": "Automated Valuation Model summary for properties in an area." }, { "info": { "name": "ATTOM AVM detail", "type": "http" }, "http": { "method": "GET", "url": "https://api.gateway.attomdata.com/propertyapi/v1.0.0/attomavm/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": "Detailed AVM calculation for a property - estimated value, confidence score, and high/low value range." }, { "info": { "name": "AVM history detail", "type": "http" }, "http": { "method": "GET", "url": "https://api.gateway.attomdata.com/propertyapi/v1.0.0/avmhistory/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": "Historical AVM values for a property over time." }, { "info": { "name": "Rental AVM", "type": "http" }, "http": { "method": "GET", "url": "https://api.gateway.attomdata.com/propertyapi/v1.0.0/valuation/rentalavm", "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": "Estimated market rent (rental AVM) for a property, with a value range." } ] } ], "bundled": true }