Check an electrician's licence in Texas by number or by business name and get one normalized JSON record back, sourced from the Department of Licensing and Regulation (TDLR). The Department of Licensing and Regulation extract holds 346,427 records under these classifications as of 2026-08-05.
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.
Electrical Contractor 13,992 recordsMaster Electrician 19,829 recordsJourneyman Electrician 44,890 recordsResidential Wireman 2,540 recordsMaintenance Electrician 674 recordsJourneyman Industrial Electrician 752 recordsJourneyman Lineman Electrician 78 recordsApprentice Electrician 263,672 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/TX/17000" \
-H "X-RapidAPI-Key: YOUR_KEY" \
-H "X-RapidAPI-Host: contractor-license-verification2.p.rapidapi.com"
17000 is a real TX licence (TORRES ELECTRICAL SERVICE) in this trade, so that call works as written.
Only the electrical contractor licence authorises a business to offer electrical work and to pull a permit. Master, journeyman and apprentice are individual licences: a master electrician working for someone else is properly licensed as an individual and still not a licensed contractor. Verify the business's contractor number, not the electrician's card, when what you are checking is who you are paying.
Full coverage detail, including the caveats that apply to every Texas lookup, is on the Texas 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.