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'}
11 rows where month = "2026-01", offence = "Cause vehicle to be left in a dangerous position" and vehicle_make = "Mercedes-Benz" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour
disposal 4
- Education 5
- Warning Letter 3
- Fixed Penalty 2
- Court 1
reporter_transport_mode 3
- Pedestrian 8
- Car 2
- Pedal Bike 1
vehicle_make 1
- Mercedes-Benz · 11 ✖
offence 1
- Cause vehicle to be left in a dangerous position · 11 ✖
month 1
- 2026-01 · 11 ✖
council_area 1
- Birmingham 11
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 10540 | op-snap---monthly-publication-january-2026.pdf | 1 | 2026-01 | Pedestrian | Mercedes-Benz | A200 | Grey | Cause vehicle to be left in a dangerous position | None | Hight Street, KIngs Heath | Hight Street, KIngs Heath | Birmingham | Birmingham | Fixed Penalty | N/A | ||||
| 10615 | op-snap---monthly-publication-january-2026.pdf | 76 | 2026-01 | Pedestrian | Mercedes-Benz | sprinter | White | Cause vehicle to be left in a dangerous position | None | alcester road | Alcester Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4470686 | -1.8880749 | ||
| 10659 | op-snap---monthly-publication-january-2026.pdf | 120 | 2026-01 | Car | Mercedes-Benz | e220 | Black | Cause vehicle to be left in a dangerous position | None | robin hood lane | Robin Hood Lane | Birmingham | Birmingham | Warning Letter | N/A | 52.4221526 | -1.8425617 | ||
| 10834 | op-snap---monthly-publication-january-2026.pdf | 295 | 2026-01 | Pedestrian | Mercedes-Benz | GLA 220 | Black | Cause vehicle to be left in a dangerous position | None | Wootton Road | Wootton Road | Birmingham | Birmingham | Education | N/A | 52.3905192 | -1.968829 | ||
| 10851 | op-snap---monthly-publication-january-2026.pdf | 312 | 2026-01 | Pedestrian | Mercedes-Benz | Splinter | White | Cause vehicle to be left in a dangerous position | None | Rotten Park Road | Rotten Park Road | Birmingham | Birmingham | Court | N/A | ||||
| 10899 | op-snap---monthly-publication-january-2026.pdf | 360 | 2026-01 | Pedestrian | Mercedes-Benz | E200 | Silver | Cause vehicle to be left in a dangerous position | None | Station Road | Station Road | Birmingham | Birmingham | Education | N/A | 52.5054559 | -1.9506109 | ||
| 10972 | op-snap---monthly-publication-january-2026.pdf | 433 | 2026-01 | Car | Mercedes-Benz | CLA 200 | White | Cause vehicle to be left in a dangerous position | None | Washwood Heath Road | Washwood Heath Road | Birmingham | Birmingham | Education | N/A | 52.4929304 | -1.8229092 | ||
| 11352 | op-snap---monthly-publication-january-2026.pdf | 813 | 2026-01 | Pedestrian | Mercedes-Benz | Vito | White | Cause vehicle to be left in a dangerous position | None | Purefoy Road | Purefoy Road | Birmingham | Birmingham | Education | N/A | 52.4219937 | -1.8639996 | ||
| 11544 | op-snap---monthly-publication-january-2026.pdf | 1005 | 2026-01 | Pedestrian | Mercedes-Benz | B180 | Red | Cause vehicle to be left in a dangerous position | None | Shirley Road | Shirley Road | Birmingham | Birmingham | Education | N/A | 52.4198291 | -1.9241732 | ||
| 11547 | op-snap---monthly-publication-january-2026.pdf | 1008 | 2026-01 | Pedestrian | Mercedes-Benz | S-Class | Silver | Cause vehicle to be left in a dangerous position | None | Raglan Road / Clarence Road | Raglan Road / Clarence Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.458316 | -1.9026302 | ||
| 11942 | op-snap---monthly-publication-january-2026.pdf | 1403 | 2026-01 | Pedal Bike | Mercedes-Benz | c220 | Black | Cause vehicle to be left in a dangerous position | None | cannon hill road | Cannon Hill Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4569873 | -1.8971744 |
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);