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-06", offence = "Using a Mobile Phone Whilst Driving" and vehicle_make = "Mercedes-Benz" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, second_offence, council_area_raw, nfa_rationale
reporter_transport_mode 3
- Pedal Bike 7
- Pedestrian 2
- Car 1
disposal 3
- Fixed Penalty 7
- NFA 2
- Court 1
council_area 3
- Birmingham 7
- Wolverhampton 2
- Coventry 1
vehicle_make 1
- Mercedes-Benz · 10 ✖
offence 1
- Using a Mobile Phone Whilst Driving · 10 ✖
month 1
- 2025-06 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 14254 | op-snap---monthly-publication-june-2025.pdf | 183 | 2025-06 | Pedestrian | Mercedes-Benz | A180 | Brown | Using a Mobile Phone Whilst Driving | None | Islington Row | Islington Row | Birmingham | Birmingham | Fixed Penalty | N/A | 52.472238 | -1.9127983 | ||
| 14295 | op-snap---monthly-publication-june-2025.pdf | 224 | 2025-06 | Pedal Bike | Mercedes-Benz | C220 | White | Using a Mobile Phone Whilst Driving | No Insurance | Aston Webb Boulevard, Selly Oak | Aston Webb Boulevard, Selly Oak | Birmingham | Birmingham | Court | N/A | 52.4443904 | -1.9419231 | ||
| 14457 | op-snap---monthly-publication-june-2025.pdf | 386 | 2025-06 | Pedal Bike | Mercedes-Benz | C180 | Silver | Using a Mobile Phone Whilst Driving | None | Lordswood Road | Lordswood Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4591339 | -1.9601054 | ||
| 14670 | op-snap---monthly-publication-june-2025.pdf | 599 | 2025-06 | Pedal Bike | Mercedes-Benz | GLE 350 | Black | Using a Mobile Phone Whilst Driving | None | Pershore Road | Pershore Road | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.4308271 | -1.920078 | ||
| 14840 | op-snap---monthly-publication-june-2025.pdf | 769 | 2025-06 | Car | Mercedes-Benz | ML350 | Black | Using a Mobile Phone Whilst Driving | None | Pendeford Avenue | Pendeford Avenue | Wolverhampton | Wolverhampton | Fixed Penalty | N/A | 52.6127202 | -2.1605138 | ||
| 15451 | op-snap---monthly-publication-june-2025.pdf | 1380 | 2025-06 | Pedal Bike | Mercedes-Benz | A200 | White | Using a Mobile Phone Whilst Driving | None | Chester Road | Chester Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.5359496 | -1.8324115 | ||
| 15524 | op-snap---monthly-publication-june-2025.pdf | 1453 | 2025-06 | Pedal Bike | Mercedes-Benz | 220 | Black | Using a Mobile Phone Whilst Driving | None | Stoney Stanton Road | Stoney Stanton Road | Coventry | Coventry | Fixed Penalty | N/A | 52.4221152 | -1.4959475 | ||
| 15561 | op-snap---monthly-publication-june-2025.pdf | 1490 | 2025-06 | Pedal Bike | Mercedes-Benz | c220 | White | Using a Mobile Phone Whilst Driving | None | Winschester Drive | Winschester Drive | Birmingham | Birmingham | Fixed Penalty | N/A | ||||
| 15593 | op-snap---monthly-publication-june-2025.pdf | 1522 | 2025-06 | Pedal Bike | Mercedes-Benz | CLA | White | Using a Mobile Phone Whilst Driving | None | Walnut Close | Walnut Close | Birmingham | Birmingham | Fixed Penalty | N/A | ||||
| 15882 | op-snap---monthly-publication-june-2025.pdf | 1811 | 2025-06 | Pedestrian | Mercedes-Benz | C63.. | White | Using a Mobile Phone Whilst Driving | None | High Street Tettenhall | High Street Tettenhall | Wolverhampton | Wolverhampton | NFA | No Independent Evidence Available | 52.5980906 | -2.168057 |
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);