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-08", offence = "Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area" and vehicle_make = "Kia" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw
reporter_transport_mode 2
- Car 4
- Pedestrian 4
council_area 2
- Birmingham 7
- Walsall 1
vehicle_make 1
- Kia · 8 ✖
offence 1
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area · 8 ✖
month 1
- 2025-08 · 8 ✖
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3219 | op-snap---monthly-publication-august-2025.pdf | 1194 | 2025-08 | Car | Kia | Sportage | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | High Street, Brownhills | High Street, Brownhills | Walsall | Walsall | Warning Letter | N/A | 52.6252131 | -1.9338823 | ||
| 3230 | op-snap---monthly-publication-august-2025.pdf | 1205 | 2025-08 | Pedestrian | Kia | picanto | Red | 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 | ||
| 3380 | op-snap---monthly-publication-august-2025.pdf | 1355 | 2025-08 | Pedestrian | Kia | Stonic | Grey | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Manor Farm Road | Manor Farm Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4539235 | -1.8493825 | ||
| 3399 | op-snap---monthly-publication-august-2025.pdf | 1374 | 2025-08 | Pedestrian | Kia | Picanto | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Alcester Road | Alcester Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4470686 | -1.8880749 | ||
| 3457 | op-snap---monthly-publication-august-2025.pdf | 1432 | 2025-08 | Car | Kia | Niro | Grey | 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 | ||||
| 3783 | op-snap---monthly-publication-august-2025.pdf | 1758 | 2025-08 | Pedestrian | Kia | Sportage | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Membury Riad | Membury Riad | Birmingham | Birmingham | Warning Letter | N/A | ||||
| 3812 | op-snap---monthly-publication-august-2025.pdf | 1787 | 2025-08 | Car | Kia | Sportage | Grey | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Hill Village Road | Hill Village Road | Birmingham | Birmingham | Warning Letter | N/A | 52.5959906 | -1.8345802 | ||
| 3822 | op-snap---monthly-publication-august-2025.pdf | 1797 | 2025-08 | Car | Kia | Sportage | Red | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Vicarage Rd | Vicarage Road | Birmingham | Birmingham | Warning Letter | N/A | 52.470423 | -1.9304786 |
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);