Nurse License Verification in California
Verify RN and LPN licenses in real-time from the California Board of Registered Nursing (BRN) via API. No manual lookups. No stale data. Built for healthcare staffing platforms, credentialing teams, and HR tech companies operating in California.
The California Board of Registered Nursing
The California Board of Registered Nursing (BRN) is the regulatory authority responsible for licensing and overseeing nursing practice in California. The board issues Registered Nurse (RN) and Licensed Practical Nurse (LPN) licenses. California is not a Nurse Licensure Compact (NLC) state, which means nurses must hold a California-issued license to practice in California regardless of licenses held in other states.
Healthcare staffing agencies, telehealth platforms, and HR tech companies operating in California must verify that every nurse holds a current, active license before placement or activation. Manual verification through the BRN website is time-consuming, error-prone, and does not scale. California nurse licenses renew on a biennial cycle, which means license status can change at any time and must be verified at the point of onboarding or credentialing.
The Nurse License Verification API provides real-time programmatic access to California Board of Registered Nursing data. Instead of navigating the BRN website manually, your platform can verify a California nurse license in seconds with a single API call — returning license status, expiration date, license type, disciplinary actions, and a direct link to the official BRN record.
How to Verify a California Nurse License via API
Get Your API Key
Sign up for a free account on RapidAPI and subscribe to the Nurse License Verification API. Your API key is available immediately after subscribing. The free tier includes 50 verifications per month.
Make a Verification Request
Send a GET request to the /verify endpoint with the license number and state code CA. Include your API key in the x-rapidapi-key header.
Parse the Response
Receive a JSON response with license status, expiration date, license type, disciplinary actions, and a direct link to the official California Board of Registered Nursing record. Integrate the response into your onboarding or credentialing workflow.
API Request Example — California
Request
curl --request GET \
--url 'https://nurse-license-verification.p.rapidapi.com/verify?license_number=95414273&state=CA' \
--header 'x-rapidapi-host: nurse-license-verification.p.rapidapi.com' \
--header 'x-rapidapi-key: YOUR_API_KEY'Response
{
"license_number": "95414273",
"name": "Jane Smith",
"state": "CA",
"license_type": "Registered Nurse",
"status": "Active",
"expiration_date": "2027-06-30",
"disciplinary_actions": [],
"verified_at": "2026-04-07T00:00:00Z",
"source_url": "https://www.rn.ca.gov",
"cache_hit": false
}Data Returned for California Nurse Licenses
| Field | Type | Description |
|---|---|---|
| license_number | string | The verified license number |
| name | string | Full name of the license holder |
| state | string | State code (CA) |
| license_type | string | RN or LPN |
| status | string | Active, Inactive, Expired, or Suspended |
| expiration_date | string | License expiration date (YYYY-MM-DD) |
| disciplinary_actions | array | Disciplinary actions on record, if any |
| verified_at | string | ISO 8601 timestamp of verification |
| source_url | string | Direct link to official BRN record |
| cache_hit | boolean | Whether result was cached or fetched live |
Use Cases for California Nurse License Verification
Healthcare Staffing Agencies
Healthcare staffing agencies placing travel, per diem, or permanent nurses in California need to verify that every candidate holds a current, active license from the California Board of Registered Nursing before placement. The API automates this verification at the point of onboarding, eliminating manual BRN lookups and reducing credentialing turnaround time from days to seconds. For agencies placing nurses across multiple states, the API provides a single integration point for all 31 supported states.
Telehealth Platforms
Telehealth platforms onboarding nurses licensed in California must verify license status before activating providers on their platform. Since California is not an NLC compact state, every nurse practicing in California must hold a California-issued license. The API enables telehealth platforms to automate this verification within their existing provider onboarding workflows, ensuring compliance without manual effort.
Credentialing and Re-Credentialing
Credentialing teams at hospitals, health systems, and managed care organizations in California are required to verify nurse licenses during initial credentialing and at regular re-credentialing intervals. The API replaces manual BRN lookups with real-time programmatic verification, ensuring that license data is always current and that expired or suspended licenses are flagged immediately. California licenses renew on a biennial cycle, making ongoing monitoring essential.
Background Check and Screening Companies
Background check and screening companies serving healthcare clients can integrate the API to automatically enrich screening workflows with real-time California nurse license data. Instead of manually looking up each candidate on the BRN website, the API returns verified license status, expiration date, and disciplinary history in a structured JSON format — ready to include in screening reports delivered to healthcare employers.
EHR and HR Tech Platforms
Electronic health record (EHR) systems and HR tech platforms building healthcare-specific hiring and compliance workflows can integrate the API to automate California nurse license verification at the point of application, onboarding, or ongoing compliance monitoring. The structured JSON response makes it easy to parse and store license data within existing systems, and the API's 99.9% uptime SLA ensures reliability at scale.
Frequently Asked Questions — California Nurse Licenses
How do I verify a nurse license in California?+
Verify a California nurse license in real time using the Nurse License Verification API with the license number and state code CA. The API queries the California Board of Registered Nursing (BRN) directly via the DCA portal and returns current license status, expiration date, and disciplinary history.
Does California participate in the Nurse Licensure Compact?+
No, California is not a Nurse Licensure Compact state. Nurses who want to practice in California must hold a California-issued license regardless of licenses held in other states.
Why do California verifications take longer than other states?+
California BRN license lookups route through the DCA portal which requires CAPTCHA resolution. Response time for California is p95 15-120 seconds. Set your HTTP client timeout to 150 seconds or more for CA requests. All other supported states respond in under 5 seconds.
What nurse license types are issued in California?+
The California Board of Registered Nursing issues Registered Nurse (RN) licenses. Licensed Vocational Nurse (LVN) licenses in California are issued by the Board of Vocational Nursing and Psychiatric Technicians (BVNPT), which is a separate board.
How often do California nurse licenses renew?+
California RN licenses renew biennially on the licensee's birthday month. The API returns the current expiration date for every California license.
Can I use bypass_cache for California verifications?+
Yes. Pass bypass_cache=true to force a live pull from the California BRN portal. Note that this will incur the full 15-120 second response time since the CAPTCHA must be resolved fresh. Cached results (up to 1 hour) are significantly faster.
Official Data Source
All California nurse license data is sourced directly from the California Board of Registered Nursing (BRN) in real time. The API queries the official BRN system at the time of each verification request and returns the most current data available.
Visit the official California Board of Registered Nursing websitelicenseapi.dev is not affiliated with the California Board of Registered Nursing or any state licensing board. All data returned by the API is publicly available government information.
Start Verifying California Nurse Licenses
Get started with a free account — 50 verifications per month at no cost. Upgrade when you're ready to scale.
Free
$0
50/mo
Pro
$49/mo
2,000/mo
Ultra
$99/mo
10,000/mo
Mega
$299/mo
50,000/mo
Enterprise
Contact
Custom SLA