reports
Data license: ODbL · Data source: West Midlands Police
- id
- {'label': 'ID'}
- source_file
- {'label': 'Source PDF'}
- source_page
- {'label': 'Page'}
- source_row
- {'label': 'Row'}
- month
- {'label': 'Month'}
- reporter_transport_mode
- {'label': 'Reporter'}
- vehicle_make
- {'label': 'Make'}
- vehicle_model
- {'label': 'Model'}
- vehicle_colour
- {'label': 'Colour'}
- offence
- {'label': 'Offence'}
- second_offence
- {'label': 'Second offence'}
- offence_location_raw
- {'label': 'Location (raw)'}
- offence_location
- {'label': 'Location'}
- council_area_raw
- {'label': 'Council (raw)'}
- council_area
- {'label': 'Council area'}
- disposal
- {'label': 'Outcome'}
- nfa_rationale
- {'label': 'NFA reason'}
- witness_contacted
- {'label': 'Witness contacted'}
- latitude
- {'label': 'Lat'}
- longitude
- {'label': 'Lng'}
10 rows where month = "2025-10" and offence = "Driving a vehicle wholly or partly on a footpath" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, offence_location_raw, offence_location, council_area_raw, nfa_rationale, latitude, longitude
vehicle_make 7
- Mg 2
- Audi 1
- Ford 1
- Hyundai 1
- Mercedes-Benz 1
- Nissan 1
- Volkswagen 1
council_area 6
- Wolverhampton 4
- Birmingham 2
- Coventry 1
- Dudley 1
- Out of Force Area 1
- Walsall 1
disposal 5
reporter_transport_mode 3
- Pedal Bike 4
- Car 3
- Pedestrian 3
offence 1
- Driving a vehicle wholly or partly on a footpath · 10 ✖
month 1
- 2025-10 · 10 ✖
| id | source_file | source_page | source_row | month ▲ | reporter_transport_mode | vehicle_make | vehicle_model | vehicle_colour | offence | second_offence | offence_location_raw | offence_location | council_area_raw | council_area | disposal | nfa_rationale | witness_contacted | latitude | longitude |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 22085 | op-snap---monthly-publication-october-2025.pdf | 35 | 2025-10 | Pedal Bike | Mg | HS | White | Driving a vehicle wholly or partly on a footpath | None | Cannock Road | Cannock Road | Wolverhampton | Wolverhampton | Warning Letter | N/A | 52.6083917 | -2.1033365 | ||
| 22086 | op-snap---monthly-publication-october-2025.pdf | 36 | 2025-10 | Pedal Bike | Hyundai | Ioniq | Grey | Driving a vehicle wholly or partly on a footpath | None | Cannock Road | Cannock Road | Wolverhampton | Wolverhampton | Warning Letter | N/A | 52.6083917 | -2.1033365 | ||
| 22087 | op-snap---monthly-publication-october-2025.pdf | 37 | 2025-10 | Pedal Bike | Nissan | X-Trail | Black | Driving a vehicle wholly or partly on a footpath | None | Cannock Road | Cannock Road | Wolverhampton | Wolverhampton | Education | N/A | 52.6083917 | -2.1033365 | ||
| 22182 | op-snap---monthly-publication-october-2025.pdf | 132 | 2025-10 | Car | Bajaj | Black | Driving a vehicle wholly or partly on a footpath | None | Oxford Road | Oxford Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4456323 | -1.8858352 | |||
| 22339 | op-snap---monthly-publication-october-2025.pdf | 289 | 2025-10 | Car | Ford | Transit | Blue | Driving a vehicle wholly or partly on a footpath | None | South Road Wollaston | South Road Wollaston | Dudley | Dudley | Warning Letter | N/A | 52.4520277 | -2.1653372 | ||
| 22861 | op-snap---monthly-publication-october-2025.pdf | 811 | 2025-10 | Pedal Bike | Mg | Trophy | White | Driving a vehicle wholly or partly on a footpath | None | Clevedon Road | Clevedon Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4618531 | -1.894645 | ||
| 22961 | op-snap---monthly-publication-october-2025.pdf | 911 | 2025-10 | Car | Volkswagen | Golf | Grey | Driving a vehicle wholly or partly on a footpath | None | Bridgeman Street | Bridgeman Street | Walsall | Walsall | Warning Letter | N/A | 52.583034 | -1.9839161 | ||
| 22965 | op-snap---monthly-publication-october-2025.pdf | 915 | 2025-10 | Pedestrian | KTM | Orange | Driving a vehicle wholly or partly on a footpath | None | Northycote Lane | Northycote Lane | Wolverhampton | Wolverhampton | Warning Letter | N/A | 52.6340387 | -2.1102234 | |||
| 23004 | op-snap---monthly-publication-october-2025.pdf | 954 | 2025-10 | Pedestrian | Audi | A1 | Black | Driving a vehicle wholly or partly on a footpath | None | Clifford Bridge Road | Clifford Bridge Road | Coventry | Coventry | Other Action Taken | N/A | 52.4134557 | -1.4442138 | ||
| 23015 | op-snap---monthly-publication-october-2025.pdf | 965 | 2025-10 | Pedestrian | Mercedes-Benz | Vito | White | Driving a vehicle wholly or partly on a footpath | None | Braces Lane | Braces Lane | Out of Force Area | Out of Force Area | NFA | Out of Force |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE reports (
id INTEGER PRIMARY KEY AUTOINCREMENT,
source_file TEXT NOT NULL,
source_page INTEGER,
source_row INTEGER,
month TEXT NOT NULL,
reporter_transport_mode TEXT,
vehicle_make TEXT,
vehicle_model TEXT,
vehicle_colour TEXT,
offence TEXT,
second_offence TEXT,
offence_location_raw TEXT,
offence_location TEXT,
council_area_raw TEXT,
council_area TEXT,
disposal TEXT,
nfa_rationale TEXT,
witness_contacted TEXT
, latitude REAL, longitude REAL);
CREATE INDEX idx_month ON reports(month);
CREATE INDEX idx_council_area ON reports(council_area);
CREATE INDEX idx_offence ON reports(offence);
CREATE INDEX idx_disposal ON reports(disposal);
CREATE INDEX idx_location ON reports(offence_location);