GET/v1/housing/affordability
Affordability derived from the housing medians and local income.
[ OPTIONS ]
| Name | Type | Required | Description |
|---|---|---|---|
zip | string | Yes | US zip code. |
[ EXAMPLE REQUEST ]
curl "https://atlasblock.dev/api/v1/housing/affordability?zip=28203"[ 200 OK ]
{
"status": "success",
"data": {
"zip": "28203",
"median_home_value": 708600,
"median_gross_rent": 1829,
"median_household_income": 86500,
"value_to_income_ratio": 8.2,
"rent_to_income_pct": 25.4,
"ownership_rate": 31.1
}
}[ TRY IT ]Open playground →
GET/v1/housing/affordability?zip=28203
[ QUERY ]
[ CURL ]
curl "https://atlasblock.dev/api/v1/housing/affordability?zip=28203" \ -H "Authorization: Bearer $ATLASBLOCK_API_KEY"
[ EVERY REQUEST ]
Send an Authorization: Bearer key against the base URL https://atlasblock.dev/api. Every call counts toward your plan quota. See the overview for authentication, rate limits, and status codes.
[ MORE IN HOUSING ]
