← All covered cities

Calgary, AB CA

Building permit data for Calgary, AB, normalized and updated daily via the PermitStream.dev API.

Sample response

No permits ingested for Calgary yet — here's an illustrative example of the response shape you'll get once ingestion runs:

{
  "id": "00000000-0000-0000-0000-000000000000",
  "permit_number": "P-2026-000123",
  "issue_date": "2026-09-01T00:00:00+00:00",
  "permit_type": "Commercial Alteration",
  "valuation_usd": 45000.0,
  "address": "123 Main St",
  "contractor_name": "Acme Roofing LLC",
  "description": "Reroof -- commercial",
  "city": "Calgary",
  "state_province": "AB",
  "country": "CA"
}

Query it yourself

curl -H "Authorization: Bearer <api-key>" \
  "https://api.permitstream.dev/v1/permits?city=Calgary&state=AB&limit=5"