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-09" and offence = "Using a Mobile Phone Whilst Driving" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, nfa_rationale
reporter_transport_mode 3
- Car 5
- Pedal Bike 5
- Pedestrian 2
disposal 3
- Fixed Penalty 7
- NFA 4
- Court 1
offence 1
- Using a Mobile Phone Whilst Driving · 12 ✖
month 1
- 2025-09 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 23828 | op-snap---monthly-publication-september-2025.pdf | 47 | 2025-09 | Pedal Bike | BMW | X3.. | Grey | Using a Mobile Phone Whilst Driving | None | Burnaby Road | Burnaby Road | Coventry | Coventry | NFA | No Independent Evidence Available | 52.4352 | -1.5194238 | ||
| 23835 | op-snap---monthly-publication-september-2025.pdf | 54 | 2025-09 | Pedal Bike | Audi | RS5 | Grey | Using a Mobile Phone Whilst Driving | None | Stoney Stanton Road | Stoney Stanton Road | Coventry | Coventry | Court | N/A | 52.4221152 | -1.4959475 | ||
| 24073 | op-snap---monthly-publication-september-2025.pdf | 292 | 2025-09 | Pedestrian | Fiat | Doblo | White | Using a Mobile Phone Whilst Driving | None | Allesley Old Road | Allesley Old Road | Coventry | Coventry | Fixed Penalty | N/A | 52.4103629 | -1.5441218 | ||
| 24120 | op-snap---monthly-publication-september-2025.pdf | 339 | 2025-09 | Pedal Bike | Ford | Transit | Blue | Using a Mobile Phone Whilst Driving | None | Coundon Wedge Drive | Coundon Wedge Drive | Coventry | Coventry | Fixed Penalty | N/A | 52.4385402 | -1.5483746 | ||
| 24173 | op-snap---monthly-publication-september-2025.pdf | 392 | 2025-09 | Car | Ford | Transit | Silver | Using a Mobile Phone Whilst Driving | None | Grayswood Avenue | Grayswood Avenue | Coventry | Coventry | Fixed Penalty | N/A | 52.4174998 | -1.5458389 | ||
| 24291 | op-snap---monthly-publication-september-2025.pdf | 510 | 2025-09 | Car | Land Rover | Freelander | Black | Using a Mobile Phone Whilst Driving | None | Brookside Avenue | Brookside Avenue | Coventry | Coventry | NFA | No Independent Evidence Available | 52.411064 | -1.5578725 | ||
| 24349 | op-snap---monthly-publication-september-2025.pdf | 568 | 2025-09 | Pedal Bike | Nissan | Qashqai | Grey | Using a Mobile Phone Whilst Driving | None | Bell Green Road | Bell Green Road | Coventry | Coventry | NFA | No Independent Evidence Available | 52.4324855 | -1.4815548 | ||
| 24433 | op-snap---monthly-publication-september-2025.pdf | 652 | 2025-09 | Car | Peugeot | Boxer | Green | Using a Mobile Phone Whilst Driving | None | A45 | A45 | Coventry | Coventry | Fixed Penalty | N/A | ||||
| 24510 | op-snap---monthly-publication-september-2025.pdf | 729 | 2025-09 | Pedal Bike | Hyundai | I10 | Red | Using a Mobile Phone Whilst Driving | None | Lynchgate Road | Lynchgate Road | Coventry | Coventry | Fixed Penalty | N/A | 52.3894664 | -1.5558269 | ||
| 24568 | op-snap---monthly-publication-september-2025.pdf | 787 | 2025-09 | Car | Ford | Fiesta | Silver | Using a Mobile Phone Whilst Driving | None | Cross Cheaping RA | Cross Cheaping RA | Coventry | Coventry | NFA | No Independent Evidence Available | ||||
| 24601 | op-snap---monthly-publication-september-2025.pdf | 820 | 2025-09 | Car | Audi | Grey | Using a Mobile Phone Whilst Driving | None | Blackberry Lane | Blackberry Lane | Coventry | Coventry | Fixed Penalty | N/A | 52.4254016 | -1.4665041 | |||
| 24801 | op-snap---monthly-publication-september-2025.pdf | 1020 | 2025-09 | Pedestrian | Audi | Q5 | White | Using a Mobile Phone Whilst Driving | None | Binley Road | Binley Road | Coventry | Coventry | Fixed Penalty | N/A | 52.4070602 | -1.4732469 |
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);