mirrored listing x402 eip155:8453solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp

Which areas and populations has HRSA designated Medically Underserved (MUA/P)? Search by s

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.

Do you run api.govparse.io? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
1250000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-07
updated

Provider

api.govparse.io · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x3873d15CF3209c32aaA8d9AA542164E658567129",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "1250000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "exact",
    "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
    "payTo": "BdcZbENFdEyEUMqv9pnRMUnn1Yyeyo2dCMbYXbJ3LmaB",
    "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
    "amount": "1250000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {
          "county": "Los Angeles",
          "state": "CA",
          "status": "Designated"
        },
        "type": "http"
      },
      "output": {
        "example": {
          "rows": [
            {
              "county": "Los Angeles County",
              "designation_type": "Medically Underserved Area",
              "imu_score": 42.3,
              "mua_id": "00336",
              "mua_status": "Designated",
              "service_area_name": "Los Angeles Service Area",
              "state": "CA"
            }
          ],
          "total_matched": 1
        },
        "type": "json"
      }
    },
    "routeTemplate": "/v1/hrsa/mua/search",
    "schema": {
      "$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"
    }
  }
}

Use it

curl

curl "https://api.govparse.io/v1/hrsa/mua/search"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://api.govparse.io/v1/hrsa/mua/search");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://api.govparse.io/v1/hrsa/mua/search")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/14584.json, and this resource appears in /discovery/resources and /discovery/search.