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 month = "2025-05", 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, second_offence, council_area_raw
council_area 4
- Birmingham 7
- Coventry 1
- Dudley 1
- Wolverhampton 1
reporter_transport_mode 3
- Pedestrian 5
- Car 4
- Pedal Bike 1
disposal 2
- Warning Letter 9
- Court 1
vehicle_make 1
- Mercedes-Benz · 10 ✖
offence 1
- Cause vehicle to be left in a dangerous position · 10 ✖
month 1
- 2025-05 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 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 | ||
| 20158 | op-snap---monthly-publication-may-2025.pdf | 1520 | 2025-05 | Pedestrian | Mercedes-Benz | sprinter | White | Cause vehicle to be left in a dangerous position | None | Reddings Lane | Reddings Lane | Birmingham | Birmingham | Warning Letter | N/A | 52.4506039 | -1.8463952 | ||
| 20208 | op-snap---monthly-publication-may-2025.pdf | 1570 | 2025-05 | Car | Mercedes-Benz | GLB200 | White | Cause vehicle to be left in a dangerous position | None | Washwood Heath Road | Washwood Heath Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4929304 | -1.8229092 | ||
| 20213 | op-snap---monthly-publication-may-2025.pdf | 1575 | 2025-05 | Car | Mercedes-Benz | C250.. | Blue | Cause vehicle to be left in a dangerous position | None | Coleshill Road | Coleshill Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4967329 | -1.8097462 | ||
| 20279 | op-snap---monthly-publication-may-2025.pdf | 1641 | 2025-05 | Pedestrian | Mercedes-Benz | CLA | Black | Cause vehicle to be left in a dangerous position | None | Waterfront | Waterfront | Dudley | Dudley | Warning Letter | N/A | 52.4874281 | -2.1117204 | ||
| 20297 | op-snap---monthly-publication-may-2025.pdf | 1659 | 2025-05 | Pedestrian | Mercedes-Benz | c220 | Silver | Cause vehicle to be left in a dangerous position | None | Parkgate Road | Parkgate Road | Coventry | Coventry | Warning Letter | N/A | 52.445796 | -1.5148141 | ||
| 20323 | op-snap---monthly-publication-may-2025.pdf | 1685 | 2025-05 | Pedal Bike | Mercedes-Benz | A160 | Red | Cause vehicle to be left in a dangerous position | None | Sycamore Road | Sycamore Road | Birmingham | Birmingham | Warning Letter | N/A | 52.5398019 | -1.8455792 | ||
| 20345 | op-snap---monthly-publication-may-2025.pdf | 1707 | 2025-05 | Pedestrian | Mercedes-Benz | GLA 220 | Grey | Cause vehicle to be left in a dangerous position | None | Moseley Road | Moseley Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4679402 | -1.881408 | ||
| 20349 | op-snap---monthly-publication-may-2025.pdf | 1711 | 2025-05 | Car | Mercedes-Benz | GLC | Black | Cause vehicle to be left in a dangerous position | None | North Road | North Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4461384 | -1.9346351 | ||
| 20363 | op-snap---monthly-publication-may-2025.pdf | 1725 | 2025-05 | Pedestrian | Mercedes-Benz | C220 | Grey | Cause vehicle to be left in a dangerous position | None | Ramsay Road | Ramsay Road | Birmingham | Birmingham | Warning Letter | N/A | 52.5172724 | -1.8763076 |
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);