cURL
curl --request GET \ --url https://api.example.com/api/v1/fmr-rates
{ "state": "TX", "location": "Houston", "year": 2025, "monthlyRent": 1150, "weeklyRentCents": 26559, "matched": true, "areaName": "Houston" }
Look up HUD Fair Market Rent rates for a location.
monthlyRent * 100 / 4.33
true
false