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'}
12 rows where month = "2025-11", 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
reporter_transport_mode 4
- Pedal Bike 7
- Car 3
- Other 1
- Pedestrian 1
council_area 4
- Birmingham 7
- Coventry 3
- Out of Force Area 1
- Solihull 1
disposal 2
- Fixed Penalty 8
- NFA 4
vehicle_make 1
- Volkswagen · 12 ✖
offence 1
- Using a Mobile Phone Whilst Driving · 12 ✖
month 1
- 2025-11 · 12 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 20546 | op-snap---monthly-publication-november-2025.pdf | 88 | 2025-11 | Pedal Bike | Volkswagen | Tiguan | Grey | Using a Mobile Phone Whilst Driving | None | Salisbury Road, Moseley | Salisbury Road, Moseley | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4490203 | -1.8955977 | ||
| 20547 | op-snap---monthly-publication-november-2025.pdf | 89 | 2025-11 | Pedal Bike | Volkswagen | Tiguan | White | Using a Mobile Phone Whilst Driving | None | Alcester Road | Alcester Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4470686 | -1.8880749 | ||
| 20553 | op-snap---monthly-publication-november-2025.pdf | 95 | 2025-11 | Car | Volkswagen | Amarok | Black | Using a Mobile Phone Whilst Driving | None | Watery Lane Middleway | Watery Lane Middleway | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.4752679 | -1.8748608 | ||
| 20726 | op-snap---monthly-publication-november-2025.pdf | 268 | 2025-11 | Pedal Bike | Volkswagen | Transporter | Silver | Using a Mobile Phone Whilst Driving | None | Foleshill Road | Foleshill Road | Coventry | Coventry | Fixed Penalty | N/A | 52.4274335 | -1.5002381 | ||
| 20967 | op-snap---monthly-publication-november-2025.pdf | 509 | 2025-11 | Car | Volkswagen | Golf | Blue | Using a Mobile Phone Whilst Driving | None | Springfield Road, Worcester | Springfield Road, Worcester | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 21006 | op-snap---monthly-publication-november-2025.pdf | 548 | 2025-11 | Pedal Bike | Volkswagen | Golf | Silver | Using a Mobile Phone Whilst Driving | None | Salisbury Road | Salisbury Road | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.4943878 | -1.8504211 | ||
| 21382 | op-snap---monthly-publication-november-2025.pdf | 924 | 2025-11 | Pedal Bike | Volkswagen | ID4 | Red | Using a Mobile Phone Whilst Driving | None | Clifford Bridge Road | Clifford Bridge Road | Coventry | Coventry | Fixed Penalty | N/A | 52.4134557 | -1.4442138 | ||
| 21469 | op-snap---monthly-publication-november-2025.pdf | 1011 | 2025-11 | Other | Volkswagen | Polo | Silver | Using a Mobile Phone Whilst Driving | None | Dawlish Road | Dawlish Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4438979 | -1.9316285 | ||
| 21579 | op-snap---monthly-publication-november-2025.pdf | 1121 | 2025-11 | Pedestrian | Volkswagen | ID4 | Grey | Using a Mobile Phone Whilst Driving | None | Heaton Road, Solihull | Heaton Road, Solihull | Solihull | Solihull | Fixed Penalty | N/A | 52.4284827 | -1.7951002 | ||
| 21659 | op-snap---monthly-publication-november-2025.pdf | 1201 | 2025-11 | Pedal Bike | Volkswagen | Sharan | Silver | Using a Mobile Phone Whilst Driving | None | Binley Road | Binley Road | Coventry | Coventry | Fixed Penalty | N/A | 52.4070602 | -1.4732469 | ||
| 21666 | op-snap---monthly-publication-november-2025.pdf | 1208 | 2025-11 | Pedal Bike | Volkswagen | Polo | Black | Using a Mobile Phone Whilst Driving | None | Moseley Road at Alcester Road | Moseley Road at Alcester Road | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.4679402 | -1.881408 | ||
| 21711 | op-snap---monthly-publication-november-2025.pdf | 1253 | 2025-11 | Car | Volkswagen | Tiguan | White | Using a Mobile Phone Whilst Driving | None | Bromford Road | Bromford Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.503036 | -1.8289972 |
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);