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-07", offence = "Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area" and vehicle_make = "Peugeot" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, offence_location_raw, offence_location, council_area_raw, latitude, longitude
council_area 3
- Birmingham 7
- Dudley 1
- Walsall 1
reporter_transport_mode 2
- Pedestrian 7
- Car 2
disposal 2
vehicle_make 1
- Peugeot · 9 ✖
offence 1
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area · 9 ✖
month 1
- 2025-07 · 9 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 12284 | op-snap---monthly-publication-july-2025.pdf | 336 | 2025-07 | Car | Peugeot | 308.. | Grey | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Pitmaston Road | Pitmaston Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4254701 | -1.8322218 | ||
| 13420 | op-snap---monthly-publication-july-2025.pdf | 1472 | 2025-07 | Pedestrian | Peugeot | 2008 | Black | 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 | ||
| 13427 | op-snap---monthly-publication-july-2025.pdf | 1479 | 2025-07 | Pedestrian | Peugeot | 208 | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Holland Road | Holland Road | Birmingham | Birmingham | Warning Letter | N/A | 52.5568516 | -1.8248341 | ||
| 13447 | op-snap---monthly-publication-july-2025.pdf | 1499 | 2025-07 | Car | Peugeot | 308 | Blue | 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 | ||
| 13477 | op-snap---monthly-publication-july-2025.pdf | 1529 | 2025-07 | Pedestrian | Peugeot | 208 | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Holland Road | Holland Road | Birmingham | Birmingham | Warning Letter | N/A | 52.5568516 | -1.8248341 | ||
| 13497 | op-snap---monthly-publication-july-2025.pdf | 1549 | 2025-07 | Pedestrian | Peugeot | 3008 | Grey | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Selly oak Road | Selly oak Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4263875 | -1.9397954 | ||
| 13502 | op-snap---monthly-publication-july-2025.pdf | 1554 | 2025-07 | Pedestrian | Peugeot | 3008 | Red | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Welstead Road | Welstead Road | Walsall | Walsall | Warning Letter | N/A | ||||
| 13687 | op-snap---monthly-publication-july-2025.pdf | 1739 | 2025-07 | Pedestrian | Peugeot | boxer | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | No Insurance | dudley road | Dudley Road | Dudley | Dudley | Warning Letter | N/A | 52.4881161 | -2.1199108 | ||
| 13792 | op-snap---monthly-publication-july-2025.pdf | 1844 | 2025-07 | Pedestrian | Peugeot | 208 | Grey | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | icknield port road | Icknield Port Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4792334 | -1.92925 |
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);