Los Angeles sidewalks 311 requests
How many 311 requests in the sidewalks category residents of Los Angeles have filed since January 2021.
Current release
Data through March 2026
Data from January 2021 through March 2026
Total Requests
34.0K
in the sidewalks category
Latest Month
4.0K
March 2026
Share of total
0.4%
of all Los Angeles 311 requests
Median Resolution
1.7d
half of requests close faster
Monthly sidewalks requests
How many sidewalks 311 requests Los Angeles residents file each month.
How this category is extracted
What counts as sidewalks: Sidewalk repair and obstruction complaints, curb damage, and sidewalk snow-and-ice clearance concerns.
In Los Angeles’s raw 311 feed, the following 3 service_type values roll into sidewalks:
- Curb Issues
- Obstructions
- Report a Sidewalk Problem
To reproduce these counts against the raw feed
SELECT count(*)
FROM <los_angeles_311_raw>
WHERE service_type IN (
'Curb Issues',
'Obstructions',
'Report a Sidewalk Problem'
)Analyst tip: Austin uses 'TPW - Sidewalk Repair' and 'TPW - Obstruction in Right of Way'. Calgary's sidewalk-snow-and-ice calls come in under 'Bylaw - Snow and Ice on Sidewalk' (separate from the equivalent roadway category). LA splits this across 'Curb Issues', 'Obstructions', and 'Report a Sidewalk Problem'.
Source & provenance
Counts on this page are derived from Los Angeles’s official open 311 data feed, covering January 2021 through March 2026. Category assignment uses a hand-curated mapping from the city’s raw service types to a normalized cross-city category. View the underlying dataset at data.lacity.org.