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'}
9 rows where council_area = "Dudley", month = "2025-08" and vehicle_make = "Volkswagen" 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, latitude, longitude
offence 4
disposal 4
- Warning Letter 5
- NFA 2
- Court 1
- Education 1
reporter_transport_mode 3
- Other 5
- Car 3
- Pedestrian 1
vehicle_make 1
- Volkswagen · 9 ✖
month 1
- 2025-08 · 9 ✖
council_area 1
- Dudley · 9 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2191 | op-snap---monthly-publication-august-2025.pdf | 166 | 2025-08 | Other | Volkswagen | Polo | Blue | Driving without Due Care and Attention | None | Waterfront | Waterfront | Dudley | Dudley | Warning Letter | N/A | 52.4874281 | -2.1117204 | ||
| 2194 | op-snap---monthly-publication-august-2025.pdf | 169 | 2025-08 | Other | Volkswagen | Corsa | Black | Driving without Due Care and Attention | None | Waterfront | Waterfront | Dudley | Dudley | Warning Letter | N/A | 52.4874281 | -2.1117204 | ||
| 2469 | op-snap---monthly-publication-august-2025.pdf | 444 | 2025-08 | Other | Volkswagen | Golf | White | Driving without Due Care and Attention | No Insurance | Car park opposite Odeon Cinema | Car park opposite Odeon Cinema | Dudley | Dudley | Court | N/A | ||||
| 2506 | op-snap---monthly-publication-august-2025.pdf | 481 | 2025-08 | Car | Volkswagen | Toureg | Grey | Driving without Due Care and Attention | None | Norton Road | Norton Road | Dudley | Dudley | Education | N/A | 52.4483733 | -2.1546673 | ||
| 2584 | op-snap---monthly-publication-august-2025.pdf | 559 | 2025-08 | Other | Volkswagen | Polo | Black | Driving without Reasonable Consideration | None | Waterfront car park | Waterfront car park | Dudley | Dudley | Warning Letter | N/A | ||||
| 2597 | op-snap---monthly-publication-august-2025.pdf | 572 | 2025-08 | Car | Volkswagen | Crafter | White | Contravening a Red Traffic Light | None | Duncan Edwards Way | Duncan Edwards Way | Dudley | Dudley | Warning Letter | N/A | 52.5047428 | -2.0823754 | ||
| 3014 | op-snap---monthly-publication-august-2025.pdf | 989 | 2025-08 | Pedestrian | Volkswagen | Transporter | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Church Road | Church Road | Dudley | Dudley | NFA | Outside of 14 DAYS Late Submission | 52.546276 | -2.0795953 | ||
| 3035 | op-snap---monthly-publication-august-2025.pdf | 1010 | 2025-08 | Car | Volkswagen | T Roc | Black | Driving without Due Care and Attention | None | Robert Street | Robert Street | Dudley | Dudley | Warning Letter | N/A | 52.5221845 | -2.1196502 | ||
| 3053 | op-snap---monthly-publication-august-2025.pdf | 1028 | 2025-08 | Other | Volkswagen | Polo | Black | Driving without Due Care and Attention | None | Waterfront Way | Waterfront Way | Dudley | Dudley | NFA | No Offence | 52.4879006 | -2.1188734 |
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);