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 disposal = "Warning Letter", month = "2026-02" and vehicle_make = "Kia" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, offence_location_raw, offence_location, council_area_raw, latitude, longitude
council_area 5
- Birmingham 5
- Coventry 1
- Solihull 1
- Sutton Coldfield 1
- Walsall 1
offence 4
reporter_transport_mode 3
- Pedestrian 6
- Pedal Bike 2
- Car 1
vehicle_make 1
- Kia · 9 ✖
month 1
- 2026-02 · 9 ✖
disposal 1
- Warning Letter · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 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 | ||
| 7544 | op-snap---monthly-publication-february-2026.pdf | 291 | 2026-02 | Pedal Bike | Kia | Ceed | Red | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Bradford Street | Bradford Street | Birmingham | Birmingham | Warning Letter | N/A | 52.4708802 | -1.8792135 | ||
| 7670 | op-snap---monthly-publication-february-2026.pdf | 417 | 2026-02 | Car | Kia | Sportage | Black | Stop a vehicle within pelican pedestrian crossing limits | None | Sharman's Cross Road | Sharman's Cross Road | Solihull | Solihull | Warning Letter | N/A | ||||
| 7697 | op-snap---monthly-publication-february-2026.pdf | 444 | 2026-02 | Pedal Bike | Kia | Sportage | Silver | Driving without Due Care and Attention | None | Tile Hill Lane | Tile Hill Lane | Coventry | Coventry | Warning Letter | N/A | 52.4041117 | -1.5595662 | ||
| 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 | ||
| 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 |
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);