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 council_area = "Coventry", month = "2025-10" and offence = "Using a Mobile Phone Whilst Driving" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, second_offence, offence_location_raw, offence_location, nfa_rationale, latitude, longitude
reporter_transport_mode 3
- Pedal Bike 7
- Car 4
- Pedestrian 1
disposal 3
- Fixed Penalty 8
- NFA 3
- Court 1
offence 1
- Using a Mobile Phone Whilst Driving · 12 ✖
month 1
- 2025-10 · 12 ✖
council_area 1
- Coventry · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 22061 | op-snap---monthly-publication-october-2025.pdf | 11 | 2025-10 | Pedal Bike | Peugeot | Rifter | White | Using a Mobile Phone Whilst Driving | None | Clifford Bridge Road | Clifford Bridge Road | Coventry | Coventry | Fixed Penalty | N/A | 52.4134557 | -1.4442138 | ||
| 22217 | op-snap---monthly-publication-october-2025.pdf | 167 | 2025-10 | Car | Ford | Focus | Black | Using a Mobile Phone Whilst Driving | None | London Road | London Road | Coventry | Coventry | Fixed Penalty | N/A | 52.3916468 | -1.4925995 | ||
| 22270 | op-snap---monthly-publication-october-2025.pdf | 220 | 2025-10 | Car | Ford | Fiesta | Silver | Using a Mobile Phone Whilst Driving | None | A46 | A46 | Coventry | Coventry | Fixed Penalty | N/A | ||||
| 22273 | op-snap---monthly-publication-october-2025.pdf | 223 | 2025-10 | Pedestrian | BMW | 320.. | Beige | Using a Mobile Phone Whilst Driving | None | Bishop Street | Bishop Street | Coventry | Coventry | Fixed Penalty | N/A | 52.411051 | -1.5111644 | ||
| 22443 | op-snap---monthly-publication-october-2025.pdf | 393 | 2025-10 | Pedal Bike | Ford | Kuga | Grey | Using a Mobile Phone Whilst Driving | None | Bell GreenRoad | Bell Green Road | Coventry | Coventry | Fixed Penalty | N/A | 52.4324855 | -1.4815548 | ||
| 22719 | op-snap---monthly-publication-october-2025.pdf | 669 | 2025-10 | Pedal Bike | Ford | Mustang | Blue | Using a Mobile Phone Whilst Driving | None | Leamington Road | Leamington Road | Coventry | Coventry | NFA | No Independent Evidence Available | 52.3921304 | -1.5156601 | ||
| 22720 | op-snap---monthly-publication-october-2025.pdf | 670 | 2025-10 | Pedal Bike | Honda | Jazz | Grey | Using a Mobile Phone Whilst Driving | Use vehicle on a road without valid test certificate | Stoney Stanton Road | Stoney Stanton Road | Coventry | Coventry | Court | N/A | 52.4221152 | -1.4959475 | ||
| 22841 | op-snap---monthly-publication-october-2025.pdf | 791 | 2025-10 | Pedal Bike | Vauxhall | White | Using a Mobile Phone Whilst Driving | None | A429 | A429 | Coventry | Coventry | Fixed Penalty | N/A | |||||
| 22842 | op-snap---monthly-publication-october-2025.pdf | 792 | 2025-10 | Pedal Bike | Volkswagen | Golf | Blue | Using a Mobile Phone Whilst Driving | None | Stoney Stanton Road | Stoney Stanton Road | Coventry | Coventry | Fixed Penalty | N/A | 52.4221152 | -1.4959475 | ||
| 23003 | op-snap---monthly-publication-october-2025.pdf | 953 | 2025-10 | Car | Citroen | E-C4 | Blue | Using a Mobile Phone Whilst Driving | None | Skipworth Road | Skipworth Road | Coventry | Coventry | NFA | No Independent Evidence Available | 52.3980123 | -1.438048 | ||
| 23026 | op-snap---monthly-publication-october-2025.pdf | 976 | 2025-10 | Pedal Bike | Audi | TT | Black | Using a Mobile Phone Whilst Driving | None | Fletchamstead Highway | Fletchamstead Highway | Coventry | Coventry | Fixed Penalty | N/A | 52.396476 | -1.5561348 | ||
| 23063 | op-snap---monthly-publication-october-2025.pdf | 1013 | 2025-10 | Car | Audi | A3 | White | Using a Mobile Phone Whilst Driving | None | Hinckley Road | Hinckley Road | Coventry | Coventry | NFA | No Independent Evidence Available | 52.435502 | -1.4327166 |
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);