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-11" and vehicle_make = "Nissan" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, offence_location_raw, offence_location, nfa_rationale, latitude, longitude
offence 5
reporter_transport_mode 3
- Pedal Bike 5
- Pedestrian 4
- Car 3
disposal 3
- Warning Letter 5
- Fixed Penalty 4
- NFA 3
vehicle_make 1
- Nissan · 12 ✖
month 1
- 2025-11 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 20683 | op-snap---monthly-publication-november-2025.pdf | 225 | 2025-11 | Pedestrian | Nissan | Note | Black | Using a Mobile Phone Whilst Driving | None | Bell Green Road | Bell Green Road | Coventry | Coventry | Fixed Penalty | N/A | 52.4324855 | -1.4815548 | ||
| 20711 | op-snap---monthly-publication-november-2025.pdf | 253 | 2025-11 | Car | Nissan | Qashqai | Black | Driving without Due Care and Attention | None | Fletchamstead Highway | Fletchamstead Highway | Coventry | Coventry | NFA | No Offence | 52.396476 | -1.5561348 | ||
| 20905 | op-snap---monthly-publication-november-2025.pdf | 447 | 2025-11 | Pedestrian | Nissan | Note | Red | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Tivedale Road | Tivedale Road | Coventry | Coventry | Warning Letter | N/A | ||||
| 21217 | op-snap---monthly-publication-november-2025.pdf | 759 | 2025-11 | Car | Nissan | Qashqai | Grey | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Radford Road | Radford Road | Coventry | Coventry | Warning Letter | N/A | 52.4235908 | -1.5226276 | ||
| 21282 | op-snap---monthly-publication-november-2025.pdf | 824 | 2025-11 | Pedestrian | Nissan | note | Silver | Misc - Non Traffic Offences | None | fenton road | Fenton Road | Coventry | Coventry | NFA | Misc Inc Crimes | 52.4331816 | -1.5630141 | ||
| 21351 | op-snap---monthly-publication-november-2025.pdf | 893 | 2025-11 | Pedal Bike | Nissan | Qashqai | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Stoney Stanton Road | Stoney Stanton Road | Coventry | Coventry | Warning Letter | N/A | 52.4221152 | -1.4959475 | ||
| 21369 | op-snap---monthly-publication-november-2025.pdf | 911 | 2025-11 | Pedal Bike | Nissan | Qashqai | Silver | Using a Mobile Phone Whilst Driving | None | Hinckley Road | Hinckley Road | Coventry | Coventry | Fixed Penalty | N/A | 52.435502 | -1.4327166 | ||
| 21491 | op-snap---monthly-publication-november-2025.pdf | 1033 | 2025-11 | Car | Nissan | Qashqai | Grey | Contravening a Red Traffic Light | None | London Road | London Road | Coventry | Coventry | Warning Letter | N/A | 52.3916468 | -1.4925995 | ||
| 21510 | op-snap---monthly-publication-november-2025.pdf | 1052 | 2025-11 | Pedal Bike | Nissan | Juke | Black | Using a Mobile Phone Whilst Driving | None | Earlsdon Avenue North | Earlsdon Avenue North | Coventry | Coventry | Fixed Penalty | N/A | 52.4025196 | -1.5327802 | ||
| 21641 | op-snap---monthly-publication-november-2025.pdf | 1183 | 2025-11 | Pedal Bike | Nissan | Qashqai | Blue | Using a Mobile Phone Whilst Driving | None | Walsgrave Road | Walsgrave Road | Coventry | Coventry | Fixed Penalty | N/A | 52.4096725 | -1.487901 | ||
| 21895 | op-snap---monthly-publication-november-2025.pdf | 1437 | 2025-11 | Pedal Bike | Nissan | note | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | far gosford street | Far Gosford Street | Coventry | Coventry | Warning Letter | N/A | 52.4071231 | -1.4985178 | ||
| 21944 | op-snap---monthly-publication-november-2025.pdf | 1486 | 2025-11 | Pedestrian | Nissan | qashqai | White | Misc - Non Traffic Offences | None | fenton road | Fenton Road | Coventry | Coventry | NFA | Misc Inc Crimes | 52.4331816 | -1.5630141 |
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);