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'}
9 rows where month = "2025-11", offence = "Using a Mobile Phone Whilst Driving" and reporter_transport_mode = "Other" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, offence_location_raw, council_area_raw, nfa_rationale
vehicle_make 4
- Ford 2
- Mercedes-Benz 1
- Nissan 1
- Volkswagen 1
council_area 4
- Birmingham 3
- Coventry 1
- Out of Force Area 1
- Sandwell 1
disposal 2
- NFA 7
- Fixed Penalty 2
reporter_transport_mode 1
- Other · 9 ✖
offence 1
- Using a Mobile Phone Whilst Driving · 9 ✖
month 1
- 2025-11 · 9 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 20590 | op-snap---monthly-publication-november-2025.pdf | 132 | 2025-11 | Other | Mercedes-Benz | A180.. | Silver | Using a Mobile Phone Whilst Driving | No Insurance | Newton Road | Newton Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4541102 | -1.8710993 | ||
| 20622 | op-snap---monthly-publication-november-2025.pdf | 164 | 2025-11 | Other | Unknown | Using a Mobile Phone Whilst Driving | None | Unknown | NFA | No VRM | |||||||||
| 20850 | op-snap---monthly-publication-november-2025.pdf | 392 | 2025-11 | Other | Using a Mobile Phone Whilst Driving | None | UK | Uk | NFA | No Offence | 52.5019896 | -2.0209184 | |||||||
| 21364 | op-snap---monthly-publication-november-2025.pdf | 906 | 2025-11 | Other | Ford | Transit | Silver | Using a Mobile Phone Whilst Driving | None | Beaconside Stafford | Beaconside Stafford | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 21366 | op-snap---monthly-publication-november-2025.pdf | 908 | 2025-11 | Other | Nissan | Qashqai | Purple | Using a Mobile Phone Whilst Driving | None | Southgate, Cradley Heath | Southgate, Cradley Heath | Sandwell | Sandwell | NFA | Not in Public Interest | 52.4705111 | -2.0807857 | ||
| 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 | ||
| 21610 | op-snap---monthly-publication-november-2025.pdf | 1152 | 2025-11 | Other | Ford | Kuga | Blue | Using a Mobile Phone Whilst Driving | None | Brentwood Av | Brentwood Avenue | Coventry | Coventry | NFA | No Independent Evidence Available | 52.3747077 | -1.5106466 | ||
| 21764 | op-snap---monthly-publication-november-2025.pdf | 1306 | 2025-11 | Other | NP | Using a Mobile Phone Whilst Driving | None | Redditch Road | Redditch Road | Birmingham | Birmingham | NFA | No VRM | 52.3954946 | -1.9516557 | ||||
| 21768 | op-snap---monthly-publication-november-2025.pdf | 1310 | 2025-11 | Other | Unknown | Using a Mobile Phone Whilst Driving | None | Unknown | NFA | No VRM |
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);