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 = "Metropolitan Borough Of Dudley" and vehicle_make = "BMW" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, nfa_rationale
offence 4
reporter_transport_mode 3
- Other 3
- Pedestrian 3
- Pedal Bike 1
disposal 3
vehicle_make 1
- BMW · 7 ✖
council_area 1
- Metropolitan Borough Of 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7433 | op-snap---monthly-publication-february-2026.pdf | 180 | 2026-02 | Pedestrian | BMW | 320D | Black | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Gayfield Av | Gayfield Avenue | Metropolitan Borough of Dudley | Metropolitan Borough Of Dudley | Warning Letter | N/A | 52.4693896 | -2.1251602 | ||
| 7636 | op-snap---monthly-publication-february-2026.pdf | 383 | 2026-02 | Pedestrian | BMW | 418D | Grey | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Keats Close | Keats Close | Metropolitan Borough of Dudley | Metropolitan Borough Of Dudley | Warning Letter | N/A | 52.6056612 | -1.8411643 | ||
| 11903 | op-snap---monthly-publication-january-2026.pdf | 1364 | 2026-01 | Pedestrian | BMW | 320D | Blue | Cause vehicle to be left in a dangerous position | None | springfield road | Springfield Road | Metropolitan Borough of Dudley | Metropolitan Borough Of Dudley | Warning Letter | N/A | 52.4397435 | -1.8587207 | ||
| 12219 | op-snap---monthly-publication-july-2025.pdf | 271 | 2025-07 | Other | BMW | 330.. | White | Driving without Due Care and Attention | None | Waterfrnt Car Park | Waterfrnt Car Park | Metropolitan Borough of Dudley | Metropolitan Borough Of Dudley | Warning Letter | N/A | ||||
| 12513 | op-snap---monthly-publication-july-2025.pdf | 565 | 2025-07 | Pedal Bike | BMW | X3 | Blue | Driving without Due Care and Attention | None | Norton Rd Stourbridge | Norton Road Stourbridge | Metropolitan Borough of Dudley | Metropolitan Borough Of Dudley | NFA | No Offence | 52.4388442 | -2.1645703 | ||
| 12637 | op-snap---monthly-publication-july-2025.pdf | 689 | 2025-07 | Other | BMW | Green | Driving without Due Care and Attention | None | Vicarage Road | Vicarage Road | Metropolitan Borough of Dudley | Metropolitan Borough Of Dudley | Other Action Taken | N/A | 52.5028976 | -1.8799272 | |||
| 12806 | op-snap---monthly-publication-july-2025.pdf | 858 | 2025-07 | Other | BMW | 116.. | Black | Driving without Due Care and Attention | None | Waterfront Way | Waterfront Way | Metropolitan Borough of Dudley | Metropolitan Borough Of Dudley | Warning Letter | N/A | 52.5846796 | -1.9935385 |
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);