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'}
10 rows where disposal = "Court", 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: source_file, vehicle_model, vehicle_colour, second_offence, offence_location_raw, offence_location, council_area_raw, latitude, longitude
reporter_transport_mode 3
- Pedestrian 6
- Car 3
- Pedal Bike 1
council_area 3
- Birmingham 5
- Sandwell 4
- Wolverhampton 1
vehicle_make 1
- Mercedes-Benz · 10 ✖
offence 1
- Cause vehicle to be left in a dangerous position · 10 ✖
disposal 1
- Court · 10 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7302 | op-snap---monthly-publication-february-2026.pdf | 49 | 2026-02 | Pedestrian | Mercedes-Benz | AMG C | Black | Cause vehicle to be left in a dangerous position | None | Inverclyde Road | Inverclyde Road | Birmingham | Birmingham | Court | N/A | 52.5218439 | -1.9215045 | ||
| 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 | ||||
| 19056 | op-snap---monthly-publication-may-2025.pdf | 418 | 2025-05 | Car | Mercedes-Benz | SPRINTER | White | Cause vehicle to be left in a dangerous position | No Insurance | THE HOLLOWAY | The Holloway | Wolverhampton | Wolverhampton | Court | N/A | 52.587232 | -2.1764578 | ||
| 16285 | op-snap---monthly-publication-march-2025.pdf | 42 | 2025-03 | Pedestrian | Mercedes-Benz | AMG | Silver | Cause vehicle to be left in a dangerous position | No Insurance | Clent Road | Clent Road | Sandwell | Sandwell | Court | N/A | Yes - Via Email | 52.4725947 | -1.9952306 | |
| 16494 | op-snap---monthly-publication-march-2025.pdf | 251 | 2025-03 | Pedal Bike | Mercedes-Benz | AMG | Black | Cause vehicle to be left in a dangerous position | None | Ladypool Road | Ladypool Road | Birmingham | Birmingham | Court | N/A | Yes - Via Email | 52.4520441 | -1.8787544 | |
| 16500 | op-snap---monthly-publication-march-2025.pdf | 257 | 2025-03 | Car | Mercedes-Benz | Vito | Grey | Cause vehicle to be left in a dangerous position | None | Castle Road | Castle Road | Sandwell | Sandwell | Court | N/A | Yes - Via Email | 52.5258312 | -2.0768625 | |
| 5455 | op-snap---monthly-publication-february-2025.pdf | 272 | 2025-02 | Pedestrian | Mercedes-Benz | E250 | Silver | Cause vehicle to be left in a dangerous position | No Insurance | Harvey Road | Harvey Road | Birmingham | Birmingham | Court | N/A | Yes - Via Email | 52.4648677 | -1.8098193 | |
| 7011 | op-snap---monthly-publication-february-2025.pdf | 1828 | 2025-02 | Pedestrian | Mercedes-Benz | AMG | Silver | Cause vehicle to be left in a dangerous position | No Insurance | Clent Road | Clent Road | Sandwell | Sandwell | Court | N/A | Yes - Via Email | 52.4725947 | -1.9952306 | |
| 9115 | op-snap---monthly-publication-january-2025.pdf | 223 | 2025-01 | Car | Mercedes-Benz | E220 | Grey | Cause vehicle to be left in a dangerous position | None | Station Road | Station Road | Birmingham | Birmingham | Court | N/A | Yes - Via Email | 52.5054559 | -1.9506109 | |
| 10285 | op-snap---monthly-publication-january-2025.pdf | 1393 | 2025-01 | Pedestrian | Mercedes-Benz | V220 | Black | Cause vehicle to be left in a dangerous position | VRM fails to conform to Regulations | Clent Road, Oldbury | Clent Road, Oldbury | Sandwell | Sandwell | Court | N/A | Yes - Via Email |
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);