US building-code adoption, as open data

Which code editions does each US state and major city actually enforce? Free dataset + JSON API covering all 50 states and the 50 largest cities, built from ICC adoption records and official municipal sources.

curl https://codes.submittal.app/api/v1/states/texas.json

All 50 states + DC

Largest 50 US cities

City-level adoptions, hand-verified against official municipal sources β€” including home-rule cities whose codes differ from their state (Chicago, New York, Denver, Seattle…).

Free JSON API

Every jurisdiction is a flat JSON file β€” no key, no rate limits within reason, CORS enabled.

EndpointReturns
GET /api/v1/states.jsonIndex of all states
GET /api/v1/states/<slug>.jsonOne state's adopted codes by cycle
GET /api/v1/cities.jsonIndex of covered cities
GET /api/v1/cities/<slug>.jsonOne city's adopted codes + sources

Bulk users: clone the GitHub repo β€” it also includes parsed federal construction regulations (OSHA 29 CFR 1926 & 1910, ADA 28 CFR 36, and more).