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 council_area = "Solihull", month = "2025-06" and vehicle_make = "Mercedes-Benz" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, nfa_rationale
offence 5
reporter_transport_mode 3
- Car 7
- Pedestrian 2
- Pedal Bike 1
disposal 3
- NFA 5
- Warning Letter 4
- Court 1
vehicle_make 1
- Mercedes-Benz · 10 ✖
month 1
- 2025-06 · 10 ✖
council_area 1
- Solihull · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 14650 | op-snap---monthly-publication-june-2025.pdf | 579 | 2025-06 | Pedestrian | Mercedes-Benz | GLA | Grey | Cause vehicle to be left in a dangerous position | None | Station Road | Station Road | Solihull | Solihull | NFA | Out of Force | 52.3927253 | -1.6455823 | ||
| 14841 | op-snap---monthly-publication-june-2025.pdf | 770 | 2025-06 | Car | Mercedes-Benz | E220 | White | Driving without Due Care and Attention | None | Hamptonn Lane | Hamptonn Lane | Solihull | Solihull | Court | N/A | ||||
| 14880 | op-snap---monthly-publication-june-2025.pdf | 809 | 2025-06 | Pedal Bike | Mercedes-Benz | sprint | Grey | Driving without Due Care and Attention | None | High Street | High Street | Solihull | Solihull | NFA | Outside of 14 DAYS Late Submission | 52.4064169 | -1.8557215 | ||
| 15198 | op-snap---monthly-publication-june-2025.pdf | 1127 | 2025-06 | Car | Mercedes-Benz | G63 | Black | Contravening a Red Traffic Light | None | Coventry Road | Coventry Road | Solihull | Solihull | NFA | No Offence | 52.4505232 | -1.7606378 | ||
| 15330 | op-snap---monthly-publication-june-2025.pdf | 1259 | 2025-06 | Car | Mercedes-Benz | CLC220 | Grey | Driving without Due Care and Attention | None | A3400 | A3400 | Solihull | Solihull | NFA | Outside of 14 Days NIP | ||||
| 16074 | op-snap---monthly-publication-june-2025.pdf | 2003 | 2025-06 | Car | Mercedes-Benz | Sprinter | Yellow | Cause vehicle to be left in a dangerous position | None | Dovehouse Lane, Solihull | Dovehouse Lane, Solihull | Solihull | Solihull | Warning Letter | N/A | 52.4300635 | -1.7979626 | ||
| 16096 | op-snap---monthly-publication-june-2025.pdf | 2025 | 2025-06 | Car | Mercedes-Benz | E200 | Grey | Dangerous Driving | None | Stratford Road | Stratford Road | Solihull | Solihull | Warning Letter | N/A | 52.4191184 | -1.8326637 | ||
| 16102 | op-snap---monthly-publication-june-2025.pdf | 2031 | 2025-06 | Car | Mercedes-Benz | CLA | Grey | Cause vehicle to be left in a dangerous position | None | Billsmore Green, Solihull | Billsmore Green, Solihull | Solihull | Solihull | Warning Letter | N/A | 52.4301865 | -1.7747746 | ||
| 16115 | op-snap---monthly-publication-june-2025.pdf | 2044 | 2025-06 | Pedestrian | Mercedes-Benz | CLA | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Warwick Road | Warwick Road | Solihull | Solihull | Warning Letter | N/A | 52.4428606 | -1.812114 | ||
| 16130 | op-snap---monthly-publication-june-2025.pdf | 2059 | 2025-06 | Car | Mercedes-Benz | cla 250 | Red | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Abbey End | Abbey End | Solihull | Solihull | NFA | Misc Inc Crimes |
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);