# Montreal, QC

**Population:** 1,800,000
**Province:** Quebec
**City page:** https://clevertech.ca/city/montreal
**API base:** `https://clevertech.ca/api/montreal/`

Available APIs: `property`, `census`, `zoning`, `building`

## 🏠 Property Assessment
Municipal property assessment data — assessed values, land uses, addresses, roll numbers, and DLS coordinates.

| Method | Endpoint | Description |
|--------|----------|-------------|
| GET | `/api/montreal/property/search` | Search properties (q, limit, offset) |
| GET | `/api/montreal/property/stats` | Aggregate property statistics |
| GET | `/api/montreal/property/by-roll/{roll}` | Property by roll number |
| GET | `/api/montreal/property/by-dls?dls=` | Property by DLS code |

## 📊 Census Profiles
Statistics Canada census data by dissemination area — population, demographics, income, housing, and commuting patterns.

| Method | Endpoint | Description |
|--------|----------|-------------|
| GET | `/api/montreal/census/by-gps` | Census data by GPS point (lat, lon) |
| GET | `/api/montreal/census/by-dls` | Census data by DLS code |
| GET | `/api/montreal/census/profile` | Census profile by DA ID |
| GET | `/api/montreal/census/stats` | Aggregate census statistics |

## 🏗️ Zoning & Land Use
Municipal zoning districts, land use bylaws, zone codes, and permitted uses with geographic boundaries.

| Method | Endpoint | Description |
|--------|----------|-------------|
| GET | `/api/montreal/zoning` | Zoning districts (optional bbox, limit) |
| GET | `/api/montreal/zoning/codes` | Unique zone codes |
| GET | `/api/montreal/zoning/search?q=` | Full-text zoning search |
| GET | `/api/montreal/zoning/categories` | Major zoning categories |

## 🏗 Building Permits
Building permit applications and approvals — permit types, values, statuses, contractors, and geographic data.

| Method | Endpoint | Description |
|--------|----------|-------------|
| GET | `/api/montreal/building/search` | Search building permits (q, limit, offset) |
| GET | `/api/montreal/building/stats` | Aggregate permit statistics |
| GET | `/api/montreal/building/{permit_id}` | Permit by ID |

---
*Data provided by CleverTech API. Full docs: https://clevertech.ca/docs*
*Bot-friendly index: https://clevertech.ca/llms.txt*