{
"success": true,
"count": 5,
"state": "TX",
"source": "NPPES",
"results": [
{
"source": "NPPES",
"npiNumber": "1851585871",
"personName": "Mr. ARNOLD SMITH Jr.",
"firstName": "ARNOLD",
"lastName": "SMITH",
"credential": "RNFA",
"licenseType": "RN",
"taxonomyDescription": "Registered Nurse, Registered Nurse First Assistant",
"taxonomyCode": "163WR0006X",
"taxonomyLicense": "685166",
"taxonomyState": "TX",
"status": "Active",
"enumerationDate": "2007-09-03",
"lastUpdated": "2007-09-03",
"city": "KERRVILLE",
"state": "TX",
"postalCode": "780285329",
"sex": "M",
"allTaxonomies": [
{
"code": "163WR0006X",
"description": "Registered Nurse, Registered Nurse First Assistant",
"license": "685166",
"state": "TX",
"primary": true
}
],
"note": "NPI status reflects NPI enrollment, not license status."
},
{
"source": "NPPES",
"npiNumber": "1518887140",
"personName": "CYNTHIA JO SMITH",
"firstName": "CYNTHIA",
"lastName": "SMITH",
"credential": "MSN, RN",
"licenseType": "RN",
"taxonomyDescription": "Registered Nurse, Diabetes Educator",
"taxonomyCode": "163WD0400X",
"taxonomyLicense": "533892",
"taxonomyState": "TX",
"status": "Active",
"enumerationDate": "2026-07-15",
"lastUpdated": "2026-07-15",
"city": "TEXARKANA",
"state": "TX",
"postalCode": "755032372",
"sex": "F",
"allTaxonomies": [
{
"code": "163WD0400X",
"description": "Registered Nurse, Diabetes Educator",
"license": "533892",
"state": "TX",
"primary": true
}
],
"note": "NPI status reflects NPI enrollment, not license status."
},
{
"source": "NPPES",
"npiNumber": "1306494810",
"personName": "JOANNE ELAINE SMITH",
"firstName": "JOANNE",
"lastName": "SMITH",
"credential": "AGPCNP-BC",
"licenseType": "NP",
"taxonomyDescription": "Nurse Practitioner, Gerontology",
"taxonomyCode": "363LG0600X",
"taxonomyLicense": "AP143250",
"taxonomyState": "TX",
"status": "Active",
"enumerationDate": "2019-08-28",
"lastUpdated": "2025-05-29",
"city": "SAN ANTONIO",
"state": "TX",
"postalCode": "78232",
"sex": "F",
"allTaxonomies": [
{
"code": "163WH1000X",
"description": "Registered Nurse, Hospice",
"license": "729919",
"state": "TX",
"primary": false
},
{
"code": "363LG0600X",
"description": "Nurse Practitioner, Gerontology",
"license": "AP143250",
"state": "TX",
"primary": true
}
],
"note": "NPI status reflects NPI enrollment, not license status."
},
{
"source": "NPPES",
"npiNumber": "1003627019",
"personName": "MARGARET SMITH",
"firstName": "MARGARET",
"lastName": "SMITH",
"credential": null,
"licenseType": "RN",
"taxonomyDescription": "Registered Nurse, Diabetes Educator",
"taxonomyCode": "163WD0400X",
"taxonomyLicense": "1066379",
"taxonomyState": "TX",
"status": "Active",
"enumerationDate": "2025-01-17",
"lastUpdated": "2025-01-17",
"city": "WINTERS",
"state": "TX",
"postalCode": "795676417",
"sex": "F",
"allTaxonomies": [
{
"code": "163WD0400X",
"description": "Registered Nurse, Diabetes Educator",
"license": "1066379",
"state": "TX",
"primary": true
}
],
"note": "NPI status reflects NPI enrollment, not license status."
},
{
"source": "NPPES",
"npiNumber": "1609698125",
"personName": "SHARON SMITH",
"firstName": "SHARON",
"lastName": "SMITH",
"credential": "RN BSN",
"licenseType": "RN",
"taxonomyDescription": "Registered Nurse, General Practice",
"taxonomyCode": "163WG0000X",
"taxonomyLicense": "596951",
"taxonomyState": "TX",
"status": "Active",
"enumerationDate": "2024-10-28",
"lastUpdated": "2024-10-28",
"city": "KERRVILLE",
"state": "TX",
"postalCode": "780285819",
"sex": "F",
"allTaxonomies": [
{
"code": "163WG0000X",
"description": "Registered Nurse, General Practice",
"license": "596951",
"state": "TX",
"primary": true
}
],
"note": "NPI status reflects NPI enrollment, not license status."
}
]
}
curl --location --request GET 'https://zylalabs.com/api/13726/nurse+license+verification+api/31460/verify+nurse+license' --header 'Authorization: Bearer YOUR_API_KEY'
注册后,每个开发者都会被分配一个个人 API 访问密钥,这是一个唯一的字母和数字组合,用于访问我们的 API 端点。要使用 护士执照验证 API 进行身份验证,只需在 Authorization 标头中包含您的 bearer token。
| 标头 | 描述 |
|---|---|
授权
|
必需
应为 Bearer access_key. 订阅后,请查看上方的"您的 API 访问密钥"。
|
无长期承诺。随时升级、降级或取消。 免费试用包括最多 50 个请求。
(年度计费可节省 2 个月 🎉)
该API返回有关护理执照的详细信息,包括执业者姓名、证书、执照类型、执照号码、州、NPI号码、城市和状态。对于佛罗里达州,它包括深层州立委员会验证以及官方状态和到期日期
响应中的关键字段包括`personName` `credential` `licenseType` `npiNumber` `status` `city` `state`和`taxonomyDescription` 这些字段提供了护士的资格和执照状态的基本信息
用户可以按姓、名或执照号码进行搜索。此外,他们可以通过执照类型(RN、LPN、NP、APRN)来筛选结果,以有效定制他们的数据请求
响应数据以JSON格式结构化,包含成功标志、结果数量和结果数组。每个结果包括关于从业者的详细字段,便于解析和利用
数据来源于官方的联邦和州数据库,包括NPI注册。对于佛罗里达州,API使用深度州委员会验证来确保准确性和可靠性
典型的使用案例包括验证护理专业人员的雇佣资格 确保符合监管要求以及对医疗服务提供者进行背景调查
用户可以利用返回的数据确认护士的执照状态、评估资格并确保其符合州特定要求 结构化格式便于集成到应用程序或报告中
数据准确性通过来自官方来源的定期更新和深度验证过程来维护,特别是针对佛罗里达州许可证。这确保用户接收到最新和最可靠的信息