Check an electrician's licence in Oregon by number or by business name and get one normalized JSON record back, sourced from the Construction Contractors Board (CCB) + Building Codes Division (BCD). The Construction Contractors Board extract holds 25,722 records under these classifications as of 2026-08-07.
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.
C — Electrical Contractor 1,121 recordsCLE — Ltd Energy Contractor 318 recordsCRE — Restricted Energy Contractor 180 recordsS — General Supervising Electrician 2,673 recordsJ — General Journeyman 13,177 recordsLR — Ltd Residential 418 recordsLEA — Ltd Energy Class A 2,622 recordsLEB — Ltd Energy Class B 1,675 recordsLME — Ltd Maintenance Electrician 1,583 recordsQP — Qualified Person 1,955 recordsA 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/OR/C1699" \
-H "X-RapidAPI-Key: YOUR_KEY" \
-H "X-RapidAPI-Host: contractor-license-verification2.p.rapidapi.com"
C1699 is a real OR licence (SPARK DR LLC) in this trade, so that call works as written.
Only the electrical contractor licence (C) authorises a business to offer electrical work. Supervising, journeyman and limited-scope licences are held by people: an electrician on someone's payroll is properly licensed and still not a licensed contractor. Check the business's C number when what you are checking is who you are paying. This register lists only currently active licences, so a licence that has lapsed or been revoked is absent rather than shown as expired, and the Building Codes Division republishes it in bursts weeks apart — every record says how old the data is in data_as_of.
Full coverage detail, including the caveats that apply to every Oregon lookup, is on the Oregon 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.