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'}
12 rows where offence = "Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area", reporter_transport_mode = "Other" and vehicle_make = "Volkswagen" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence, offence_location_raw, offence_location, council_area_raw, nfa_rationale, latitude, longitude
disposal 4
council_area 2
- Birmingham 11
- Coventry 1
vehicle_make 1
- Volkswagen · 12 ✖
reporter_transport_mode 1
- Other · 12 ✖
offence 1
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area · 12 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7568 | op-snap---monthly-publication-february-2026.pdf | 315 | 2026-02 | Other | Volkswagen | Passatt | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Edmund Road | Edmund Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4876113 | -1.8542201 | ||
| 7980 | op-snap---monthly-publication-february-2026.pdf | 727 | 2026-02 | Other | Volkswagen | Tiguan | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Kingstanding Road | Kingstanding Road | Birmingham | Birmingham | Other Action Taken | N/A | 52.5521118 | -1.8845138 | ||
| 8310 | op-snap---monthly-publication-february-2026.pdf | 1057 | 2026-02 | Other | Volkswagen | Silver | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Rotton Park Road | Rotton Park Road | Birmingham | Birmingham | NFA | Misc Inc Crimes | 52.4851072 | -1.9468115 | |||
| 8389 | op-snap---monthly-publication-february-2026.pdf | 1136 | 2026-02 | Other | Volkswagen | Polo | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Rotton Park Road | Rotton Park Road | Birmingham | Birmingham | NFA | Misc Inc Crimes | 52.4851072 | -1.9468115 | ||
| 11219 | op-snap---monthly-publication-january-2026.pdf | 680 | 2026-01 | Other | Volkswagen | Crafter | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Lentons Lane | Lentons Lane | Coventry | Coventry | Warning Letter | N/A | 52.4503238 | -1.4546397 | ||
| 11846 | op-snap---monthly-publication-january-2026.pdf | 1307 | 2026-01 | Other | Volkswagen | Golf | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | No vehicle excise licence | Rotten Park Road | Rotten Park Road | Birmingham | Birmingham | NFA | No Independent Evidence Available | ||||
| 11911 | op-snap---monthly-publication-january-2026.pdf | 1372 | 2026-01 | Other | Volkswagen | passatt | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | edmund road | Edmund Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4876113 | -1.8542201 | ||
| 20485 | op-snap---monthly-publication-november-2025.pdf | 27 | 2025-11 | Other | Volkswagen | Polo | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Beauchamp Road | Beauchamp Road | Birmingham | Birmingham | NFA | Misc Inc Crimes | 52.4209386 | -1.8699242 | ||
| 13378 | op-snap---monthly-publication-july-2025.pdf | 1430 | 2025-07 | Other | Volkswagen | Tiguan | Silver | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Glenville Drive | Glenville Drive | Birmingham | Birmingham | Warning Letter | N/A | 52.5265939 | -1.8509884 | ||
| 18644 | op-snap---monthly-publication-may-2025.pdf | 6 | 2025-05 | Other | Volkswagen | Jetta | Silver | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Haywards Close | Haywards Close | Birmingham | Birmingham | Fixed Penalty | N/A | 52.526412 | -1.8514249 | ||
| 18915 | op-snap---monthly-publication-may-2025.pdf | 277 | 2025-05 | Other | Volkswagen | Passat | Silver | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Hayward Close | Hayward Close | Birmingham | Birmingham | NFA | No Offence | ||||
| 16676 | op-snap---monthly-publication-march-2025.pdf | 433 | 2025-03 | Other | Volkswagen | T-Cross | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Glenville Drive | Glenville Drive | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.5265939 | -1.8509884 |
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);