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-06" and offence = "Using a Mobile Phone Whilst Driving" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, offence_location_raw, offence_location, nfa_rationale, latitude, longitude
vehicle_make 9
- Vauxhall 2
- Volkswagen 2
- Audi 1
- Daf 1
- Fiat 1
- Ford 1
- Mercedes-Benz 1
- Nissan 1
- Toyota 1
disposal 4
- NFA 5
- Fixed Penalty 4
- Warning Letter 2
- Court 1
reporter_transport_mode 3
- Car 7
- Pedal Bike 4
- Other 1
offence 1
- Using a Mobile Phone Whilst Driving · 12 ✖
month 1
- 2025-06 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 14420 | op-snap---monthly-publication-june-2025.pdf | 349 | 2025-06 | Car | Volkswagen | Sharan | Black | Using a Mobile Phone Whilst Driving | None | Jimmy Hill Way | Jimmy Hill Way | Coventry | Coventry | NFA | No Independent Evidence Available | 52.4214017 | -1.4870278 | ||
| 14717 | op-snap---monthly-publication-june-2025.pdf | 646 | 2025-06 | Pedal Bike | Fiat | Punto | Blue | Using a Mobile Phone Whilst Driving | None | Stoney Stanton Toad | Stoney Stanton Toad | Coventry | Coventry | Fixed Penalty | N/A | ||||
| 14754 | op-snap---monthly-publication-june-2025.pdf | 683 | 2025-06 | Car | Nissan | Micra | Grey | Using a Mobile Phone Whilst Driving | None | Fletchhamstead Highway | Fletchhamstead Highway | Coventry | Coventry | Warning Letter | N/A | ||||
| 14769 | op-snap---monthly-publication-june-2025.pdf | 698 | 2025-06 | Car | Toyota | Landcruiser | Silver | Using a Mobile Phone Whilst Driving | None | Blackberry Lane | Blackberry Lane | Coventry | Coventry | NFA | No Offence | 52.4254016 | -1.4665041 | ||
| 14771 | op-snap---monthly-publication-june-2025.pdf | 700 | 2025-06 | Pedal Bike | Vauxhall | Corsa | Silver | Using a Mobile Phone Whilst Driving | None | Stoney Stanton Road | Stoney Stanton Road | Coventry | Coventry | Fixed Penalty | N/A | 52.4221152 | -1.4959475 | ||
| 14913 | op-snap---monthly-publication-june-2025.pdf | 842 | 2025-06 | Car | Volkswagen | Golf | Blue | Using a Mobile Phone Whilst Driving | None | Randle Street | Randle Street | Coventry | Coventry | NFA | No Offence | 52.4179193 | -1.5227563 | ||
| 14936 | op-snap---monthly-publication-june-2025.pdf | 865 | 2025-06 | Pedal Bike | Audi | A3 | Black | Using a Mobile Phone Whilst Driving | None | Clifford Bridge Road | Clifford Bridge Road | Coventry | Coventry | Fixed Penalty | N/A | 52.4134557 | -1.4442138 | ||
| 15070 | op-snap---monthly-publication-june-2025.pdf | 999 | 2025-06 | Car | Red | Using a Mobile Phone Whilst Driving | None | London Road | London Road | Coventry | Coventry | NFA | No Independent Evidence Available | 52.3916468 | -1.4925995 | ||||
| 15282 | op-snap---monthly-publication-june-2025.pdf | 1211 | 2025-06 | Car | Vauxhall | corsa | White | Using a Mobile Phone Whilst Driving | None | Light Lane | Light Lane | Coventry | Coventry | NFA | No Independent Evidence Available | 52.4146866 | -1.5143578 | ||
| 15524 | op-snap---monthly-publication-june-2025.pdf | 1453 | 2025-06 | Pedal Bike | Mercedes-Benz | 220 | Black | Using a Mobile Phone Whilst Driving | None | Stoney Stanton Road | Stoney Stanton Road | Coventry | Coventry | Fixed Penalty | N/A | 52.4221152 | -1.4959475 | ||
| 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 | ||
| 15627 | op-snap---monthly-publication-june-2025.pdf | 1556 | 2025-06 | Car | Daf | Scancia | Red | Using a Mobile Phone Whilst Driving | None | M6 | M6 | Coventry | Coventry | Court | N/A |
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);