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 = "Using a Mobile Phone Whilst Driving" and vehicle_make = "Volkswagen" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
council_area 5
- Birmingham 5
- Sandwell 2
- Coventry 1
- Walsall 1
- Wolverhampton 1
reporter_transport_mode 3
- Pedal Bike 7
- Car 2
- Other 1
disposal 3
- Fixed Penalty 7
- NFA 2
- Warning Letter 1
vehicle_make 1
- Volkswagen · 10 ✖
offence 1
- Using a Mobile Phone Whilst Driving · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 18704 | op-snap---monthly-publication-may-2025.pdf | 66 | 2025-05 | Pedal Bike | Volkswagen | Golf | Grey | Using a Mobile Phone Whilst Driving | None | Harbourne Road | Harborne Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4718503 | -1.9195423 | ||
| 18893 | op-snap---monthly-publication-may-2025.pdf | 255 | 2025-05 | Car | Volkswagen | Golf | Silver | Using a Mobile Phone Whilst Driving | None | A34 Walsall Road | Walsall Road | Walsall | Walsall | Fixed Penalty | N/A | 52.6166864 | -1.9660822 | ||
| 18979 | op-snap---monthly-publication-may-2025.pdf | 341 | 2025-05 | Pedal Bike | Volkswagen | Passat | Grey | Using a Mobile Phone Whilst Driving | None | Myvod Road | Myvod Road | Sandwell | Sandwell | Fixed Penalty | N/A | 52.562989 | -2.0085973 | ||
| 19259 | op-snap---monthly-publication-may-2025.pdf | 621 | 2025-05 | Pedal Bike | Volkswagen | T Roc.. | White | Using a Mobile Phone Whilst Driving | None | Elmdon Road | Elmdon Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4418657 | -1.9240253 | ||
| 19327 | op-snap---monthly-publication-may-2025.pdf | 689 | 2025-05 | Pedal Bike | Volkswagen | Golf | White | Using a Mobile Phone Whilst Driving | None | Clifford Bridge Road | Clifford Bridge Road | Coventry | Coventry | Fixed Penalty | N/A | 52.4134557 | -1.4442138 | ||
| 19520 | op-snap---monthly-publication-may-2025.pdf | 882 | 2025-05 | Car | Volkswagen | Polo | Black | Using a Mobile Phone Whilst Driving | None | Coventry Road A45 | Coventry Road A45 | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4516899 | -1.7753139 | ||
| 19533 | op-snap---monthly-publication-may-2025.pdf | 895 | 2025-05 | Pedal Bike | Volkswagen | Tiguan | Black | Using a Mobile Phone Whilst Driving | None | Alcester Road | Alcester Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4470686 | -1.8880749 | ||
| 19625 | op-snap---monthly-publication-may-2025.pdf | 987 | 2025-05 | Pedal Bike | Volkswagen | Golf | Black | Using a Mobile Phone Whilst Driving | None | Bearwood Road | Bearwood Road | Sandwell | Sandwell | NFA | No Independent Evidence Available | 52.4725977 | -1.9684448 | ||
| 19978 | op-snap---monthly-publication-may-2025.pdf | 1340 | 2025-05 | Other | Volkswagen | Transporter | Grey | Using a Mobile Phone Whilst Driving | None | Wolverhampton road | Wolverhampton road | Wolverhampton | Wolverhampton | NFA | No Independent Evidence Available | 52.5968709 | -2.0954054 | ||
| 20151 | op-snap---monthly-publication-may-2025.pdf | 1513 | 2025-05 | Pedal Bike | Volkswagen | Golf | Grey | Using a Mobile Phone Whilst Driving | None | Kings Road | Kings Road | Birmingham | Birmingham | Warning Letter | N/A | 52.5531351 | -1.8852761 |
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);