← Back to Dashboard

NPPES

HealthActiveUnknownAuth: UnknownDoc: HTML
Swagger DocumentationVisit Website ↗

Description

National Plan & Provider Enumeration System, info on healthcare providers registered in US

✨ AI Summary

NPPES provides information on healthcare providers registered in the US through the National Plan & Provider Enumeration System.

Code Example

import requests

url = "https://api.nppes.example.com/v2/npi_registry/search"
params = {
    "first_name": "John",
    "last_name": "Doe",
    "state": "CA"
}
response = requests.get(url, params=params)
response.raise_for_status()
print(response.json())

Live Health Metrics

Last 50 checks (10 min intervals)