PropertyAVMResponse
Property AVM response model.
address_info objectnullable
Address information
formatted_addressFormatted Address (string)nullable
street_addressStreet Address (string)nullable
cityCity (string)nullable
stateState (string)nullable
state_codeState Code (string)nullable
countyCounty (string)nullable
postal_codePostal Code (string)nullable
latitudeLatitude (number)nullable
longitudeLongitude (number)nullable
geohash8Geohash8 (string)nullable
census_geoids objectnullable
property name*stringnullable
valuation objectnullable
Valuation results
property name*anynullable
Valuation results
comparables objectnullable
Comparables
property name*anynullable
Comparables
PropertyAVMResponse
{
"address_info": {
"formatted_address": "string",
"street_address": "string",
"city": "string",
"state": "string",
"state_code": "string",
"county": "string",
"postal_code": "string",
"latitude": 0,
"longitude": 0,
"geohash8": "string",
"census_geoids": {}
},
"valuation": {},
"comparables": {}
}