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'}
11 rows where month = "2026-01", offence = "Cause vehicle to be left in a dangerous position" and vehicle_make = "Volkswagen" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, council_area_raw, nfa_rationale
disposal 4
- Education 5
- Fixed Penalty 2
- NFA 2
- Warning Letter 2
reporter_transport_mode 3
- Car 5
- Pedestrian 5
- Pedal Bike 1
council_area 3
- Birmingham 8
- Dudley 2
- Coventry 1
vehicle_make 1
- Volkswagen · 11 ✖
offence 1
- Cause vehicle to be left in a dangerous position · 11 ✖
month 1
- 2026-01 · 11 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 10661 | op-snap---monthly-publication-january-2026.pdf | 122 | 2026-01 | Pedal Bike | Volkswagen | troc | White | Cause vehicle to be left in a dangerous position | None | far gosford strett | Far Gosford Strett | Coventry | Coventry | Warning Letter | N/A | ||||
| 10666 | op-snap---monthly-publication-january-2026.pdf | 127 | 2026-01 | Car | Volkswagen | passat | Black | Cause vehicle to be left in a dangerous position | None | lozells road | Lozells Road | Birmingham | Birmingham | Warning Letter | N/A | 52.502683 | -1.9033516 | ||
| 10742 | op-snap---monthly-publication-january-2026.pdf | 203 | 2026-01 | Pedestrian | Volkswagen | Sharan | Black | Cause vehicle to be left in a dangerous position | None | Gayfield Drive | Gayfield Drive | Dudley | Dudley | NFA | No Independent Evidence Available | ||||
| 10876 | op-snap---monthly-publication-january-2026.pdf | 337 | 2026-01 | Car | Volkswagen | Golf | Black | Cause vehicle to be left in a dangerous position | None | Washwood Heath Road | Washwood Heath Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4929304 | -1.8229092 | ||
| 11108 | op-snap---monthly-publication-january-2026.pdf | 569 | 2026-01 | Pedestrian | Volkswagen | Tiguan | White | Cause vehicle to be left in a dangerous position | none | Bilbrook Grove | Bilbrook Grove | Birmingham | Birmingham | Education | N/A | 52.4411759 | -1.9734441 | ||
| 11275 | op-snap---monthly-publication-january-2026.pdf | 736 | 2026-01 | Car | Volkswagen | Golf | Silver | Cause vehicle to be left in a dangerous position | None | Ellesmere Road | Ellesmere Road | Birmingham | Birmingham | Education | N/A | 52.4881533 | -1.8553625 | ||
| 11416 | op-snap---monthly-publication-january-2026.pdf | 877 | 2026-01 | Car | Volkswagen | UK | Grey | Cause vehicle to be left in a dangerous position | None | Darwin Street | Darwin Street | Birmingham | Birmingham | NFA | No VRM | 52.468128 | -1.8848315 | ||
| 11486 | op-snap---monthly-publication-january-2026.pdf | 947 | 2026-01 | Pedestrian | Volkswagen | Golf | Silver | Cause vehicle to be left in a dangerous position | None | Bells Lane | Bells Lane | Birmingham | Birmingham | Education | N/A | 52.4053419 | -1.8944602 | ||
| 11492 | op-snap---monthly-publication-january-2026.pdf | 953 | 2026-01 | Pedestrian | Volkswagen | Tourag | Black | Cause vehicle to be left in a dangerous position | None | Stratford Road | Stratford Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4203897 | -1.8338574 | ||
| 11697 | op-snap---monthly-publication-january-2026.pdf | 1158 | 2026-01 | Pedestrian | Volkswagen | Golf | Silver | Cause vehicle to be left in a dangerous position | None | Gayfield Avenue | Gayfield Avenue | Dudley | Dudley | Education | N/A | 52.4693896 | -2.1251602 | ||
| 11782 | op-snap---monthly-publication-january-2026.pdf | 1243 | 2026-01 | Car | Volkswagen | Arteon | Blue | Cause vehicle to be left in a dangerous position | None | High Sreet / Institute Road | High Sreet / Institute Road | Birmingham | Birmingham | 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);