G

Govparse · Hpsa Search

by Govparse

GETBaseSolana

$1.25

per call · USD Coin on Base

Where has the federal government designated a health-professional shortage? Search HRSA HPSAs by state, county, discipline (Primary Care | Dental Health | Mental Health), designation type, status, minimum HPSA score (0-26, higher = worse), population type, rural-only, or designated-since date. Returns the designation, score, geography, provider-to-population ratio, and shortage FTE — the buying moment for clinician-staffing, telehealth, and workforce vendors.

Endpoint

GET https://api.govparse.io/v1/hrsa/hpsa/search

2

Calls / 30d

1

Unique payers / 30d

Sep 7

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://api.govparse.io/v1/hrsa/hpsa/search", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.govparse.io/v1/hrsa/hpsa/search?county=Harris&discipline=Primary+Care&state=TX" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "rows": [
    {
      "county": "Jim Hogg County, TX",
      "designation_date": "1979-06-07",
      "designation_type": "High Needs Geographic HPSA",
      "discipline": "Primary Care",
      "hpsa_id": "1484203330",
      "hpsa_name": "Jim Hogg County",
      "hpsa_score": 23,
      "hpsa_status": "Designated",
      "rural_status": "Rural",
      "shortage_fte": 0.4,
      "state": "TX"
    }
  ],
  "total_matched": 1
}

Payment details

Pay to0x3873d15cf3209c32aaa8d9aa542164e658567129
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

Pin it to the top of Search & Web and the homepage with a featured placement.

Get featured →

More from Govparse & similar services