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'}
7 rows where offence = "Using a Mobile Phone Whilst Driving", reporter_transport_mode = "Other" and vehicle_make = "Ford" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, offence_location, council_area_raw, nfa_rationale, latitude, longitude
council_area 5
- Coventry 2
- Birmingham 1
- Out of Force Area 1
- Solihull 1
- Walsall 1
disposal 3
- NFA 4
- Warning Letter 2
- Fixed Penalty 1
vehicle_make 1
- Ford · 7 ✖
reporter_transport_mode 1
- Other · 7 ✖
offence 1
- Using a Mobile Phone Whilst Driving · 7 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 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 | ||||
| 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 | ||
| 22077 | op-snap---monthly-publication-october-2025.pdf | 27 | 2025-10 | Other | Ford | Fiesta | Black | Using a Mobile Phone Whilst Driving | None | Unknown | NFA | Misc Inc Crimes | |||||||
| 22879 | op-snap---monthly-publication-october-2025.pdf | 829 | 2025-10 | Other | Ford | Transit Connect | Grey | Using a Mobile Phone Whilst Driving | None | Forth Avenue | Forth Avenue | Birmingham | Birmingham | Fixed Penalty | N/A | ||||
| 23937 | op-snap---monthly-publication-september-2025.pdf | 156 | 2025-09 | Other | Ford | eTransit | White | Using a Mobile Phone Whilst Driving | None | Forest Close | Forest Close | Walsall | Walsall | NFA | No Independent Evidence Available | 52.5738095 | -1.8904163 | ||
| 24369 | op-snap---monthly-publication-september-2025.pdf | 588 | 2025-09 | Other | Ford | Transit | White | Using a Mobile Phone Whilst Driving | None | Compton Close | Compton Close | Solihull | Solihull | Warning Letter | N/A | 52.4167285 | -1.811636 | ||
| 15618 | op-snap---monthly-publication-june-2025.pdf | 1547 | 2025-06 | Other | Ford | Kuga | Blue | Using a Mobile Phone Whilst Driving | None | Brentwood Avenue | Brentwood Avenue | Coventry | Coventry | Warning Letter | N/A | 52.3747077 | -1.5106466 |
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);