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" and vehicle_make = "Mitsubishi" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence, nfa_rationale
offence 7
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 2
- Driving without Due Care and Attention 2
- Using a Mobile Phone Whilst Driving 2
- Cause vehicle to be left in a dangerous position 1
- Fail to Conform to Cycle Lane 1
- Misc - Non Traffic Offences 1
- Stop a vehicle within pelican pedestrian crossing limits 1
disposal 4
- Fixed Penalty 5
- NFA 2
- Warning Letter 2
- Education 1
reporter_transport_mode 3
- Pedal Bike 6
- Car 2
- Pedestrian 2
vehicle_make 1
- Mitsubishi · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 11036 | op-snap---monthly-publication-january-2026.pdf | 497 | 2026-01 | Car | Mitsubishi | Black | Misc - Non Traffic Offences | None | Coventry | Coventry | Coventry | Coventry | NFA | Misc Inc Crimes | 52.400739 | -1.5135474 | |||
| 11279 | op-snap---monthly-publication-january-2026.pdf | 740 | 2026-01 | Pedal Bike | Mitsubishi | Outlander | Silver | Driving without Due Care and Attention | None | Broad Lane | Broad Lane | Coventry | Coventry | Education | N/A | 52.4074716 | -1.5620671 | ||
| 21705 | op-snap---monthly-publication-november-2025.pdf | 1247 | 2025-11 | Pedal Bike | Mitsubishi | Outlander | Silver | Using a Mobile Phone Whilst Driving | None | Proffitt Av | Proffitt Avenue | Coventry | Coventry | Fixed Penalty | N/A | 52.4330807 | -1.4816593 | ||
| 3482 | op-snap---monthly-publication-august-2025.pdf | 1457 | 2025-08 | Pedestrian | Mitsubishi | Outlander | Grey | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Cheveral Avenue | Cheveral Avenue | Coventry | Coventry | Warning Letter | N/A | 52.4257402 | -1.5185037 | ||
| 450 | op-snap---monthly-publication-april-2025.pdf | 449 | 2025-04 | Pedal Bike | Mitsubishi | Colt | Blue | Fail to Conform to Cycle Lane | none | West Hill Road | West Hill Road | Coventry | Coventry | NFA | Outside of 14 Days NIP | 52.3994858 | -1.4923603 | ||
| 17240 | op-snap---monthly-publication-march-2025.pdf | 997 | 2025-03 | Pedal Bike | Mitsubishi | L200 | Silver | Driving without Due Care and Attention | None | Wall Hill Road | Wall Hill Road | Coventry | Coventry | Warning Letter | N/A | Yes - Via Email | 52.4459445 | -1.5552508 | |
| 17480 | op-snap---monthly-publication-march-2025.pdf | 1237 | 2025-03 | Pedal Bike | Mitsubishi | Barbarian | Black | Cause vehicle to be left in a dangerous position | None | Kenpas Highway | Kenpas Highway | Coventry | Coventry | Fixed Penalty | N/A | Yes - Via Email | 52.3833661 | -1.5265665 | |
| 18364 | op-snap---monthly-publication-march-2025.pdf | 2121 | 2025-03 | Pedestrian | Mitsubishi | ASX | Silver | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Coundon Drive | Coundon Drive | Coventry | Coventry | Fixed Penalty | N/A | Yes - Via Email | 52.4211945 | -1.5552333 | |
| 9244 | op-snap---monthly-publication-january-2025.pdf | 352 | 2025-01 | Pedal Bike | Mitsubishi | l200 | Red | Using a Mobile Phone Whilst Driving | None | BELL GREEN ROAD | Bell Green Road | Coventry | Coventry | Fixed Penalty | N/A | Yes - Via Email | 52.4324855 | -1.4815548 | |
| 9357 | op-snap---monthly-publication-january-2025.pdf | 465 | 2025-01 | Car | Mitsubishi | L200 | Blue | 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 |
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);