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'}
7 rows where council_area = "Dudley", reporter_transport_mode = "Pedestrian" and vehicle_make = "Honda" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence, nfa_rationale, latitude, longitude
offence 6
- Misc - Non Traffic Offences 2
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 1
- Cause vehicle to be left in a dangerous position 1
- Driving without Due Care and Attention 1
- Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment 1
- Stop a vehicle on pedestrian crossing 1
disposal 3
- Fixed Penalty 3
- NFA 3
- Warning Letter 1
vehicle_make 1
- Honda · 7 ✖
reporter_transport_mode 1
- Pedestrian · 7 ✖
council_area 1
- Dudley · 7 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 21397 | op-snap---monthly-publication-november-2025.pdf | 939 | 2025-11 | Pedestrian | Honda | accord | Silver | Misc - Non Traffic Offences | No Insurance | Parkdale Close | Parkdale Close | Dudley | Dudley | NFA | Misc Inc Crimes | ||||
| 21787 | op-snap---monthly-publication-november-2025.pdf | 1329 | 2025-11 | Pedestrian | Honda | crv | White | Misc - Non Traffic Offences | None | turners lane | Turners Lane | Dudley | Dudley | NFA | Misc Inc Crimes | 52.4721372 | -2.1243522 | ||
| 23587 | op-snap---monthly-publication-october-2025.pdf | 1537 | 2025-10 | Pedestrian | Honda | CR-V | 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 | ||
| 1919 | op-snap---monthly-publication-april-2025.pdf | 1918 | 2025-04 | Pedestrian | Honda | np | Blue | Stop a vehicle on pedestrian crossing | None | dudley road | Dudley Road | Dudley | Dudley | NFA | Outside of 14 Days NIP | 52.4881161 | -2.1199108 | ||
| 5379 | op-snap---monthly-publication-february-2025.pdf | 196 | 2025-02 | Pedestrian | Honda | Civic | Silver | Driving without Due Care and Attention | None | Tower Street, Dudley | Tower Street, Dudley | Dudley | Dudley | Fixed Penalty | N/A | Yes - Via Email | 52.5112053 | -2.0833165 | |
| 6142 | op-snap---monthly-publication-february-2025.pdf | 959 | 2025-02 | Pedestrian | Honda | Jazz | Blue | Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment | None | Tower Street | Tower Street | Dudley | Dudley | Fixed Penalty | N/A | Yes - Via Email | 52.5112053 | -2.0833165 | |
| 9942 | op-snap---monthly-publication-january-2025.pdf | 1050 | 2025-01 | Pedestrian | Honda | Civic | Blue | Cause vehicle to be left in a dangerous position | None | Prospect Street | Prospect Street | Dudley | Dudley | Fixed Penalty | N/A | Yes - Via Email | 52.4924338 | -2.112525 |
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);