mid-tier cut surfaced as default). Values are in USD and cover January 2000 through the latest published month. Available at all seven geographic tiers: national, state, metro, county, city, ZIP, and neighborhood.metro tier: the Metro file includes one row with RegionType=country (the United States aggregate) alongside the ~894 Metropolitan Statistical Area rows. Consumers filtering purely on MSA rows should check RegionType=='msa'.x-api-key: ********************curl --location 'https://sugra.ai/api/v1/real-estate/home-values/?region=undefined&start_month=undefined&end_month=undefined&limit=undefined' \
--header 'x-api-key: <api-key>'{
"data": {
"metric": "zhvi",
"geo_type": "metro",
"unit": "string",
"label": "string",
"region_filter": "string",
"start_month": "string",
"end_month": "string",
"regions": [
{
"RegionID": 0,
"SizeRank": 0,
"RegionName": "string",
"RegionType": "string",
"StateName": "string",
"observations": [
{
"month": "2026-03-31",
"value": 0
}
],
"count": 315,
"property1": "string",
"property2": "string"
}
],
"count": 1,
"dataset_last_modified": "string"
},
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "string",
"attribution": "string",
"fallback_used": true,
"fallback_chain": [
"string"
],
"cached": true,
"stale": true
}
}