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'}
8 rows where month = "2025-11", offence = "Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area" 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, nfa_rationale, latitude, longitude
reporter_transport_mode 3
- Pedestrian 6
- Other 1
- Pedal Bike 1
disposal 2
- Warning Letter 7
- NFA 1
vehicle_make 1
- Hyundai · 8 ✖
offence 1
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area · 8 ✖
month 1
- 2025-11 · 8 ✖
council_area 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 20896 | op-snap---monthly-publication-november-2025.pdf | 438 | 2025-11 | Pedestrian | Hyundai | I20 | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | St Bernards Road | Street Bernards Road | Birmingham | Birmingham | Warning Letter | N/A | ||||
| 20948 | op-snap---monthly-publication-november-2025.pdf | 490 | 2025-11 | Pedal Bike | Hyundai | I20 | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | St Bernards Rd | Street Bernards Road | Birmingham | Birmingham | Warning Letter | N/A | ||||
| 20990 | op-snap---monthly-publication-november-2025.pdf | 532 | 2025-11 | Pedestrian | Hyundai | iconiq | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | stratford road | Stratford Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4203897 | -1.8338574 | ||
| 21103 | op-snap---monthly-publication-november-2025.pdf | 645 | 2025-11 | Pedestrian | Hyundai | Bayon | Green | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Kingstanding Road | Kingstanding Road | Birmingham | Birmingham | Warning Letter | N/A | 52.5521118 | -1.8845138 | ||
| 21118 | op-snap---monthly-publication-november-2025.pdf | 660 | 2025-11 | Pedestrian | Hyundai | I30 | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Dudley Road | Dudley Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4865107 | -1.9386263 | ||
| 21264 | op-snap---monthly-publication-november-2025.pdf | 806 | 2025-11 | Pedestrian | Hyundai | I20 | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Dudley Road | Dudley Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4865107 | -1.9386263 | ||
| 21345 | op-snap---monthly-publication-november-2025.pdf | 887 | 2025-11 | Pedestrian | Hyundai | Ix20 | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Chester Road | Chester Road | Birmingham | Birmingham | Warning Letter | N/A | 52.5359496 | -1.8324115 | ||
| 21867 | op-snap---monthly-publication-november-2025.pdf | 1409 | 2025-11 | Other | Hyundai | i20 | Silver | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | blakeley hall road | Blakeley Hall Road | Birmingham | Birmingham | NFA | Misc Inc Crimes |
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);