{ "opencollection": "1.0.0", "info": { "name": "ATTOM Area All Events AVM API", "version": "v1.0.0" }, "request": { "auth": { "type": "apikey", "key": "apikey", "value": "{{apikey}}", "placement": "header" } }, "items": [ { "info": { "name": "AVM", "type": "folder" }, "items": [ { "info": { "name": "Get ATTOM AVM Detail", "type": "http" }, "http": { "method": "GET", "url": "https://api.gateway.attomdata.com/attomavm/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": "Return ATTOM Automated Valuation Model (AVM) value, confidence score, and value range." }, { "info": { "name": "Get AVM Snapshot", "type": "http" }, "http": { "method": "GET", "url": "https://api.gateway.attomdata.com/avm/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 AVM record for a property." }, { "info": { "name": "Get AVM Detail", "type": "http" }, "http": { "method": "GET", "url": "https://api.gateway.attomdata.com/avm/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 AVM record with confidence band and as-of date." }, { "info": { "name": "Get AVM History", "type": "http" }, "http": { "method": "GET", "url": "https://api.gateway.attomdata.com/avmhistory/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": "Historical AVM valuations for a property across multiple as-of dates." }, { "info": { "name": "Get Rental AVM", "type": "http" }, "http": { "method": "GET", "url": "https://api.gateway.attomdata.com/valuation/rentalavm", "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": "Estimated monthly rent for a property using ATTOM's rental AVM model." } ] } ], "bundled": true }