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'}
8 rows where council_area = "Dudley", reporter_transport_mode = "Pedestrian" and vehicle_make = "Peugeot" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_colour, second_offence, offence_location, nfa_rationale, latitude, longitude
offence 5
disposal 5
- Warning Letter 3
- NFA 2
- Court 1
- Education 1
- Fixed Penalty 1
vehicle_make 1
- Peugeot · 8 ✖
reporter_transport_mode 1
- Pedestrian · 8 ✖
council_area 1
- Dudley · 8 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 10755 | op-snap---monthly-publication-january-2026.pdf | 216 | 2026-01 | Pedestrian | Peugeot | 3008 | Blue | Driving a vehicle wholly or partly on a footpath | None | Bromley Lane | Bromley Lane | Dudley | Dudley | Fixed Penalty | N/A | 52.4893583 | -2.1529025 | ||
| 11059 | op-snap---monthly-publication-january-2026.pdf | 520 | 2026-01 | Pedestrian | Peugeot | 108 | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Gayfield Avenue | Gayfield Avenue | Dudley | Dudley | NFA | No Independent Evidence Available | 52.4693896 | -2.1251602 | ||
| 3951 | op-snap---monthly-publication-december-2025.pdf | 79 | 2025-12 | Pedestrian | Peugeot | 2008 | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Withymoor Road | Withymoor Road | Dudley | Dudley | Warning Letter | N/A | 52.4871674 | -2.0702998 | ||
| 4598 | op-snap---monthly-publication-december-2025.pdf | 726 | 2025-12 | Pedestrian | Peugeot | 308 | Grey | Cause vehicle to be left in a dangerous position | None | gayfield avenue | Gayfield Avenue | Dudley | Dudley | Warning Letter | N/A | 52.4693896 | -2.1251602 | ||
| 21246 | op-snap---monthly-publication-november-2025.pdf | 788 | 2025-11 | Pedestrian | Peugeot | partner | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Abbey road | Abbey road | Dudley | Dudley | NFA | Misc Inc Crimes | 52.4530622 | -2.0800139 | ||
| 13687 | op-snap---monthly-publication-july-2025.pdf | 1739 | 2025-07 | Pedestrian | Peugeot | boxer | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | No Insurance | dudley road | Dudley Road | Dudley | Dudley | Warning Letter | N/A | 52.4881161 | -2.1199108 | ||
| 668 | op-snap---monthly-publication-april-2025.pdf | 667 | 2025-04 | Pedestrian | Peugeot | 208.. | Grey | Stop a vehicle within pelican pedestrian crossing limits | None | Halesowen Road, Old Hill Cradley Heath | Halesowen Road, Old Hill Cradley Heath | Dudley | Dudley | Education | N/A | 52.4641171 | -2.0557973 | ||
| 9872 | op-snap---monthly-publication-january-2025.pdf | 980 | 2025-01 | Pedestrian | Peugeot | 208 | Blue | Driving without Due Care and Attention | None | Waterfront, Merry Hill | Waterfront, Merry Hill | Dudley | Dudley | Court | N/A | Yes - Via Email |
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);