Calgary service inquiries 311 requests

Service Inquiries 311 requests filed in Calgary since January 2021.

Current release

Data through April 30, 2026

Data from January 2021 through April 30, 2026

Source data: Open data ↗

File a 311 request in Calgary → This page shows historical data only.

Total Requests

299.8K

in the service inquiries category

Latest Month

5.6K

April 2026

Share of total

11.4%

of all Calgary 311 requests

Median Resolution

7.0d

half of requests close faster

Monthly service inquiries requests

How many service inquiries 311 requests Calgary residents file each month.

How this category is defined

What counts as service inquiries: Calls and submissions logged as informational inquiries, status checks, or general questions about city services rather than reports of problems requiring a field response. High counts here typically indicate a city's 311 system captures all resident contacts, not just actionable service requests.

In Calgary’s raw 311 data, the following 19 service_type values are counted as service inquiries:

  • 311 Contact Us
  • AT - Assessed Value
  • AT - ONLINE Property Tax Document Request
  • AT - Property Tax Account Inquiry
  • AT - TIPP Agreement Request
  • CFD - Business Licence Inspection - FHB
  • Community Safety - Information Request
  • CT - Bus Route or Bus Schedule
  • CT - Bus Stops
  • CT - Lost Property
  • CT - Transit Pass Programs
  • DBBS - RIM - Property Research
  • Opinions on Business Units
  • Recreation - Arena Booking Application
  • Recreation - Athletic Park Booking Application
  • Recreation - School Facility Booking Application
  • Roads - Detour Inquiry
  • RSP - Subsidized Programs - Fair Entry
  • WRS - Programs

To reproduce these counts against the raw feed

SELECT count(*)
FROM <calgary_311_raw>
WHERE service_type IN (
  '311 Contact Us',
  'AT - Assessed Value',
  'AT - ONLINE Property Tax Document Request',
  'AT - Property Tax Account Inquiry',
  'AT - TIPP Agreement Request',
  'CFD - Business Licence Inspection - FHB',
  'Community Safety - Information Request',
  'CT - Bus Route or Bus Schedule',
  'CT - Bus Stops',
  'CT - Lost Property',
  'CT - Transit Pass Programs',
  'DBBS - RIM - Property Research',
  'Opinions on Business Units',
  'Recreation - Arena Booking Application',
  'Recreation - Athletic Park Booking Application',
  'Recreation - School Facility Booking Application',
  'Roads - Detour Inquiry',
  'RSP - Subsidized Programs - Fair Entry',
  'WRS - Programs'
)

Analyst tip: Chicago's '311 INFORMATION ONLY CALL' is the single largest contributor — roughly 1 million rows. Edmonton files informational contacts under 'General Information', 'General Inquiry', 'Routes and Schedules', 'Tax Account - Inquiries/Requests', and related types. Baltimore uses 'ECC-Information Request'. Somerville logs them as 'Information - Various Other', 'Information - Parking', and 'Information - DPW'. Philadelphia uses 'Information Request' with descriptive subtypes. Calgary uses department-prefixed inquiry types (AT - Property Tax, CT - Bus Route, etc.). Not all cities publish this category — cities that only log actionable service requests will show zero rows here.

See how service inquiries is defined for every tracked city →

Source & provenance

Counts on this page are derived from Calgary’s official open 311 data feed, covering January 2021 through April 30, 2026. Category assignment uses an AI-generated mapping from the city’s raw service types to a normalized cross-city category. View the underlying dataset at data.calgary.ca.