What This API Does
Massachusetts Nurse License Verification
Verify RN, LPN, and APRN licenses issued by the Massachusetts Board of Registration in Nursing. Returns license number, status (active/inactive/expired), issue and expiration dates, and any disciplinary actions on file.
Massachusetts Contractor License Verification
Verify general contractor, specialty, and trade licenses managed by the Massachusetts Division of Professional Licensure — Construction Supervisor. Returns license classification, bonding status, insurance info, and current standing.
More Massachusetts License Types
Who Uses This API in Massachusetts
Healthcare Staffing Agencies
Automate nurse credential verification for Massachusetts placements. Reduce manual lookups from hours to seconds across multi-state compliance across neighboring jurisdictions.
Property Management Platforms
Verify contractor licenses before approving maintenance and renovation work on Massachusetts properties. Protect against unlicensed operators.
HR & Compliance Teams
Build automated compliance workflows for healthcare systems and construction firms operating across the dense Northeast corridor. Monitor license expirations and get ahead of renewal deadlines.
Massachusetts Licensing Authorities
Nursing Licenses
Massachusetts Board of Registration in Nursing
Governs RN, LPN/LVN, and APRN licensure in Massachusetts. Handles initial licensing, renewals, and disciplinary proceedings.
Contractor Licenses
Massachusetts Division of Professional Licensure — Construction Supervisor
Oversees general contractor and specialty trade licensing in Massachusetts. Maintains public records of license status, bonds, and complaints.
API Endpoints
POST /nurse/verify
Verify a nursing license in Massachusetts
curl -X POST https://license-verify-api-production.up.railway.app/nurse/verify \
-H "Content-Type: application/json" \
-H "X-RapidAPI-Key: YOUR_API_KEY" \
-d '{
"name": "Jane Doe",
"state": "MA",
"license_type": "RN"
}'
POST /contractor/verify
Verify a contractor license in Massachusetts
curl -X POST https://license-verify-api-production.up.railway.app/contractor/verify \
-H "Content-Type: application/json" \
-H "X-RapidAPI-Key: YOUR_API_KEY" \
-d '{
"name": "John Smith",
"state": "MA",
"license_type": "General"
}'
POST /batch
Verify multiple licenses at once — ideal for Massachusetts staffing agencies processing bulk hires
curl -X POST https://license-verify-api-production.up.railway.app/batch \
-H "Content-Type: application/json" \
-H "X-RapidAPI-Key: YOUR_API_KEY" \
-d '{
"requests": [
{ "type": "nurse", "name": "Jane Doe", "state": "MA", "license_type": "RN" },
{ "type": "contractor", "name": "John Smith", "state": "MA", "license_type": "General" }
]
}'
Example Response
{
"status": "found",
"state": "MA",
"license": {
"name": "Jane Doe",
"license_number": "MA-RN-2024-XXXXX",
"license_type": "Registered Nurse",
"status": "Active",
"issue_date": "2020-06-15",
"expiration_date": "2026-12-31",
"board": "Massachusetts Board of Registration in Nursing",
"disciplinary_actions": []
}
}
Pricing
FAQ — Massachusetts License Verification
Which Massachusetts license types can I verify?
Nursing: RN, LPN/LVN, APRN. Contractors: General, Specialty (electrical, plumbing, HVAC), and trade-specific classifications regulated by the Massachusetts Division of Professional Licensure — Construction Supervisor.
How current is the Massachusetts license data?
Data is sourced from Massachusetts's official licensing board databases. Results reflect the latest publicly available records from the Massachusetts Board of Registration in Nursing and Massachusetts Division of Professional Licensure — Construction Supervisor.
Can I verify licenses across multiple states?
Yes. The same API works for all 50 states. Use the batch endpoint to verify Massachusetts licenses alongside any other state in a single request.
Is there a free tier?
Yes — 50 free requests per day. No credit card required. Sign up on RapidAPI to get your key instantly.
Start Verifying Massachusetts Licenses Today
Free tier — no credit card — instant API key.
Get API Key on RapidAPI →