G

Govparse · Prescribers Lookup

by Govparse

GETBaseSolana

$1.25

per call · USD Coin on Base

Who is this prescriber, and what do they prescribe most in Medicare Part D? Look up a prescriber by NAME (or exact NPI): NPPES identity — specialty, location — plus that NPI's latest-year Part D summary (top drug, total claims, distinct drugs, and which tracked classes GLP-1/SGLT2/DPP-4/Statin they write). Optionally narrow by state and specialty. Observational public CMS/NPPES records — never a clinical recommendation. Cross-gateway via the Healthparse Part D API.

Endpoint

GET https://api.govparse.io/v1/prescribers/lookup

1

Calls / 30d

1

Unique payers / 30d

Aug 21

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/prescribers/lookup", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.govparse.io/v1/prescribers/lookup?name=smith&npi=1558852533&state=GA" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "basis": "Prescriber identity from the public NPPES provider directory joined to that NPI's Medicare Part D prescribing (CMS Prescribers by Provider and Drug), surfaced via the Healthparse Part D API. Observational public records — never a clinical recommendation.",
  "rows": [
    {
      "city": "Mcdonough",
      "distinct_drugs": 41,
      "drug_classes_written": [
        "SGLT2",
        "Statin"
      ],
      "has_part_d": true,
      "new_to_class": false,
      "npi": "1558852533",
      "prescriber_name": "John Smith",
      "specialty": "Cardiology",
      "state": "GA",
      "top_drug": "Atorvastatin Calcium",
      "total_drug_classes_tracked": 2,
      "total_part_d_claims": 6042
    }
  ],
  "total_matched": 1
}

Payment details

Pay to0x3873d15cf3209c32aaa8d9aa542164e658567129
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

Pin it to the top of Other and the homepage with a featured placement.

Get featured →

More from Govparse & similar services