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'}
12 rows where month = "2026-02", reporter_transport_mode = "Pedestrian" and vehicle_make = "Kia" 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, nfa_rationale, latitude, longitude
council_area 5
offence 4
disposal 4
- Warning Letter 6
- NFA 3
- Fixed Penalty 2
- Education 1
vehicle_make 1
- Kia · 12 ✖
reporter_transport_mode 1
- Pedestrian · 12 ✖
month 1
- 2026-02 · 12 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7287 | op-snap---monthly-publication-february-2026.pdf | 34 | 2026-02 | Pedestrian | Kia | Sportage | Silver | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Bournville Lane | Bournville Lane | Birmingham | Birmingham | Warning Letter | N/A | 52.4271614 | -1.9302862 | ||
| 7288 | op-snap---monthly-publication-february-2026.pdf | 35 | 2026-02 | Pedestrian | Kia | Sportage | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Bournville Lane | Bournville Lane | Birmingham | Birmingham | Warning Letter | N/A | 52.4271614 | -1.9302862 | ||
| 7512 | op-snap---monthly-publication-february-2026.pdf | 259 | 2026-02 | Pedestrian | Kia | Niro | White | Stop a vehicle on pedestrian crossing | None | Coventry Road | Coventry Road | Coventry | Coventry | NFA | Not in Public Interest | 52.4111289 | -1.5094345 | ||
| 7570 | op-snap---monthly-publication-february-2026.pdf | 317 | 2026-02 | Pedestrian | Kia | Sportage | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Nuneaton | Nuneaton | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.4014214 | -1.5189806 | ||
| 7890 | op-snap---monthly-publication-february-2026.pdf | 637 | 2026-02 | Pedestrian | Kia | Sportage | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Randle Drive | Randle Drive | Sutton Coldfield | Sutton Coldfield | Warning Letter | N/A | 52.5920822 | -1.8190013 | ||
| 8212 | op-snap---monthly-publication-february-2026.pdf | 959 | 2026-02 | Pedestrian | Kia | Picanto | Red | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Maitland Road | Maitland Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4868494 | -1.8448776 | ||
| 8244 | op-snap---monthly-publication-february-2026.pdf | 991 | 2026-02 | Pedestrian | Kia | Ceed | Silver | Stop a vehicle within pelican pedestrian crossing limits | None | St Marys Row | Street Marys Row | Birmingham | Birmingham | Education | N/A | ||||
| 8347 | op-snap---monthly-publication-february-2026.pdf | 1094 | 2026-02 | Pedestrian | Kia | Ceed 2 | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | No Insurance | Drapers Fields | Drapers Fields | Coventry | Coventry | Fixed Penalty | N/A | 52.4144091 | -1.5109203 | ||
| 8730 | op-snap---monthly-publication-february-2026.pdf | 1477 | 2026-02 | Pedestrian | Kia | sorento | Grey | Misc - Non Traffic Offences | None | broadmeadow | Broadmeadow | Walsall | Walsall | Warning Letter | N/A | 52.6100022 | -1.9177041 | ||
| 8832 | op-snap---monthly-publication-february-2026.pdf | 1579 | 2026-02 | Pedestrian | Kia | sportage | Green | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | drapers field | Drapers Field | Birmingham | Birmingham | Warning Letter | N/A | ||||
| 8833 | op-snap---monthly-publication-february-2026.pdf | 1580 | 2026-02 | Pedestrian | Kia | ev6 | Red | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | station approach | Station Approach | Birmingham | Birmingham | Warning Letter | N/A | 52.6036307 | -1.8446735 | ||
| 8861 | op-snap---monthly-publication-february-2026.pdf | 1608 | 2026-02 | Pedestrian | Kia | ceed | Red | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | bradford street | Bradford Street | Birmingham | Birmingham | NFA | Misc Inc Crimes | 52.4708802 | -1.8792135 |
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);