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 = "Kia" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
month 10
council_area 6
- Birmingham 3
- Out of Force Area 3
- Sandwell 2
- Walsall 2
- Dudley 1
- Solihull 1
disposal 4
vehicle_make 1
- Kia · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7314 | op-snap---monthly-publication-february-2026.pdf | 61 | 2026-02 | Car | Kia | Ceed | Silver | Using a Mobile Phone Whilst Driving | None | Moorfield Road | Moorfield Road | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.4981538 | -1.7875516 | ||
| 8545 | op-snap---monthly-publication-february-2026.pdf | 1292 | 2026-02 | Car | Kia | Red | Using a Mobile Phone Whilst Driving | None | Burton Upon Trent | Burton Upon Trent | Out of Force Area | Out of Force Area | NFA | Out of Force | |||||
| 11034 | op-snap---monthly-publication-january-2026.pdf | 495 | 2026-01 | Car | Kia | EV - 9 | Blue | Using a Mobile Phone Whilst Driving | None | M6 South | M6 South | Metropolitan Borough of Walsall | Walsall | Other Action Taken | N/A | 52.6170728 | -2.030393 | ||
| 11353 | op-snap---monthly-publication-january-2026.pdf | 814 | 2026-01 | Car | Kia | Niro | Grey | Using a Mobile Phone Whilst Driving | None | Enfield, London | Enfield, London | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 4677 | op-snap---monthly-publication-december-2025.pdf | 805 | 2025-12 | Car | Kia | Ceed | Black | Using a Mobile Phone Whilst Driving | None | M6 | M6 | Walsall | Walsall | Fixed Penalty | N/A | ||||
| 21583 | op-snap---monthly-publication-november-2025.pdf | 1125 | 2025-11 | Car | Kia | Sportage | White | Using a Mobile Phone Whilst Driving | None | Suffolk Street | Suffolk Street | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.4749336 | -1.9003475 | ||
| 3061 | op-snap---monthly-publication-august-2025.pdf | 1036 | 2025-08 | Car | Kia | Niro | Grey | Using a Mobile Phone Whilst Driving | None | Stratford Road | Stratford Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4203897 | -1.8338574 | ||
| 12399 | op-snap---monthly-publication-july-2025.pdf | 451 | 2025-07 | Car | Kia | EV3 | Black | Using a Mobile Phone Whilst Driving | None | M6 NB J8 | M6 Northbound J8 | Sandwell | Sandwell | Fixed Penalty | N/A | 52.6760749 | -2.0862582 | ||
| 14815 | op-snap---monthly-publication-june-2025.pdf | 744 | 2025-06 | Car | Kia | Sportage | Black | Using a Mobile Phone Whilst Driving | None | Longdon Road | Longdon Road | Solihull | Solihull | Fixed Penalty | N/A | 52.389832 | -1.7492294 | ||
| 20235 | op-snap---monthly-publication-may-2025.pdf | 1597 | 2025-05 | Car | Kia | Grey | Using a Mobile Phone Whilst Driving | None | George Road | George Road | Dudley | Dudley | Warning Letter | N/A | 52.451966 | -2.065151 | |||
| 7133 | op-snap---monthly-publication-february-2025.pdf | 1950 | 2025-02 | Car | Kia | Ceed | Black | Using a Mobile Phone Whilst Driving | None | Black Country Route West Bromwich | Black Country Route West Bromwich | Sandwell | Sandwell | Warning Letter | N/A | Yes - Via Email | |||
| 9952 | op-snap---monthly-publication-january-2025.pdf | 1060 | 2025-01 | Car | Kia | Picanto | Orange | Using a Mobile Phone Whilst Driving | None | Queensbridge Road | Queensbridge Road | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4415108 | -1.8971434 |
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);