Explore Street Manager Data
Access and visualise roadworks data from across England. Search permits, explore the interactive map, and integrate with your own systems via our API.
Features
Map Explorer
Visualise roadworks across England with interactive filtering by status, date, and location.
Data Explorer
Search and filter permits, activities, and Section 58s with powerful filtering and CSV export.
API Access
Programmatic access to Street Manager data for your own applications and pipelines.
Available Data
Access comprehensive Street Manager data covering roadworks across all highway authorities in England, updated in near real-time from the DfT feed.
Permits
~2M+Work permits including status, dates, location, and responsible organisations.
Activities
~500K+Scheduled activities and planned works on the highway network.
Section 58s
~100K+Section 58 restrictions and notices affecting roadworks.
Quick Start
API Example
Query permits programmatically using our REST API
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://streetwise.example.com/api/v1/permits?status=in_progress&limit=10"