HUD Fair Market Rents by county
HUD Fair Market Rents by county. Perfect for: 'fair market rent for a county', 'HUD FMR lookup', 'voucher rent limits', 'Section 8 rent standards', 'program rent for an area'. Returns official HUD Fair Market Rents (efficiency through 4-bedroom) for a US county by fiscal year from the HUD USER API. National. Program rent context only -- not market listings or affordability advice. Charge-free when the HUD token is not configured or the HUD API is unavailable.
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://api.locus.report/api/locus-fair-market-rents
| Category | Market data |
|---|---|
| Provider host | api.locus.report |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | no x402 terms | 200 | 937 ms |
Example input (from the provider)
{
"body": {
"address": "1 E Edenton St, Raleigh, NC 27601"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"address": {
"maxLength": 200,
"minLength": 5,
"type": "string"
},
"countyFips3": {
"maxLength": 3,
"minLength": 1,
"type": "string"
},
"latitude": {
"maximum": 90,
"minimum": -90,
"type": "number"
},
"longitude": {
"maximum": 180,
"minimum": -180,
"type": "number"
},
"place": {
"maxLength": 200,
"minLength": 2,
"type": "string"
},
"stateFips": {
"maxLength": 2,
"minLength": 1,
"type": "string"
},
"year": {
"maximum": 2030,
"minimum": 2015,
"type": "integer"
}
},
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}