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'}
7 rows where council_area = "Coventry", month = "2025-09" and vehicle_make = "Peugeot" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, nfa_rationale
offence 5
reporter_transport_mode 3
- Car 4
- Pedestrian 2
- Pedal Bike 1
disposal 3
- Warning Letter 5
- Fixed Penalty 1
- NFA 1
vehicle_make 1
- Peugeot · 7 ✖
month 1
- 2025-09 · 7 ✖
council_area 1
- Coventry · 7 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 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 | ||||
| 25042 | op-snap---monthly-publication-september-2025.pdf | 1261 | 2025-09 | Pedal Bike | Peugeot | 107 | Red | Motor vehicle fail to comply with a non endorsab | le traffic sign - detectedN boyn meeans other than ACD | Earlsdon Street | Earlsdon Street | Coventry | Coventry | NFA | Misc Inc Crimes | 52.3988977 | -1.5323674 | ||
| 25190 | op-snap---monthly-publication-september-2025.pdf | 1409 | 2025-09 | Car | Peugeot | Horizon | Grey | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Moseley Road | Moseley Road | Coventry | Coventry | Warning Letter | N/A | 52.4144961 | -1.5337013 | ||
| 25391 | op-snap---monthly-publication-september-2025.pdf | 1610 | 2025-09 | Car | Peugeot | 208 | Pink | Cause vehicle to be left in a dangerous position | None | queen mary road | Queen Mary Road | Coventry | Coventry | Warning Letter | N/A | 52.4318936 | -1.4981794 | ||
| 25470 | op-snap---monthly-publication-september-2025.pdf | 1689 | 2025-09 | Pedestrian | Peugeot | 2008 | White | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | coat of arms bridge road | Coat Of Arms Bridge Road | Coventry | Coventry | Warning Letter | N/A | 52.3887077 | -1.5308677 | ||
| 25541 | op-snap---monthly-publication-september-2025.pdf | 1760 | 2025-09 | Car | Peugeot | 208 | Silver | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Stoney Stanton Road | Stoney Stanton Road | Coventry | Coventry | Warning Letter | N/A | 52.4221152 | -1.4959475 | ||
| 25582 | op-snap---monthly-publication-september-2025.pdf | 1801 | 2025-09 | Pedestrian | Peugeot | 3008 | Silver | /C atruasiele ur nonuetsciedses aorfy t hoeb sGtrruecattieorn L boyn dmoont oarr evaehicle | None | Earlson Street | Earlson Street | Coventry | Coventry | Warning Letter | 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);