Georgia contractor license lookups aren't available through TradesAPI today — the state restricts automated access to its licensing portal, and access to the official license roster is still pending. You can still verify a license by hand on the official state portal, and the live status page shows the moment Georgia coverage goes live.
We don't return Georgia results yet, so this page makes no claims about which
Georgia trade types are covered. When coverage lands, it will use the same
normalized /verify schema as every other state — check the
status page for live availability.
Some Georgia trades are licensed by the city, not the state board. We also cover municipal licensing in Atlanta under the same normalized schema and the same /verify call.
When Georgia coverage goes live, the /verify response will be
identical in shape to every other state, so your integration code won't change:
{
"valid": true,
"name": "SAMPLE CONTRACTING LLC",
"license_number": "SAMPLE-12345",
"trade": "general",
"expiration": "05/12/2027",
"status": "Active",
"state": "GA",
"disciplinary_actions": [],
"source_url": "https://goals.sos.ga.gov/GASOSOneStop/s/licensee-search",
"cached": false,
"checked_at": "2026-08-14T07:00:00Z"
}Example response showing the normalized schema. Wire it up against deterministic fixtures in the sandbox — no credit cost.
The official Georgia board portal is at https://goals.sos.ga.gov/GASOSOneStop/s/licensee-search — free to search by hand while TradesAPI's Georgia coverage is in progress.
Every new API key includes 50 free verifications across every covered state, plus hosted MCP access for Claude, Cursor, and any MCP-speaking agent. No credit card to start.