Sub Scores
sinkhole, liquefaction, subsidence, flood, seismic_amplification, landslide, climate_pressure, weather_severe
Supported Property Types
single_family, condo, townhouse, multi_family, commercial, industrial, vacant_land, mobile_home
Grade Scale
A+, A, B+, B, C+, C, D+, D, F
Data Sources
Ghost Network (sinkhole), USGS Vs30 / NEHRP (amplification, liquefaction), NOAA NWS + SWDI (severe weather), NOAA NWPS + GloFAS (flood), Open-Meteo (soil moisture, precipitation, landslide), DeepMap Climate Migration Engine, USGS Earthquake Catalog
Raw JSON
{
"status": "ok",
"engine": "deepmap_ground_truth_v1",
"endpoints": {
"ground_truth": "POST /api/v1/real-estate/ground-truth",
"batch": "POST /api/v1/real-estate/ground-truth/batch"
},
"sub_scores": [
"sinkhole",
"liquefaction",
"subsidence",
"flood",
"seismic_amplification",
"landslide",
"climate_pressure",
"weather_severe"
],
"supported_property_types": [
"single_family",
"condo",
"townhouse",
"multi_family",
"commercial",
"industrial",
"vacant_land",
"mobile_home"
],
"grade_scale": [
"A+",
"A",
"B+",
"B",
"C+",
"C",
"D+",
"D",
"F"
],
"pricing": {
"single_property": "$2.00/query",
"batch": "$1.50/property",
"max_batch_size": 100
},
"data_sources": [
"Ghost Network (sinkhole)",
"USGS Vs30 / NEHRP (amplification, liquefaction)",
"NOAA NWS + SWDI (severe weather)",
"NOAA NWPS + GloFAS (flood)",
"Open-Meteo (soil moisture, precipitation, landslide)",
"DeepMap Climate Migration Engine",
"USGS Earthquake Catalog"
]
}