PermitZone API
Stop guessing which permits you need. Restaurant owners, developers, solar installers, and short-term rental hosts waste weeks figuring out what permits their project requires — every city has different rules, every project type has different requirements, and the information is scattered across PDFs on thousands of government portals. PermitZone solves this with a single API: give it an address…
PermitZone API endpoints
| Method | Endpoint | Description |
|---|---|---|
| PermitZone | ||
| GET |
listJurisdictions /permitzone/jurisdictions |
Retrieve a paginated list of supported jurisdictions with optional search and filtering. |
| GET |
listPermits /permitzone/permits |
Retrieve a paginated list of permits across all jurisdictions with optional search and filtering. |
| GET |
getPermit /permitzone/permits/{id} |
Retrieve a single permit by its unique identifier. |
| GET |
listZoning /permitzone/zoning |
Retrieve a paginated list of zoning regulations with optional search and filtering by jurisdiction. |
| POST |
analyzePermits /permitzone/analyze |
Submit an address and project type to get a full permit analysis including required permits, costs, timelines, zoning compliance, rejection insights, and document checklists. |
| GET |
getJurisdiction /permitzone/jurisdictions/{id} |
Retrieve a single jurisdiction by its unique identifier. |
| POST |
testPermitzone /permitzone/test |
Run permit analysis on built-in sample scenarios for testing and evaluation. |
| GET |
getZoning /permitzone/zoning/{id} |
Retrieve a single zoning regulation by its unique identifier. |
| POST |
analyzeBatch /permitzone/analyze/batch |
Analyze up to 50 address + project type combinations in a single request. |
| GET |
getPermitzoneOverview /permitzone |
Get an overview of the PermitZone API including available endpoints and record counts. |
| GET |
getDocument /permitzone/documents/{id} |
Retrieve document requirements for a specific permit or by document identifier. |
| GET |
getPermitzoneHealth /permitzone/health |
Check the health status of the PermitZone API. |
| GET |
getProjectType /permitzone/project-types/{id} |
Retrieve a single project type by its unique identifier. |
| GET |
listDocuments /permitzone/documents |
Retrieve a paginated list of document requirements with optional search. |
| GET |
listProjectTypes /permitzone/project-types |
Retrieve a paginated list of recognized project types with optional search. |
PermitZone API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO | $49 / month | 60 / minute |
|
| ULTRA | $149 / month | 300 / minute |
|
| MEGA | $399 / month | 1000 / minute |
|