Check an electrician's licence in Colorado by number or by business name and get one normalized JSON record back, sourced from the Department of Regulatory Agencies (DORA), Division of Professions and Occupations.
Try a free lookup — no signup, right here on this page. For programmatic access, take a free API key — 250 requests a month, no card. Also on RapidAPI and, if you would rather not write code at all, the Apify Store.
EC — Electrical Contractor — the business licenceME — Master ElectricianJW — Journeyman ElectricianRW — Residential WiremanA record's classifications array carries these codes, so you can tell a
licence that covers the work from one that merely exists.
curl "https://contractor-license-verification2.p.rapidapi.com/v1/licenses/CO/EC.32" \
-H "X-RapidAPI-Key: YOUR_KEY" \
-H "X-RapidAPI-Host: contractor-license-verification2.p.rapidapi.com"
EC.32 is a real CO licence (Intermountain Electric, Inc.) in this trade, so that call works as written.
Colorado licenses the business and the individual separately, and both are here: EC is the company you hire, ME and JW are the people who do the work. Ask for the EC number when you are paying a company — an active master electrician working for a firm with no EC licence is not a licensed contractor. Numbers repeat across those types, so a Colorado licence is addressed with its prefix, as EC.32 rather than 32.
Full coverage detail, including the caveats that apply to every Colorado lookup, is on the Colorado page.
The API is on RapidAPI with a free tier: Contractor License Verification. It is also on the Apify Store: Contractor License Lookup & Verification. Full schema at /docs.