Skip to main content
Coming soon. Development Permits data is not yet available. This page describes the planned endpoint and response schema.
Development permits capture land use and site development applications — distinct from building permits, which cover construction. A development permit authorises how land can be used (residential subdivision, commercial redevelopment, mixed-use) and typically precedes a building permit. Records include application type, subtype, current status, and decision date where available.

Planned endpoint

GET /api/v1/development-permits

Planned filters

  • municipality — city slug
  • subtype — application subtype
  • status — e.g. approved, refused, pending
  • decision_after / decision_before — ISO 8601 decision date range
  • lat / lng / radius_km — proximity search

Planned response fields

FieldTypeDescription
record_idstringUnique development permit identifier
municipalitystringCity slug
application_typestringCanonical application type
subtypestringApplication subtype where available
statusstringCanonical status (approved, refused, pending)
addressstringSite address
application_datedateDate application was filed
decision_datedateDate of decision where available
lat / lngnumberGeocoded coordinates
last_updatedtimestampRecord last updated