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'}
9 rows where council_area = "Dudley", month = "2025-08" and vehicle_make = "Mercedes-Benz" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, nfa_rationale
offence 6
- Driving without Due Care and Attention 4
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 1
- Cause vehicle to be left in a dangerous position 1
- Contravening a Red Traffic Light 1
- Driving without Reasonable Consideration 1
- Using a Mobile Phone Whilst Driving 1
reporter_transport_mode 4
- Car 4
- Other 2
- Pedal Bike 2
- Pedestrian 1
disposal 4
- NFA 3
- Warning Letter 3
- Education 2
- Fixed Penalty 1
vehicle_make 1
- Mercedes-Benz · 9 ✖
month 1
- 2025-08 · 9 ✖
council_area 1
- Dudley · 9 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2193 | op-snap---monthly-publication-august-2025.pdf | 168 | 2025-08 | Other | Mercedes-Benz | A180 | Black | Driving without Due Care and Attention | None | Waterfront | Waterfront | Dudley | Dudley | Warning Letter | N/A | 52.4874281 | -2.1117204 | ||
| 2345 | op-snap---monthly-publication-august-2025.pdf | 320 | 2025-08 | Other | Mercedes-Benz | C-class | Silver | Driving without Due Care and Attention | None | Waterfront Car Park | Waterfront Car Park | Dudley | Dudley | Education | N/A | ||||
| 2572 | op-snap---monthly-publication-august-2025.pdf | 547 | 2025-08 | Pedal Bike | Mercedes-Benz | sprinter | White | Driving without Due Care and Attention | None | Hagley Road | Hagley Road | Dudley | Dudley | Education | N/A | 52.4514139 | -2.1423625 | ||
| 2646 | op-snap---monthly-publication-august-2025.pdf | 621 | 2025-08 | Car | Mercedes-Benz | A180 | Blue | Contravening a Red Traffic Light | None | Stourbridge Road | Stourbridge Road | Dudley | Dudley | Fixed Penalty | N/A | 52.5002997 | -2.1081386 | ||
| 2857 | op-snap---monthly-publication-august-2025.pdf | 832 | 2025-08 | Car | Mercedes-Benz | A class | Silver | Driving without Reasonable Consideration | None | St Andrews Street, Netherton | Street Andrews Street, Netherton | Dudley | Dudley | Warning Letter | N/A | 52.4905847 | -2.0868385 | ||
| 2906 | op-snap---monthly-publication-august-2025.pdf | 881 | 2025-08 | Pedal Bike | Mercedes-Benz | C180 | Silver | Using a Mobile Phone Whilst Driving | None | The Portway | The Portway | Dudley | Dudley | NFA | No Independent Evidence Available | 52.4932127 | -2.1597352 | ||
| 2923 | op-snap---monthly-publication-august-2025.pdf | 898 | 2025-08 | Car | Mercedes-Benz | White | Driving without Due Care and Attention | None | Pedmore Road Merry Hill | Pedmore Road Merry Hill | Dudley | Dudley | NFA | No VRM | |||||
| 3665 | op-snap---monthly-publication-august-2025.pdf | 1640 | 2025-08 | Pedestrian | Mercedes-Benz | sprinter | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | lightwoods hill | Lightwoods Hill | Dudley | Dudley | Warning Letter | N/A | ||||
| 3724 | op-snap---monthly-publication-august-2025.pdf | 1699 | 2025-08 | Car | Mercedes-Benz | Panel Van | White | Cause vehicle to be left in a dangerous position | None | Clarence street Dudley | Clarence street Dudley | Dudley | Dudley | NFA | Not in Public Interest | 52.5297896 | -2.1178425 |
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);