Nurse License Verification
Stop letting non-compliant nurse hires sit in your pipeline. The Nurse License Verification API returns real-time RN, APRN, and LVN license status from official state nursing board portals across 21 states in a single call. Replace hours of manual board-by-board lookups with a structured JSON response your credentialing or staffing workflow can act on in milliseconds. Compliance and revenue are…
Nurse License Verification endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Health /health |
Returns API uptime and per-state health status. Use this to check if a specific state's data source is reachable before making verification calls. No auth required. |
| GET |
Verify /verify |
Verify a nurse license by license number and state. Returns license number, full name, license type (RN, NP, APRN, LVN, CN), status, issue date, expiration date, and discipline… |
| GET |
States /states |
List all supported states and the verification capabilities available for each (RN, NP, APRN, LVN). Use this at integration time to understand exactly what is and is not in scope… |
| GET |
Search /search |
Search a state's nursing board by name. Returns matching license records you then resolve down with /verify when you need full status and expiration data. Use this when you do… |
| POST |
Batch Verify (Submit) /batch/verify |
Verify up to 100 nurse licenses in a single request. Send your roster (state + license number per row) and get back a job ID instantly — verification runs in the background so… |
| GET |
Download Roster Results (CSV) /batch/{job_id}/results.csv |
Download your completed roster as a CSV — one row per license, ready for a spreadsheet or credentialing system. Same data as Check Roster Results, in file form. Billing: Same… |
| GET |
Check Roster Results /batch/{job_id} |
Check on a submitted roster. While it's still running you'll see results filling in; once done you get the full set. Each license comes back as verified, not found, or error… |
Nurse License Verification pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $49 / month | 30 / minute |
|
| ULTRA Recommended | $99 / month | 60 / minute |
|
| MEGA | $249 / month | 120 / minute |
|