Health
NPPES NPI Registry
The NPPES API provides real-time access to NPPES public data on healthcare providers.
3
Endpoints
—
Status
—
Latency
CODE EXAMPLES
JavaScript (Fetch)
fetch('https://npiregistry.cms.hhs.gov/api/?version=2.1&city=washington', {
method: 'GET',
headers: {},
})
.then(response => response.json())
.then(data => console.log(data));cURL
curl -X GET 'https://npiregistry.cms.hhs.gov/api/?version=2.1&city=washington'NPPES NPI Registry
0.0%
HEALTH
The NPPES API provides real-time access to NPPES public data on healthcare providers.
PERFORMANCE TELEMETRY
RATE LIMITS
API TESTING INTERFACE
READY
SIGN IN TO EXECUTE TEST
Please sign in to test API endpoints
RESPONSE TELEMETRY
Execute API test to view telemetry data