Attom Property Detail Example is an example object payload from ATTOM, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
{
"summary": "Property detail response for 4529 Winona Court, Denver, CO 80212",
"request": {
"method": "GET",
"url": "https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/detail?address=4529%20Winona%20Court%2C%20Denver%2C%20CO%2080212",
"headers": {
"apikey": "YOUR_ATTOM_API_KEY",
"Accept": "application/json"
}
},
"response": {
"status": {
"version": "1.0.0",
"code": 0,
"msg": "SuccessWithResult",
"total": 1,
"page": 1,
"pagesize": 10
},
"property": [
{
"identifier": {
"Id": 145423726,
"fips": "08031",
"apn": "2353-23-001",
"attomId": 145423726
},
"address": {
"country": "US",
"countrySubd": "CO",
"line1": "4529 Winona Court",
"line2": "Denver, CO 80212",
"locality": "Denver",
"matchCode": "ExaStr",
"oneLine": "4529 Winona Court, Denver, CO 80212",
"postal1": "80212",
"postal2": "2345"
},
"location": {
"accuracy": "ROOFTOP",
"latitude": "39.7710",
"longitude": "-105.0436",
"geoid": "CO35620C0212B"
},
"summary": {
"absenteeInd": "OWNER OCCUPIED",
"propclass": "Single Family Residence / Townhouse",
"propsubtype": "RESIDENTIAL",
"proptype": "SFR",
"yearbuilt": 1953,
"propLandUse": "SFR"
},
"building": {
"size": {
"bldgsize": 1832,
"grosssize": 1832,
"livingsize": 1832
},
"rooms": {
"bathstotal": 2,
"beds": 3,
"roomsTotal": 6
}
},
"lot": {
"lotsize1": 0.17,
"lotsize2": 7405,
"zoningType": "Residential"
},
"vintage": {
"lastModified": "2026-04-30",
"pubDate": "2026-05-15"
}
}
]
}
}