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'}
10 rows where council_area = "Coventry", disposal = "Fixed Penalty" and vehicle_make = "Hyundai" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence
offence 5
- Using a Mobile Phone Whilst Driving 4
- Stop a vehicle within pelican pedestrian crossing limits 3
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 1
- Motor vehicle fail to accord precedence at a pelican crossing 1
- Use motor vehicle on a road when television receiving / cinematographic apparatus was visible to the driver 1
reporter_transport_mode 3
- Pedal Bike 6
- Car 3
- Pedestrian 1
vehicle_make 1
- Hyundai · 10 ✖
disposal 1
- Fixed Penalty · 10 ✖
council_area 1
- Coventry · 10 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 11565 | op-snap---monthly-publication-january-2026.pdf | 1026 | 2026-01 | Pedal Bike | Hyundai | Tucson | Blue | Using a Mobile Phone Whilst Driving | None | A45 | A45 | Coventry | Coventry | Fixed Penalty | N/A | ||||
| 11574 | op-snap---monthly-publication-january-2026.pdf | 1035 | 2026-01 | Car | Hyundai | Tucson | Grey | Using a Mobile Phone Whilst Driving | None | Blackberry Lane | Blackberry Lane | Coventry | Coventry | Fixed Penalty | N/A | 52.4254016 | -1.4665041 | ||
| 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 | ||
| 2806 | op-snap---monthly-publication-august-2025.pdf | 781 | 2025-08 | Car | Hyundai | I10.. | Grey | Use motor vehicle on a road when television receiving / cinematographic apparatus was visible to the driver | None | Allard Way | Allard Way | Coventry | Coventry | Fixed Penalty | N/A | 52.3955174 | -1.4685442 | ||
| 13225 | op-snap---monthly-publication-july-2025.pdf | 1277 | 2025-07 | Car | Hyundai | Silver | Motor vehicle fail to accord precedence at a pelican crossing | None | Jordan Well | Jordan Well | Coventry | Coventry | Fixed Penalty | N/A | 52.4068069 | -1.5051214 | |||
| 326 | op-snap---monthly-publication-april-2025.pdf | 325 | 2025-04 | Pedal Bike | Hyundai | Accent | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Westhill Road | Westhill Road | Coventry | Coventry | Fixed Penalty | N/A | 52.4225058 | -1.5356916 | ||
| 17545 | op-snap---monthly-publication-march-2025.pdf | 1302 | 2025-03 | Pedestrian | Hyundai | I10 | Silver | Stop a vehicle within pelican pedestrian crossing limits | None | Earlsdon Street | Earlsdon Street | Coventry | Coventry | Fixed Penalty | N/A | Yes - Via Email | 52.3988977 | -1.5323674 | |
| 17875 | op-snap---monthly-publication-march-2025.pdf | 1632 | 2025-03 | Pedal Bike | Hyundai | Tucson | White | Using a Mobile Phone Whilst Driving | None | Binley Road at jct with Church Lane | Binley Road at jct with Church Lane | Coventry | Coventry | Fixed Penalty | N/A | Yes - Via Email | 52.4047676 | -1.4613118 | |
| 7107 | op-snap---monthly-publication-february-2025.pdf | 1924 | 2025-02 | Pedal Bike | Hyundai | I10 | Silver | Stop a vehicle within pelican pedestrian crossing limits | None | Stoney Stanton Road | Stoney Stanton Road | Coventry | Coventry | Fixed Penalty | N/A | Yes - Via Email | 52.4221152 | -1.4959475 | |
| 9691 | op-snap---monthly-publication-january-2025.pdf | 799 | 2025-01 | Pedal Bike | Hyundai | IX35 | Black | Stop a vehicle within pelican pedestrian crossing limits | No vehicle excise licence | Scots Lane | Scots Lane | Coventry | Coventry | Fixed Penalty | N/A | Yes - Via Email | 52.4234754 | -1.5328595 |
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);