Search healthcare providers by NPI, name or location; view provider details and taxonomy; browse by specialty; look up organizations.
Organization Specialty Listing
ASYNCREADNo auth
Lists organization NPI records for a taxonomy and optional US state, with names, NPIs, and addresses.
ParametersFormJSON
Organization taxonomy slug identifying which facility specialty listing to retrieve
Page number for paginated organization results (1-based)
Two-letter US state code to filter results (e.g. ca, nc); omit for nationwide results
cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \ -X POST \ -H "X-API-Key: $ANAKIN_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "action_id": "act_npidb_org_organization_specialty_listing", "params": { "organization_taxonomy_slug": "general-acute-care-hospital_282n00000x", "page": "1", "state": "ca" } }'