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", month = "2026-01" and vehicle_make = "BMW" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, offence_location_raw, offence_location, nfa_rationale
disposal 5
- NFA 4
- Warning Letter 3
- Court 1
- Education 1
- Fixed Penalty 1
reporter_transport_mode 3
- Other 6
- Car 3
- Pedestrian 1
offence 3
vehicle_make 1
- BMW · 10 ✖
month 1
- 2026-01 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 10575 | op-snap---monthly-publication-january-2026.pdf | 36 | 2026-01 | Other | BMW | NK | White | Driving without Due Care and Attention | None | Unknown | Dudley | Dudley | NFA | No Independent Evidence Available | |||||
| 10576 | op-snap---monthly-publication-january-2026.pdf | 37 | 2026-01 | Other | BMW | 330E | White | Driving without Due Care and Attention | No vehicle excise licence | Tulip Avenue | Tulip Avenue | Dudley | Dudley | NFA | No Independent Evidence Available | ||||
| 10578 | op-snap---monthly-publication-january-2026.pdf | 39 | 2026-01 | Other | BMW | 330E | White | Driving without Due Care and Attention | No vehicle excise licence | Tulip Avenue | Tulip Avenue | Dudley | Dudley | NFA | No Independent Evidence Available | ||||
| 11057 | op-snap---monthly-publication-january-2026.pdf | 518 | 2026-01 | Pedestrian | BMW | X5 | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Gayfield Avenue | Gayfield Avenue | Dudley | Dudley | Fixed Penalty | N/A | 52.4693896 | -2.1251602 | ||
| 11095 | op-snap---monthly-publication-january-2026.pdf | 556 | 2026-01 | Car | BMW | 520 | Black | No Seat Belt | None | Hurst Lane Merry Hill | Hurst Lane Merry Hill | Dudley | Dudley | NFA | No Offence | ||||
| 11265 | op-snap---monthly-publication-january-2026.pdf | 726 | 2026-01 | Other | BMW | 318d | Grey | Driving without Due Care and Attention | None | Waterfront car park | Waterfront car park | Dudley | Dudley | Warning Letter | N/A | ||||
| 11266 | op-snap---monthly-publication-january-2026.pdf | 727 | 2026-01 | Other | BMW | 323i | White | Driving without Due Care and Attention | None | Waterfront car park | Waterfront car park | Dudley | Dudley | Warning Letter | N/A | ||||
| 11398 | op-snap---monthly-publication-january-2026.pdf | 859 | 2026-01 | Other | BMW | Z4 | Blue | Driving without Due Care and Attention | No Insurance | Waterfront Car Park | Waterfront Car Park | Dudley | Dudley | Court | N/A | ||||
| 11442 | op-snap---monthly-publication-january-2026.pdf | 903 | 2026-01 | Car | BMW | 220i | Blue | Driving without Due Care and Attention | None | Greenfields | Greenfields | Dudley | Dudley | Warning Letter | N/A | 52.4938043 | -2.1639183 | ||
| 11641 | op-snap---monthly-publication-january-2026.pdf | 1102 | 2026-01 | Car | BMW | X3 | Black | Driving without Due Care and Attention | None | Strourbridge Ring Road | Strourbridge Ring Road | Dudley | Dudley | Education | N/A |
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);