H

Healthparse · Providers Enumeration

by Healthparse

GETBase

$0.03

per call · USD Coin on Base

Newly-enumerated NPIs with their EXACT Provider Enumeration Date and taxonomy detail, from the CMS NPPES full monthly file joined to the NPPES directory. Answers: which providers/organizations of a given taxonomy were newly issued an NPI in my state since a date? Precise new-provider dating (enumerated_since) that sharpens the existing NPPES event feed. Filter: enumerated_since/before, taxonomy, state, license_state, entity_type, active_only; sort by enumeration_date.

Endpoint

GET https://api.healthparse.io/v1/providers/enumeration

1

Calls / 30d

1

Unique payers / 30d

Aug 16

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.healthparse.io/v1/providers/enumeration", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.healthparse.io/v1/providers/enumeration?enumerated_before=example&enumerated_since=example&taxonomy=example" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "records_notice": "Enrichment of the NPPES provider directory with exact Provider Enumeration Dates and taxonomy detail from the CMS full monthly file. Rows join nppes_org_links for provider/org name + practice state. enumeration_date is the official NPI issue date (precise new-provider dating).",
  "rows": [
    {
      "entity_type": "I",
      "enumeration_date": "2025-01-05",
      "license_state": "FL",
      "npi": "1234567890",
      "practice_state": "FL",
      "primary_taxonomy_code": "207Q00000X",
      "primary_taxonomy_switch": "Y",
      "provider_name": "SMITH, JANE",
      "taxonomy_codes": [
        "207Q00000X"
      ]
    }
  ],
  "total_matched": 1
}

Payment details

Pay to0x177ea123a35253ba8869a7e21e717978e482351d
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

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

Get featured →

More from Healthparse & similar services