Coverage / Washington

WA · contractor licenses

Verify a Washington contractor license

160,823 licenses from the official WA source, normalized to one schema — check status, expiry and classification in one call. full roster.

160,823
licenses covered
84,812
currently active
2026-06-19
data as of
Seattle
top city

Source: https://data.wa.gov/Labor/L-I-Contractor-License-Data-General/m8qx-ubtq. Every record carries this source_url and the as_of date above.

Verify a license

Pre-scoped to Washington (WA). Type a business or principal name.

Searches the live dataset by business or principal name (straight from /v1/search — nothing here is mocked). A non-match returns an honest empty result.

License status

How the 160,823 covered WA records break down by normalized status.

StatusRecordsShare
active84,81252.7%
suspended9,6126.0%
expired61,42038.2%
inactive1340.1%
other4,8453.0%

Top classifications

The most common license types / trade classifications in coverage.

ClassificationRecords
CONSTRUCTION CONTRACTOR148,569
ELECTRICAL CONTRACTOR9,161
PLUMBING CONTRACTOR2,971
ELEVATOR CONTRACTOR122

Where Washington contractors are based

Top cities by number of covered licenses.

CityLicenses
Seattle8,229
Vancouver6,504
Spokane6,208
Tacoma5,141
Everett3,899
Kent3,300
Auburn3,217
Renton2,755
Puyallup2,573
Olympia2,539
Lynnwood2,351
Federal Way2,332
Bellingham2,292
Portland2,179
Bellevue2,155

How to verify a Washington contractor

By license number (the exact check)
curl "https://license-verify.pages.dev/v1/lookup?state=WA&license=<number>"

Returns the matching record with status, expiry and classification, or an honest found:false.

By company name
curl "https://license-verify.pages.dev/v1/search?q=<name>&state=WA&status=active"
For an AI agent (MCP)

Call lookup_license / search_licenses at /v1/mcp with state="WA" — no glue code.