> ## Documentation Index
> Fetch the complete documentation index at: https://docs.northaxiumdata.ca/llms.txt
> Use this file to discover all available pages before exploring further.

# Development Permits

> Land use and development applications with subtype, status, and decision dates.

<Info>
  **Coming soon.** Development Permits data is not yet available. This page describes the planned endpoint and response schema.
</Info>

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

| Field              | Type      | Description                                   |
| ------------------ | --------- | --------------------------------------------- |
| `record_id`        | string    | Unique development permit identifier          |
| `municipality`     | string    | City slug                                     |
| `application_type` | string    | Canonical application type                    |
| `subtype`          | string    | Application subtype where available           |
| `status`           | string    | Canonical status (approved, refused, pending) |
| `address`          | string    | Site address                                  |
| `application_date` | date      | Date application was filed                    |
| `decision_date`    | date      | Date of decision where available              |
| `lat` / `lng`      | number    | Geocoded coordinates                          |
| `last_updated`     | timestamp | Record last updated                           |
