What This API Does
Rhode Island Electrician License Verification
Verify master electrician, journeyman, and electrical contractor licenses regulated by the Rhode Island Fire Safety Code Board of Appeal — Electrical. Returns license classification, active status, continuing education compliance, and any violations on record.
Who Uses This API in Rhode Island
General Contractors
Verify electrician sub-contractor licenses for Rhode Island job sites. Confirm proper classification before assigning electrical work.
Property Managers
Validate electrician credentials before authorizing electrical repairs on Rhode Island commercial and residential properties.
Staffing & Trades Platforms
Automate electrical license verification for Rhode Island trade workers. Match verified electricians to open jobs faster.
Rhode Island Electrician Licensing Authority
Electrician Licenses
Rhode Island Fire Safety Code Board of Appeal — Electrical
Governs Master Electrician, Journeyman Electrician, Electrical Contractor licensure in Rhode Island. Handles initial licensing, renewals, and disciplinary proceedings.
More Rhode Island License Types
API Endpoints
POST /electrician/verify
Verify a electrician license in Rhode Island
curl -X POST https://license-verify-api-production.up.railway.app/electrician/verify \
-H "Content-Type: application/json" \
-H "X-RapidAPI-Key: YOUR_API_KEY" \
-d '{
"name": "David Martinez",
"state": "RI",
"license_type": "Master Electrician"
}'
POST /batch
Verify multiple electrician licenses at once
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": "electrician", "name": "David Martinez", "state": "RI", "license_type": "Master Electrician" },
{ "type": "electrician", "name": "Alice Brown", "state": "RI", "license_type": "Journeyman Electrician" }
]
}'
Example Response
{
"status": "found",
"state": "RI",
"license": {
"name": "David Martinez",
"license_number": "RI-ELEC-2024-XXXXX",
"license_type": "Master Electrician",
"status": "Active",
"issue_date": "2020-06-15",
"expiration_date": "2026-12-31",
"board": "Rhode Island Fire Safety Code Board of Appeal — Electrical",
"disciplinary_actions": []
}
}
Pricing
FAQ — Rhode Island Electrician License Verification
Which Rhode Island electrician license types can I verify?
Master Electrician, Journeyman Electrician, Apprentice, and Electrical Contractor licenses regulated by the Rhode Island Fire Safety Code Board of Appeal — Electrical.
Does the API distinguish between journeyman and master licenses?
Yes — the API returns the exact license classification, including master, journeyman, apprentice, and specialty endorsements for Rhode Island.
Can I verify licenses across multiple states?
Yes. The same API works for all 50 states. Use the batch endpoint to verify Rhode Island electrician 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 Rhode Island Electrician Licenses Today
Free tier — no credit card — instant API key.
Get API Key on RapidAPI →