
Healthcare Providers API
The complete US healthcare provider registry, self-hosted and queryable: 9.37 million active NPIs from the official CMS NPPES dissemination — 7.4M individual practitioners and 2M organizations — with every specialty code resolved to a human-readable name via the NUCC taxonomy. Look up any 10-digit NPI and get the provider's name, credential (MD, DO, NP...), gender, all taxonomy codes with the primary flagged and named ("Orthopaedic Surgery Physician"), practice address with formatted phone, enumeration date and last update. Search by name prefix, last name, state, city, ZIP, taxonomy code, free-text specialty ("cardiovascular" finds the right NUCC codes) or entity type — engineered so every filter combination stays index-backed across 9.4M rows. Deactivated NPIs are excluded and removed as CMS deactivates them: the database refreshes daily from the official NPPES weekly incremental files. Includes the full NUCC specialty codebook as its own endpoint. Built for healthtech onboarding, provider directories, claims validation, pharma territory planning and recruiting. Public-domain source data; self-hosted — no third-party calls at request time.
{
"ok": true,
"provider": {
"npi": 1679576722,
"entity_type": "individual",
"name": "David Wiebe",
"first_name": "David",
"last_name": "Wiebe",
"credential": "M.D.",
"gender": "M",
"organization_other_name": null,
"sole_proprietor": false,
"specialty": "Orthopaedic Surgery Physician",
"taxonomies": [
{
"code": "207X00000X",
"primary": true,
"specialty": "Orthopaedic Surgery Physician",
"grouping": "Allopathic & Osteopathic Physicians"
}
],
"practice_location": {
"street": "3500 Central Ave",
"city": "Kearney",
"state": "NE",
"zip": "68847",
"country": "US",
"phone": "(308) 865-2512"
},
"enumeration_date": "2005-05-23",
"last_updated": "2026-07-13"
}
}Why developers pick this API
Production-ready
Production Ready
Battle-tested infrastructure with a 99.9% uptime SLA. Rate limits are generous, responses are consistent.
Simple Integration
Standard REST + JSON. Works with any HTTP client. Copy-ready code snippets in 4 languages.
One Key, 20+ APIs
Your DataAndAPIs subscription unlocks every API on the platform — anime, finance, sports, and more.
Code snippets
One install. Every endpoint.
No proprietary SDKs needed. Any HTTP client works. Pick your language and paste.
- Fully typed responses — auto-completion in your IDE
- Tracks the API in lockstep — new endpoints land same day
- One key works across 20+ APIs on the platform
import axios from 'axios';
const { data } = await axios.get(
'{API_URL}',
{ headers: { 'X-Api-Key': process.env.API_KEY } }
);🔒 Subscribe to unlock the live API URL
Developer playground
Explore the endpoints
Browse request parameters and inspect live example responses.
Available Endpoints
Request Parameters
API URL
Please subscribe to see the API URL
Headers
Please subscribe to see the actual API URL
import axios from 'axios';
const url = '{API_URL}';
const { data } = await axios.get(url, {
headers: { 'X-Api-Key': 'YOUR_API_KEY' }
});Pricing
One subscription. Every API.
Tokens unlock this API and 20+ others on DataAndAPIs. Switch APIs any time — we promote.
STARTER
25,000 tokens / month
- Access to all APIs
- Tokens reset monthly
- Email support
PRO
100,000 tokens / month
- Access to all APIs
- Tokens reset monthly
- Priority email support
ULTRA
1,000,000 tokens / month
- Access to all APIs
- Tokens reset monthly
- Priority support
Need higher volume, dedicated infra, or a custom contract? Talk to sales →
Common questions
The things that actually block the upgrade.
Ship Healthcare Providers API this afternoon.
500 free tokens. No card. Plus 20+ other APIs on the same key.
