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 = "Fixed Penalty", month = "2026-01" and offence = "Cause vehicle to be left in a dangerous position" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, offence_location_raw, offence_location, council_area_raw, latitude, longitude
vehicle_make 6
- Audi 2
- Mercedes-Benz 2
- Volkswagen 2
- Ford 1
- Kia 1
- Toyota 1
reporter_transport_mode 3
- Pedestrian 6
- Car 2
- Pedal Bike 1
council_area 2
- Birmingham 8
- Sandwell 1
offence 1
- Cause vehicle to be left in a dangerous position · 9 ✖
month 1
- 2026-01 · 9 ✖
disposal 1
- Fixed Penalty · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 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 | ||||
| 10842 | op-snap---monthly-publication-january-2026.pdf | 303 | 2026-01 | Car | Kia | Niro | White | Cause vehicle to be left in a dangerous position | None | Washwood Heath Road | Washwood Heath Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4929304 | -1.8229092 | ||
| 10868 | op-snap---monthly-publication-january-2026.pdf | 329 | 2026-01 | Pedestrian | Ford | Focus | White | Cause vehicle to be left in a dangerous position | None | Barclay Road | Barclay Road | Sandwell | Sandwell | Fixed Penalty | N/A | 52.4722765 | -1.9787531 | ||
| 10876 | op-snap---monthly-publication-january-2026.pdf | 337 | 2026-01 | Car | Volkswagen | Golf | Black | Cause vehicle to be left in a dangerous position | None | Washwood Heath Road | Washwood Heath Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4929304 | -1.8229092 | ||
| 10942 | op-snap---monthly-publication-january-2026.pdf | 403 | 2026-01 | Pedestrian | Audi | Q3 | White | Cause vehicle to be left in a dangerous position | None | Greswole Road | Greswole Road | Birmingham | Birmingham | Fixed Penalty | N/A | ||||
| 11042 | op-snap---monthly-publication-january-2026.pdf | 503 | 2026-01 | Pedal Bike | Audi | A1 | Grey | Cause vehicle to be left in a dangerous position | None | Springfield Road | Springfield Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4327486 | -1.8844997 | ||
| 11492 | op-snap---monthly-publication-january-2026.pdf | 953 | 2026-01 | Pedestrian | Volkswagen | Tourag | Black | Cause vehicle to be left in a dangerous position | None | Stratford Road | Stratford Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4203897 | -1.8338574 | ||
| 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 | ||
| 11670 | op-snap---monthly-publication-january-2026.pdf | 1131 | 2026-01 | Pedestrian | Toyota | Auris | Grey | Cause vehicle to be left in a dangerous position | None | Goldsmith Road | Goldsmith Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4324714 | -1.8884824 |
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);