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 month = "2026-01", offence = "Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area" and vehicle_make = "Audi" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, offence_location_raw, offence_location, council_area_raw, nfa_rationale
disposal 5
council_area 5
reporter_transport_mode 3
- Pedestrian 9
- Car 2
- Other 1
vehicle_make 1
- Audi · 12 ✖
offence 1
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area · 12 ✖
month 1
- 2026-01 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 10709 | op-snap---monthly-publication-january-2026.pdf | 170 | 2026-01 | Pedestrian | Audi | Q5.. | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Barclay Road | Barclay Road | Sandwell | Sandwell | Other Action Taken | N/A | 52.4722765 | -1.9787531 | ||
| 10888 | op-snap---monthly-publication-january-2026.pdf | 349 | 2026-01 | Car | Audi | A4 | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Ninweh Road | Ninweh Road | Birmingham | Birmingham | Warning Letter | N/A | ||||
| 10893 | op-snap---monthly-publication-january-2026.pdf | 354 | 2026-01 | Pedestrian | Audi | A6 | Grey | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Rotten Park Road | Rotten Park Road | Birmingham | Birmingham | Warning Letter | N/A | ||||
| 10895 | op-snap---monthly-publication-january-2026.pdf | 356 | 2026-01 | Other | Audi | A6 | Grey | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Rotten Park Road | Rotten Park Road | Birmingham | Birmingham | Duplicate Submission | Duplicate Submission | ||||
| 10900 | op-snap---monthly-publication-january-2026.pdf | 361 | 2026-01 | Pedestrian | Audi | Q6 | Grey | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Chestnut Close | Chestnut Close | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.4531575 | -1.8221982 | ||
| 10974 | op-snap---monthly-publication-january-2026.pdf | 435 | 2026-01 | Pedestrian | Audi | Q3 | Grey | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Wooten Road | Wooten Road | Birmingham | Birmingham | NFA | Misc Inc Crimes | ||||
| 11014 | op-snap---monthly-publication-january-2026.pdf | 475 | 2026-01 | Pedestrian | Audi | A3 | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | St Bernards Road | Street Bernards Road | Solihull | Solihull | Warning Letter | N/A | ||||
| 11228 | op-snap---monthly-publication-january-2026.pdf | 689 | 2026-01 | Pedestrian | Audi | A5 | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Gayfield Ave | Gayfield Ave | Metropolitan Borough of Dudley | Metropolitan Borough Of Dudley | Warning Letter | N/A | 52.4693896 | -2.1251602 | ||
| 11383 | op-snap---monthly-publication-january-2026.pdf | 844 | 2026-01 | Car | Audi | A6 | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Bell Lane | Bell Lane | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4178465 | -1.968864 | ||
| 11448 | op-snap---monthly-publication-january-2026.pdf | 909 | 2026-01 | Pedestrian | Audi | Q3 | Grey | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Bells Lane | Bells Lane | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.4053419 | -1.8944602 | ||
| 11811 | op-snap---monthly-publication-january-2026.pdf | 1272 | 2026-01 | Pedestrian | Audi | Q4 | Grey | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | St Bernards Road | Street Bernards Road | Solihull | Solihull | Fixed Penalty | N/A | ||||
| 11816 | op-snap---monthly-publication-january-2026.pdf | 1277 | 2026-01 | Pedestrian | Audi | A6 | Grey | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | St Bernards Road | Street Bernards Road | Solihull | Solihull | Fixed Penalty | 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);