Rental Estimates
Rental market data by ZIP code from Census ACS. Median rent by bedroom count and rent burden statistics (percentage of renters paying 30%+ of income on rent).
GET
/v1/properties/{property_id}/rental-estimatesGet rental market data for the property's ZIP code.
Response
{ "data": { "property_id": 1, "zip_code": "97301", "median_rent": 1197, "rent_by_bedrooms": { "studio": 916, "1_bed": 909, "2_bed": 1277, "3_bed": 1667, "4_bed": 1719 }, "rent_burden": { "total_renters": 4200, "cost_burdened_pct": 54.1, "severely_burdened_pct": 38.4 }, "source": "Census ACS 5-Year 2023" } }