Skip to main content
Coming soon. Building Inspections data is not yet available. This page describes the planned endpoint and response schema.
Building inspection records capture the regulatory checks tied to active and completed permits — inspection type (framing, electrical, plumbing, final), result (pass, fail, conditional), and the date of each inspection. When linked to a permit record via permit_number_raw, you can reconstruct the full construction lifecycle from application through to final approval.

Planned endpoint

GET /api/v1/inspections

Planned filters

  • municipality — city slug
  • permit_number — link to a parent permit record
  • inspection_type — e.g. framing, electrical, plumbing, final
  • result — pass, fail, or conditional
  • date_from / date_to — ISO 8601 date range
  • lat / lng / radius_km — proximity search

Planned response fields

FieldTypeDescription
record_idstringUnique inspection record identifier
municipalitystringCity slug
permit_number_rawstringSource permit number from the originating permit record
inspection_typestringCanonical inspection type (e.g. framing, electrical, final)
inspection_type_rawstringOriginal type string from the municipality
resultstringpass, fail, or conditional
inspection_datedateDate the inspection was conducted
addressstringSite address
lat / lngnumberGeocoded coordinates
last_updatedtimestampRecord last updated