Python client for Healthcare License Verification API — verify professional licenses across all 50 US states via RapidAPI
Project description
License Verifier
Python client for the Healthcare License Verification API on RapidAPI.
Verify professional licenses across all 50 US states + DC. Supports 22 healthcare professions.
Install
pip install license-verifier
Quick Start
from license_verifier import LicenseVerifier
verifier = LicenseVerifier(api_key="YOUR_RAPIDAPI_KEY")
# Verify a nurse's license
result = verifier.verify(state="CA", last_name="Johnson", license_type="RN")
# Direct NPI lookup
provider = verifier.lookup_npi("1234567890")
# Search by name
providers = verifier.search_by_name("Smith", "TX", license_type="MD", limit=10)
Supported License Types
MD, DO, RN, LPN, NP, APRN, CNA, PT, PTA, OT, OTA, SLP, CF, PSYCH, RPH, PHARMD, DDS, DMD, PA, DC, OD, DPM
Use Cases
- Staffing Agencies: Verify nurse credentials before placement
- Background Checks: Confirm professional license status
- HR Compliance: Validate healthcare worker licenses at scale
- Credentialing: Automate provider credentialing workflows
Get Your API Key
- Go to Healthcare License API on RapidAPI
- Subscribe (free tier: 200 requests/month)
- Copy your API key
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file license_verifier-1.0.1.tar.gz.
File metadata
- Download URL: license_verifier-1.0.1.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9730e61666afc6eeae0c6b50653f14bc35a083806f62d02d57e24d97488d96ce
|
|
| MD5 |
edcdf13734209fecdcc43f1ba1ec6c5c
|
|
| BLAKE2b-256 |
372e577ab7548ceca67044246885239f7e26f93786b6460da65f6c1c2a4692f4
|
File details
Details for the file license_verifier-1.0.1-py3-none-any.whl.
File metadata
- Download URL: license_verifier-1.0.1-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
df1808233d78184d08e259f8c33dcddb72da3b57422302ceaeba4a85f18852db
|
|
| MD5 |
354c5a619d2226a818b1c845b7663236
|
|
| BLAKE2b-256 |
c12eb9a91a0e201dd8d2896b7aa50b4dc4818be0a28954513acf17532fe063ff
|