tradesapi
Start free

HomeGuidesCalifornia › Los Angeles

Los Angeles, California · contractor license lookup

How to verify a contractor license in Los Angeles, California

Check any Los Angeles contractor license — status and expiration — through one normalized API, or look it up by hand on the city licensing portal. Los Angeles licenses trades at the city level, not just the California state board.

Los Angeles coverage: Operational · live status

What you can verify

Data source: Official Los Angeles licensing portal

Jurisdiction: Los Angeles (municipal), California

Trade types

Building InspectorSelf CertificationWelder

Looking for the California state board instead? See the California contractor license guide.

One call. State and city licenses, same schema.

The /verify response is identical in shape whether the license is issued by a state board or a city — add the city parameter and your integration code stays the same:

GET /verify?state=CA&city=losangeles&license=SAMPLE-12345&trade=building_inspector
{
  "valid": true,
  "name": "SAMPLE CONTRACTING LLC",
  "license_number": "SAMPLE-12345",
  "trade": "building_inspector",
  "expiration": "05/12/2027",
  "status": "Active",
  "state": "CA",
  "disciplinary_actions": [],
  "source_url": "https://ladbsservices2.lacity.org/LADBSRoster",
  "cached": false,
  "checked_at": "2026-08-01T07:00:00Z"
}

Example response showing the normalized schema. Wire it up against deterministic fixtures in the sandbox — no credit cost.

Verify Los Angeles licenses programmatically

# Verify a Los Angeles contractor license with one API call
curl -H "X-API-Key: YOUR_KEY" \
  "https://www.tradesapi.com/verify?state=CA&city=losangeles&license=SAMPLE-12345&trade=building_inspector"

The official Los Angeles licensing portal is at https://ladbsservices2.lacity.org/LADBSRoster — free to search by hand. TradesAPI wraps it in the same /verify call you use for every state, so city and state licenses come back in one normalized schema.

Start verifying in minutes

Every new API key includes 50 free verifications across all 50 states + DC and our municipal boards, plus hosted MCP access for Claude, Cursor, and any MCP-speaking agent. No credit card to start.

Frequently asked questions

Does Los Angeles issue its own contractor licenses?
Yes. Los Angeles licenses certain trades at the city level rather than (or in addition to) the California state board. TradesAPI verifies Los Angeles municipal licenses through the same GET /verify endpoint, passing city=losangeles alongside the state.
How do I verify a Los Angeles contractor license?
Call TradesAPI's GET /verify with state=CA, city=losangeles, and the license number to get a normalized result — valid/invalid, status, and expiration — in one request, or search the city portal by hand.
What Los Angeles trades can I verify?
TradesAPI covers these Los Angeles trade types today: Building Inspector, Self Certification, Welder.