National Plan & Provider Enumeration System, info on healthcare providers registered in US
NPPES provides information on healthcare providers registered in the US through the National Plan & Provider Enumeration System.
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())Last 50 checks (10 min intervals)