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 council_area = "Dudley", reporter_transport_mode = "Pedal Bike" and vehicle_make = "Mercedes-Benz" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_colour, offence_location_raw, offence_location, nfa_rationale, latitude, longitude
offence 4
disposal 3
- Education 4
- NFA 3
- Warning Letter 3
vehicle_make 1
- Mercedes-Benz · 10 ✖
reporter_transport_mode 1
- Pedal Bike · 10 ✖
council_area 1
- Dudley · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 8261 | op-snap---monthly-publication-february-2026.pdf | 1008 | 2026-02 | Pedal Bike | Mercedes-Benz | Benz | White | Driving without Due Care and Attention | None | Hagley Road | Hagley Road | Dudley | Dudley | Education | N/A | 52.4514139 | -2.1423625 | ||
| 11368 | op-snap---monthly-publication-january-2026.pdf | 829 | 2026-01 | Pedal Bike | Mercedes-Benz | C300 | Black | Driving without Due Care and Attention | None | Quinton Interchange | Quinton Interchange | Dudley | Dudley | Education | N/A | 52.4539668 | -2.0119854 | ||
| 21343 | op-snap---monthly-publication-november-2025.pdf | 885 | 2025-11 | Pedal Bike | Mercedes-Benz | a200 | Black | Misc - Non Traffic Offences | None | barclay road | Barclay Road | Dudley | Dudley | NFA | Misc Inc Crimes | ||||
| 21467 | op-snap---monthly-publication-november-2025.pdf | 1009 | 2025-11 | Pedal Bike | Mercedes-Benz | Citan | grey | Driving without Due Care and Attention | None | South Road, B4186, Stourbridge | South Road, B4186, Stourbridge | Dudley | Dudley | Education | N/A | 52.45108 | -2.1531606 | ||
| 22147 | op-snap---monthly-publication-october-2025.pdf | 97 | 2025-10 | Pedal Bike | Mercedes-Benz | Sprinter | White | Driving without Due Care and Attention | None | A456 Halesowen | Halesowen | Dudley | Dudley | Warning Letter | N/A | 52.4492074 | -2.0514646 | ||
| 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 | ||
| 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 | ||
| 18937 | op-snap---monthly-publication-may-2025.pdf | 299 | 2025-05 | Pedal Bike | Mercedes-Benz | C220 | White | Driving without Reasonable Consideration | None | Waterfall Lane | Waterfall Lane | Dudley | Dudley | Warning Letter | N/A | ||||
| 20237 | op-snap---monthly-publication-may-2025.pdf | 1599 | 2025-05 | Pedal Bike | Mercedes-Benz | c200 | Silver | Driving without Due Care and Attention | None | Waterfront Way | Waterfront Way | Dudley | Dudley | Warning Letter | N/A | 52.4879006 | -2.1188734 | ||
| 1710 | op-snap---monthly-publication-april-2025.pdf | 1709 | 2025-04 | Pedal Bike | Mercedes-Benz | Lorry | White | Driving without Due Care and Attention | None | A491 hagley road | A491 hagley road | Dudley | Dudley | NFA | Outside of 14 Days NIP | 52.4486853 | -2.1406303 |
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);