Skip to main content
The permits context endpoint returns permit and code-compliance records for home-service trades across U.S. jurisdictions. Each record describes whether a permit is required, what inspections and documents are needed, and any associated fee structure. Records include source links where available. Records backed by deterministic reviewed source data are marked quote_safe: true; records with ambiguous requirements, estimated fees, or unresolved code questions carry quote_safe: false and should be treated as directional context only. Endpoint

Query Parameters

string
default:"hvac"
Trade vertical to filter by. One of: hvac, solar, roofing, plumbing, electrical.
string
Two-letter state code (e.g., FL, AZ). Case-insensitive.
string
County name. Partial match, case-insensitive.
string
City name. Partial match against the jurisdiction’s city. Case-insensitive.
boolean
When true, returns only records verified for customer-facing quote use.
integer
default:"100"
Maximum number of records to return. Capped at 500.

Response Fields

array
Array of permit context objects.
object
Query summary metadata.
Permit requirements and fees change frequently. Always verify current fee schedules directly with the AHJ before including permit costs in a customer contract. Records with quote_safe: false or non-empty unresolved_requirements arrays require manual verification before use in a binding quote.
Filter by quote_safe=true when populating permit fee line items in a proposal. Use quote_safe=false records for internal awareness of jurisdictions that require additional research before closing a job.

Example Request

Example Response