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'}
9 rows where month = "2025-08", offence = "Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area" and vehicle_make = "Citroen" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, offence_location, council_area_raw, latitude, longitude
reporter_transport_mode 2
- Car 5
- Pedestrian 4
council_area 2
- Birmingham 8
- Coventry 1
vehicle_make 1
- Citroen · 9 ✖
offence 1
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area · 9 ✖
month 1
- 2025-08 · 9 ✖
disposal 1
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3220 | op-snap---monthly-publication-august-2025.pdf | 1195 | 2025-08 | Car | Citroen | C4 | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Earlsdon Street | Earlsdon Street | Coventry | Coventry | Warning Letter | N/A | 52.3988977 | -1.5323674 | ||
| 3365 | op-snap---monthly-publication-august-2025.pdf | 1340 | 2025-08 | Pedestrian | Citroen | relay | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Knightlow Road | Knightlow Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4684561 | -1.9608907 | ||
| 3382 | op-snap---monthly-publication-august-2025.pdf | 1357 | 2025-08 | Car | Citroen | C3 | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Witton Road | Witton Road | Birmingham | Birmingham | Warning Letter | N/A | 52.513336 | -1.8833226 | ||
| 3409 | op-snap---monthly-publication-august-2025.pdf | 1384 | 2025-08 | Car | Citroen | C1 | Red | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Washwood Heath Road | Washwood Heath Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4929304 | -1.8229092 | ||
| 3422 | op-snap---monthly-publication-august-2025.pdf | 1397 | 2025-08 | Pedestrian | Citroen | relay | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Lyons Grove | Lyons Grove | Birmingham | Birmingham | Warning Letter | N/A | 52.4471223 | -1.8664309 | ||
| 3555 | op-snap---monthly-publication-august-2025.pdf | 1530 | 2025-08 | Car | Citroen | c2 | Silver | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | pelham road | Pelham Road | Birmingham | Birmingham | Warning Letter | N/A | 52.487616 | -1.8277815 | ||
| 3559 | op-snap---monthly-publication-august-2025.pdf | 1534 | 2025-08 | Pedestrian | Citroen | C3 | Purple | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Barsnley Road | Barnsley Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4743497 | -1.965737 | ||
| 3673 | op-snap---monthly-publication-august-2025.pdf | 1648 | 2025-08 | Car | Citroen | Berlingo | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Carver Street | Carver Street | Birmingham | Birmingham | Warning Letter | N/A | 52.4857687 | -1.915613 | ||
| 3678 | op-snap---monthly-publication-august-2025.pdf | 1653 | 2025-08 | Pedestrian | Citroen | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Barnsley Road | Barnsley Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4743497 | -1.965737 |
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);