NPILayer API

The NPILayer API gives developers structured access to U.S. healthcare provider data from the CMS NPPES registry. Search providers by NPI number, name, specialty, or geographic area with a single REST API.

Base URL
https://api.npilayer.com
All endpoints are versioned under /v1/.

Quickstart

  1. Create an account Sign up at npilayer.com/signup to get an API key. The free plan includes 1,000 requests per month.
  2. Authenticate your requests Pass your API key in the Authorization header on every request.
  3. Make your first request Look up a provider by NPI number:
curl \
  -H "Authorization: Bearer YOUR_API_KEY" \
  "https://api.npilayer.com/v1/providers/1003000126"

Available endpoints

MethodEndpointDescription
GET /v1/providers/{npi} Look up a single provider by NPI number
GET /v1/providers/search Search providers by name, state, specialty, and more
GET /v1/providers/nearby Find providers within a radius of a ZIP code or coordinates
GET /v1/taxonomies List all NUCC provider taxonomy codes
GET /v1/taxonomies/search Search taxonomy codes by name

Data source

All provider data comes from the CMS NPPES (National Plan and Provider Enumeration System) registry, updated monthly with weekly incremental additions. NPILayer maintains its own local database and does not proxy CMS API calls at request time.

An NPI record confirms that CMS has enumerated a provider with that identifier. It does not prove current licensure, network participation, or active practice status. Display the following disclaimer where appropriate:

Provider information is based on publicly available NPPES data. An NPI does not indicate licensure, credentialing, network participation, or current practice status.