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 offence = "Cause unnecessary obstruction by motor vehicle" and vehicle_make = "Hyundai" 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, latitude, longitude
council_area 4
disposal 3
- Warning Letter 8
- Fixed Penalty 1
- NFA 1
reporter_transport_mode 2
- Pedestrian 7
- Car 3
vehicle_make 1
- Hyundai · 10 ✖
offence 1
- Cause unnecessary obstruction by motor vehicle · 10 ✖
month 1
- 2025-09 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 24583 | op-snap---monthly-publication-september-2025.pdf | 802 | 2025-09 | Pedestrian | Hyundai | Tucson | Black | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Dowar Road, Rednal | Dowar Road, Rednal | Birmingham | Birmingham | Fixed Penalty | N/A | 52.3932301 | -1.9992819 | ||
| 24983 | op-snap---monthly-publication-september-2025.pdf | 1202 | 2025-09 | Pedestrian | Hyundai | I10 | Black | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Moseley Road | Moseley Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4679402 | -1.881408 | ||
| 25013 | op-snap---monthly-publication-september-2025.pdf | 1232 | 2025-09 | Car | Hyundai | i20 | Blue | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Selly Oak Road | Selly Oak Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4263875 | -1.9397954 | ||
| 25021 | op-snap---monthly-publication-september-2025.pdf | 1240 | 2025-09 | Pedestrian | Hyundai | Ix20 | Red | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Dudley Road | Dudley Road | Sandwell | Sandwell | Warning Letter | N/A | 52.4877352 | -1.9494469 | ||
| 25024 | op-snap---monthly-publication-september-2025.pdf | 1243 | 2025-09 | Car | Hyundai | I10 | Blue | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Moseley Road | Moseley Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4679402 | -1.881408 | ||
| 25053 | op-snap---monthly-publication-september-2025.pdf | 1272 | 2025-09 | Pedestrian | Hyundai | Ioniq | Grey | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Moseley Village | Moseley Village | Birmingham | Birmingham | Warning Letter | N/A | 52.4476512 | -1.8848417 | ||
| 25199 | op-snap---monthly-publication-september-2025.pdf | 1418 | 2025-09 | Pedestrian | Hyundai | I30 | Grey | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Bentley Road | Bentley Road | Birmingham | Birmingham | Warning Letter | N/A | 52.5417313 | -1.8010055 | ||
| 25419 | op-snap---monthly-publication-september-2025.pdf | 1638 | 2025-09 | Pedestrian | Hyundai | Tuscon | Black | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Gresley | Gresley | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.5936518 | -1.8341593 | ||
| 25568 | op-snap---monthly-publication-september-2025.pdf | 1787 | 2025-09 | Pedestrian | Hyundai | I30 | White | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Willenhall Road | Willenhall Road | Wolverhampton | Wolverhampton | Warning Letter | N/A | 52.5836778 | -2.0894997 | ||
| 25596 | op-snap---monthly-publication-september-2025.pdf | 1815 | 2025-09 | Car | Hyundai | Ioniq | White | 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 |
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);