Which areas and populations has HRSA designated Medically Underserved (MUA/P)?
Which areas and populations has HRSA designated Medically Underserved (MUA/P)? Search by state, county, status, designation type, MUA/P id, maximum IMU score (0-100, LOWER = more underserved), or designated-since date. Returns the service area, IMU score, geography, and dates — the safety-net / FQHC territory for staffing, telehealth, and access programs. HRSA public-domain records.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
269 msmedian answer time
$1.25listed price per call
$1.25price it asked us
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
GET https://api.govparse.io/v1/hrsa/mua/search
| Category | Search and research |
|---|---|
| Provider host | api.govparse.io |
| 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 | valid payment request | 402 | $1.25 | 269 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"county": "Los Angeles",
"state": "CA",
"status": "Designated"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"properties": {
"county": {
"description": "County name fragment.",
"examples": [
"Los Angeles"
],
"type": "string"
},
"designation_type": {
"description": "Designation type fragment.",
"examples": [
"Medically Underserved Area"
],
"type": "string"
},
"limit": {
"description": "Max rows (default 25, cap 100).",
"examples": [
25
],
"type": "integer"
},
"max_imu": {
"description": "Maximum IMU score (0-100, LOWER = more underserved).",
"examples": [
"50"
],
"type": "string"
},
"mua_id": {
"description": "Exact MUA/P ID.",
"examples": [
"00336"
],
"type": "string"
},
"offset": {
"description": "Rows to skip.",
"examples": [
0
],
"type": "integer"
},
"since": {
"description": "Designated on or after this date (YYYY-MM-DD).",
"examples": [
"2015-01-01"
],
"type": "string"
},
"sort": {
"description": "imu_score | designation_date :asc|:desc. Default imu_score:asc.",
"examples": [
"imu_score:asc"
],
"type": "string"
},
"state": {
"description": "State/territory code(s), CSV.",
"examples": [
"CA"
],
"type": "string"
},
"status": {
"description": "Designated | Withdrawn (CSV).",
"examples": [
"Designated"
],
"type": "string"
}
},
"required": [],
"type": "object"
}
},
"type": "object"
}