Web dashboard
Verify licenses without an integration
Sign in to search by license number or business name and review normalized contractor records in your browser.
- No code required
- Built for individual and team workflows
Search and verify contractor licenses from California CSLB, Florida DBPR, New York City DCWP and DOB, and Texas TDLR in the web dashboard, or automate the same workflow with an API key.
One platform, two ways to work
Every account includes the web dashboard and API-key access. Choose the interface that fits each verification workflow.
Web dashboard
Sign in to search by license number or business name and review normalized contractor records in your browser.
Verification API
Create an API key from the same account and add structured license verification to onboarding and compliance workflows.
One source of normalized license data, whether your team works in the dashboard or through the API.
Instant license lookup by state and license number. Get verification results in under 200ms.
California CSLB, Florida DBPR, New York City DCWP and DOB, and six Texas TDLR contractor categories are live now.
Review normalized identity, status, type, classification, location, and date fields, with source-specific fields when available.
Handle one-off checks in the dashboard or use an API key to build verification into any language or platform.
Create an API key from the same account you use for the dashboard. A single API call returns structured license data and works with any language. Set the state parameter to CA, FL, NY, or TX. New York results currently cover New York City licenses only.
curl "https://api.statelicense.io/v1/verify?state=CA&license_number=1000003"
{
"valid": true,
"license": {
"state": "CA",
"license_number": "1000003",
"business_name": "JR MAYORGA WOODWORKING",
"status": "active",
"classifications": ["C-6"],
"expiration_date": "2027-01-31",
"city": "BREA",
"has_workers_comp": true,
"bond_amount": 25000
}
}Go from zero to verified in three simple steps.
Sign up once to access the web dashboard and create API keys. No credit card required.
Work directly in the dashboard or connect your product with an API key.
Review normalized license status, business details, classifications, and compliance data in either interface.
Dashboard checks and API requests use the same monthly verification allowance. Start free and scale as you grow.
Get started with license verification
For teams that need reliable verification at scale
For organizations with advanced compliance needs
Answers to common questions about California, Florida, New York City, and Texas contractor license records.
StateLicense currently covers California CSLB, Florida DBPR construction and electrical, New York City DCWP and DOB, and selected Texas TDLR contractor records. See the coverage page for the exact sources and fields.
No. Every account includes a web dashboard where you can search and verify licenses without writing code. The API is available when you want to automate those checks in another product or workflow.
Yes. Use the same account to work in the dashboard and create API keys. Dashboard checks and API requests count toward the same monthly verification allowance.
Texas coverage currently includes TDLR A/C, electrical, electrical sign, appliance installation, elevator, and water well driller or pump installer contractor licenses.
Florida coverage comes from DBPR construction and electrical datasets, including certified and registered contractor license types. Registered licenses may have a limited local jurisdiction rather than statewide authority.
New York coverage is currently limited to New York City. It includes DCWP Home Improvement Contractors and DOB construction-trade licenses such as general contractors, electrical contractors, plumbers, elevator agencies, riggers, welders, and site-safety roles. It is not a statewide general-contractor registry.
Yes. The public lookup and authenticated dashboard let you search by state and business name. You can also automate business-name searches through the API.
California, Texas, and NYC DOB sources refresh daily. Florida construction and electrical and NYC DCWP Home Improvement Contractor snapshots refresh weekly. Use the source_updated_at and last_updated fields to evaluate an individual record.
Yes. The Free plan includes 100 verifications per month, shared between dashboard checks and API requests. The public lookup is also available for a quick no-account preview.
Create one account to verify licenses in the dashboard and generate API keys whenever you are ready to automate.