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 disposal = "Warning Letter", offence = "Cause unnecessary obstruction by motor vehicle" and vehicle_make = "Honda" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw
council_area 4
reporter_transport_mode 3
- Pedestrian 6
- Car 4
- Pedal Bike 1
vehicle_make 1
- Honda · 11 ✖
offence 1
- Cause unnecessary obstruction by motor vehicle · 11 ✖
month 1
- 2025-09 11
disposal 1
- Warning Letter · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 24849 | op-snap---monthly-publication-september-2025.pdf | 1068 | 2025-09 | Pedestrian | Honda | CR-V | Blue | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Hobbs Road Wednesbury | Hobbs Road Wednesbury | Sandwell | Sandwell | Warning Letter | N/A | ||||
| 25033 | op-snap---monthly-publication-september-2025.pdf | 1252 | 2025-09 | Pedestrian | Honda | civic | Brown | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | glenville drive | Glenville Drive | Birmingham | Birmingham | Warning Letter | N/A | 52.5265939 | -1.8509884 | ||
| 25080 | op-snap---monthly-publication-september-2025.pdf | 1299 | 2025-09 | Pedal Bike | Honda | Jazz | Grey | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Witton Road | Witton Road | Birmingham | Birmingham | Warning Letter | N/A | 52.513336 | -1.8833226 | ||
| 25088 | op-snap---monthly-publication-september-2025.pdf | 1307 | 2025-09 | Car | Honda | Insight | Silver | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Lozells Road | Lozells Road | Birmingham | Birmingham | Warning Letter | N/A | 52.502683 | -1.9033516 | ||
| 25114 | op-snap---monthly-publication-september-2025.pdf | 1333 | 2025-09 | Pedestrian | Honda | jazz | Silver | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Boldmere road | Boldmere road | Sutton Coldfield | Sutton Coldfield | Warning Letter | N/A | 52.548309 | -1.8411769 | ||
| 25128 | op-snap---monthly-publication-september-2025.pdf | 1347 | 2025-09 | Car | Honda | civic | Grey | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Poplar Road | Poplar Road | Birmingham | Birmingham | Warning Letter | N/A | 52.436035 | -1.891685 | ||
| 25159 | op-snap---monthly-publication-september-2025.pdf | 1378 | 2025-09 | Pedestrian | Honda | CR-V | Blue | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Wake Green Rd | Wake Green Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4437078 | -1.8783408 | ||
| 25288 | op-snap---monthly-publication-september-2025.pdf | 1507 | 2025-09 | Car | Honda | Civic | Black | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Hartington Road | Hartington Road | Birmingham | Birmingham | Warning Letter | N/A | 52.5033509 | -1.9053605 | ||
| 25312 | op-snap---monthly-publication-september-2025.pdf | 1531 | 2025-09 | Pedestrian | Honda | Jazz | Red | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Tettenhall Road | Tettenhall Road | Wolverhampton | Wolverhampton | Warning Letter | N/A | 52.5883523 | -2.1466187 | ||
| 25434 | op-snap---monthly-publication-september-2025.pdf | 1653 | 2025-09 | Car | Honda | Jazz | White | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Hurstcroft Road | Hurstcroft Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4830179 | -1.783876 | ||
| 25458 | op-snap---monthly-publication-september-2025.pdf | 1677 | 2025-09 | Pedestrian | Honda | CRV | Red | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Colmore road | Colmore road | Birmingham | Birmingham | Warning Letter | N/A | 52.4296373 | -1.8993161 |
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);