{ "opencollection": "1.0.0", "info": { "name": "ATTOM Area Property API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "apikey", "value": "{{apikey}}", "placement": "header" } }, "items": [ { "info": { "name": "Property", "type": "folder" }, "items": [ { "info": { "name": "Property ID lookup", "type": "http" }, "http": { "method": "GET", "url": "https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/id", "params": [ { "name": "address", "value": "", "type": "query", "description": "Full one-line street address (e.g. \"4529 Winona Court, Denver, CO\")." }, { "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": "pagesize", "value": "", "type": "query", "description": "Number of records per page (maximum 100)." } ] }, "docs": "Returns the ATTOM-assigned property ID and minimal identity fields for matching properties." }, { "info": { "name": "Property basic profile", "type": "http" }, "http": { "method": "GET", "url": "https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/basicprofile", "params": [ { "name": "address", "value": "", "type": "query", "description": "Full one-line street address (e.g. \"4529 Winona Court, Denver, CO\")." }, { "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": "apn", "value": "", "type": "query", "description": "Assessor parcel number; use with fips." }, { "name": "fips", "value": "", "type": "query", "description": "County FIPS code; use with apn." }, { "name": "attomid", "value": "", "type": "query", "description": "ATTOM-assigned property identifier." } ] }, "docs": "Essential property profile - address, location, lot, and building basics - for a specific address or APN/FIPS." }, { "info": { "name": "Property detail", "type": "http" }, "http": { "method": "GET", "url": "https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/detail", "params": [ { "name": "address", "value": "", "type": "query", "description": "Full one-line street address (e.g. \"4529 Winona Court, Denver, CO\")." }, { "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": "Comprehensive property characteristics for a property or list of properties." }, { "info": { "name": "Property expanded profile", "type": "http" }, "http": { "method": "GET", "url": "https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile", "params": [ { "name": "address", "value": "", "type": "query", "description": "Full one-line street address (e.g. \"4529 Winona Court, Denver, CO\")." }, { "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)." } ] }, "docs": "Extended property profile combining characteristics, most-recent sale, assessment, and AVM in one call." }, { "info": { "name": "Property address radius search", "type": "http" }, "http": { "method": "GET", "url": "https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/address", "params": [ { "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)." }, { "name": "postalcode", "value": "", "type": "query", "description": "5-digit ZIP / postal code to scope the search." }, { "name": "page", "value": "", "type": "query", "description": "Page number for paginated results." }, { "name": "pagesize", "value": "", "type": "query", "description": "Number of records per page (maximum 100)." } ] }, "docs": "Radius search returning all properties within a given radius (miles) of coordinates or a postal code." }, { "info": { "name": "Property snapshot", "type": "http" }, "http": { "method": "GET", "url": "https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/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)." }, { "name": "pagesize", "value": "", "type": "query", "description": "Number of records per page (maximum 100)." } ] }, "docs": "Returns properties in an area matching characteristic filters such as beds, baths, size, value, and lot size." }, { "info": { "name": "Property detail with owner", "type": "http" }, "http": { "method": "GET", "url": "https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/detailowner", "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": "Property characteristics plus current owner names and mailing information." }, { "info": { "name": "Property building permits", "type": "http" }, "http": { "method": "GET", "url": "https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/buildingpermits", "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": "Building permit records for a property." } ] } ], "bundled": true }