G

Govparse · Enrollment Exodus Search

by Govparse

GETBaseSolana

$1.25

per call · USD Coin on Base

Where are clinicians dropping off Medicare enrollment? Anti-joins two PPEF quarterly snapshots: enrollments present earlier but gone in the latest, aggregated per state × specialty. Filter by state, specialty, org, individuals_only, min_dropped, or a since baseline snapshot. Returns dropped_count and sample dropped NPIs — a backfill-demand tell for clinician staffing. CMS public-domain records.

Endpoint

GET https://api.govparse.io/v1/pecos/enrollment-exodus/search

1

Calls / 30d

1

Unique payers / 30d

Aug 25

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/pecos/enrollment-exodus/search", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.govparse.io/v1/pecos/enrollment-exodus/search?org=Health&specialty=Psychology&state=TX" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "rows": [
    {
      "dropped_count": 42,
      "dropped_npis": [
        "1003879883",
        "1013912345"
      ],
      "latest_snapshot": "2026-07-17",
      "prior_snapshot": "2026-04-01",
      "specialty": "PRACTITIONER - OBSTETRICS/GYNECOLOGY",
      "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