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'}
10 rows where month = "2025-05", offence = "Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area" and vehicle_make = "Vauxhall" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
disposal 4
reporter_transport_mode 3
- Pedal Bike 5
- Pedestrian 4
- Car 1
council_area 3
- Birmingham 6
- Coventry 3
- Sandwell 1
vehicle_make 1
- Vauxhall · 10 ✖
offence 1
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area · 10 ✖
month 1
- 2025-05 · 10 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 18795 | op-snap---monthly-publication-may-2025.pdf | 157 | 2025-05 | Pedal Bike | Vauxhall | Insignia | Silver | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Bristol Road | Bristol Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4543565 | -1.9114004 | ||
| 18970 | op-snap---monthly-publication-may-2025.pdf | 332 | 2025-05 | Pedestrian | Vauxhall | Mokka | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | City Road | City Road | Birmingham | Birmingham | NFA | Not in Public Interest | 52.4763176 | -1.9584897 | ||
| 19002 | op-snap---monthly-publication-may-2025.pdf | 364 | 2025-05 | Pedal Bike | Vauxhall | Zafira | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Canon Hill Road | Canon Hill Road | Birmingham | Birmingham | Fixed Penalty | N/A | ||||
| 19127 | op-snap---monthly-publication-may-2025.pdf | 489 | 2025-05 | Pedal Bike | Vauxhall | Astra | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Corporation Street | Corporation Street | Coventry | Coventry | Warning Letter | N/A | 52.4086244 | -1.515132 | ||
| 19179 | op-snap---monthly-publication-may-2025.pdf | 541 | 2025-05 | Pedestrian | Vauxhall | Zafira | Silver | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Woodland Street | Woodland Street | Sandwell | Sandwell | Other Action Taken | nN/A | ||||
| 19702 | op-snap---monthly-publication-may-2025.pdf | 1064 | 2025-05 | Car | Vauxhall | Astra | Grey | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Erithway Road | Erithway Road | Coventry | Coventry | Warning Letter | N/A | 52.379422 | -1.5198878 | ||
| 19775 | op-snap---monthly-publication-may-2025.pdf | 1137 | 2025-05 | Pedestrian | Vauxhall | Insignia | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Woodgreen road | Woodgreen road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4637236 | -1.9981359 | ||
| 19818 | op-snap---monthly-publication-may-2025.pdf | 1180 | 2025-05 | Pedal Bike | Vauxhall | Corsa | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | The Burges | The Burges | Coventry | Coventry | Warning Letter | N/A | 52.410226 | -1.5111468 | ||
| 19860 | op-snap---monthly-publication-may-2025.pdf | 1222 | 2025-05 | Pedestrian | Vauxhall | Vivaro | Silver | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Alcester Road | Alcester Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4470686 | -1.8880749 | ||
| 19868 | op-snap---monthly-publication-may-2025.pdf | 1230 | 2025-05 | Pedal Bike | Vauxhall | Mokka | Silver | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Cannon Hill Road | Cannon Hill Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4569873 | -1.8971744 |
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);