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 offence = "Using a Mobile Phone Whilst Driving", reporter_transport_mode = "Car" and vehicle_make = "Hyundai" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
council_area 6
- Birmingham 5
- Sandwell 2
- Walsall 2
- Coventry 1
- Out of Force Area 1
- Solihull 1
disposal 3
- Fixed Penalty 6
- NFA 5
- Court 1
vehicle_make 1
- Hyundai · 12 ✖
reporter_transport_mode 1
- Car · 12 ✖
offence 1
- Using a Mobile Phone Whilst Driving · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 11574 | op-snap---monthly-publication-january-2026.pdf | 1035 | 2026-01 | Car | Hyundai | Tucson | Grey | Using a Mobile Phone Whilst Driving | None | Blackberry Lane | Blackberry Lane | Coventry | Coventry | Fixed Penalty | N/A | 52.4254016 | -1.4665041 | ||
| 4025 | op-snap---monthly-publication-december-2025.pdf | 153 | 2025-12 | Car | Hyundai | Amica | black | Using a Mobile Phone Whilst Driving | None | M6 Junction 9 | M6 Junction 9 | Walsall | Walsall | Fixed Penalty | N/A | 52.676119 | -2.0858425 | ||
| 4071 | op-snap---monthly-publication-december-2025.pdf | 199 | 2025-12 | Car | Hyundai | i20 | Black | Using a Mobile Phone Whilst Driving | None | Metchley Lane | Metchley Lane | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4552055 | -1.9461279 | ||
| 4830 | op-snap---monthly-publication-december-2025.pdf | 958 | 2025-12 | Car | Hyundai | TUCSON | White | Using a Mobile Phone Whilst Driving | None | M6 near Willenhall | M6 near Willenhall | Walsall | Walsall | NFA | No Independent Evidence Available | ||||
| 20779 | op-snap---monthly-publication-november-2025.pdf | 321 | 2025-11 | Car | Hyundai | I10 | White | Using a Mobile Phone Whilst Driving | None | Brass House Lane | Brass House Lane | Sandwell | Sandwell | Fixed Penalty | N/A | ||||
| 22478 | op-snap---monthly-publication-october-2025.pdf | 428 | 2025-10 | Car | Hyundai | Tuscan | Black | Using a Mobile Phone Whilst Driving | None | Malvern Road, Worcester | Malvern Road, Worcester | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 24096 | op-snap---monthly-publication-september-2025.pdf | 315 | 2025-09 | Car | Hyundai | i20 | Grey | Using a Mobile Phone Whilst Driving | None | A45 Birmingham | Birmingham | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4796992 | -1.9026911 | ||
| 2081 | op-snap---monthly-publication-august-2025.pdf | 56 | 2025-08 | Car | Hyundai | I10 | White | Using a Mobile Phone Whilst Driving | None | M42 South | M42 South | Solihull | Solihull | Fixed Penalty | N/A | 52.4473832 | -1.7140496 | ||
| 2168 | op-snap---monthly-publication-august-2025.pdf | 143 | 2025-08 | Car | Hyundai | i30 | Grey | Using a Mobile Phone Whilst Driving | None | M5 Oldbury | M5 Oldbury | Sandwell | Sandwell | NFA | No Independent Evidence Available | 52.5000242 | -2.0118933 | ||
| 2239 | op-snap---monthly-publication-august-2025.pdf | 214 | 2025-08 | Car | Hyundai | Blue | Using a Mobile Phone Whilst Driving | None | M6 SB 5-4A | M6 Southbound 5-4A | Birmingham | Birmingham | NFA | Misc Inc Crimes | |||||
| 18405 | op-snap---monthly-publication-march-2025.pdf | 2162 | 2025-03 | Car | Hyundai | Accent | Silver | Using a Mobile Phone Whilst Driving | None | Vivian Road, Harborne | Vivian Road, Harborne | Birmingham | Birmingham | NFA | Misc Inc Crimes | Yes - Via Email | 52.4579568 | -1.9510865 | |
| 9877 | op-snap---monthly-publication-january-2025.pdf | 985 | 2025-01 | Car | Hyundai | BAYON | Green | Using a Mobile Phone Whilst Driving | None | OLDBURY ROAD | Oldbury Road | Birmingham | Birmingham | Court | N/A | Yes - Via Email | 52.4517563 | -1.9823751 |
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);