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'}
11 rows where council_area = "Coventry", month = "2025-07" and offence = "Driving without Reasonable Consideration" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, second_offence, nfa_rationale
vehicle_make 8
- Volkswagen 3
- Vauxhall 2
- Audi 1
- Mercedes-Benz 1
- Skoda 1
- Tesla 1
- Toyota 1
- Volvo 1
disposal 4
- NFA 5
- Warning Letter 4
- Court 1
- Education 1
reporter_transport_mode 3
- Car 8
- Pedal Bike 2
- Other 1
offence 1
- Driving without Reasonable Consideration · 11 ✖
month 1
- 2025-07 · 11 ✖
council_area 1
- Coventry · 11 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 11989 | op-snap---monthly-publication-july-2025.pdf | 41 | 2025-07 | Car | Volkswagen | Caddy | White | Driving without Reasonable Consideration | None | Grange Road, Coventry | Grange Road, Coventry | Coventry | Coventry | Warning Letter | N/A | 52.4521035 | -1.4777638 | ||
| 12143 | op-snap---monthly-publication-july-2025.pdf | 195 | 2025-07 | Car | Skoda | Octavia | Black | Driving without Reasonable Consideration | None | A444 Jimmy Hill Way | Jimmy Hill Way | Coventry | Coventry | Warning Letter | N/A | 52.4214017 | -1.4870278 | ||
| 12168 | op-snap---monthly-publication-july-2025.pdf | 220 | 2025-07 | Pedal Bike | Tesla | Model 3 | White | Driving without Reasonable Consideration | None | Corporation Street | Corporation Street | Coventry | Coventry | Education | N/A | 52.4086244 | -1.515132 | ||
| 12371 | op-snap---monthly-publication-july-2025.pdf | 423 | 2025-07 | Car | Toyota | Auris | White | Driving without Reasonable Consideration | None | Clifford Bridge Road | Clifford Bridge Road | Coventry | Coventry | Warning Letter | N/A | 52.4134557 | -1.4442138 | ||
| 12584 | op-snap---monthly-publication-july-2025.pdf | 636 | 2025-07 | Car | Vauxhall | Astra | Grey | Driving without Reasonable Consideration | None | Moseley Avenue | Moseley Avenue | Coventry | Coventry | Warning Letter | N/A | 52.417344 | -1.5264979 | ||
| 12919 | op-snap---monthly-publication-july-2025.pdf | 971 | 2025-07 | Car | Vauxhall | Insignia | Blue | Driving without Reasonable Consideration | None | Eastern Green Road , Coventry | Eastern Green Road , Coventry | Coventry | Coventry | NFA | Outside of 14 Days NIP | 52.4131188 | -1.5784769 | ||
| 12938 | op-snap---monthly-publication-july-2025.pdf | 990 | 2025-07 | Car | Volvo | Lorry | White | Driving without Reasonable Consideration | None | Cornetts End lane | Cornetts End lane | Coventry | Coventry | Court | N/A | ||||
| 12969 | op-snap---monthly-publication-july-2025.pdf | 1021 | 2025-07 | Other | Volkswagen | Golf | White | Driving without Reasonable Consideration | No Insurance | Prince of Wales Road , Coventry | Prince of Wales Road , Coventry | Coventry | Coventry | NFA | Outside of 14 Days NIP | 52.4103298 | -1.5412458 | ||
| 12992 | op-snap---monthly-publication-july-2025.pdf | 1044 | 2025-07 | Car | Audi | A3 Sport | Grey | Driving without Reasonable Consideration | No Insurance | Hockett Street , Coventry | Hockett Street , Coventry | Coventry | Coventry | NFA | Outside of 14 Days NIP | 52.3981697 | -1.5050109 | ||
| 13034 | op-snap---monthly-publication-july-2025.pdf | 1086 | 2025-07 | Car | Mercedes-Benz | White | Driving without Reasonable Consideration | None | Sherbourne Street , Coventry | Sherbourne Street , Coventry | Coventry | Coventry | NFA | Outside of 14 Days NIP | 52.4080688 | -1.5236936 | |||
| 13140 | op-snap---monthly-publication-july-2025.pdf | 1192 | 2025-07 | Pedal Bike | Volkswagen | Polo | Silver | Driving without Reasonable Consideration | None | Hobmoor Road , towards Coventry | Hobmoor Road , towards Coventry | Coventry | Coventry | NFA | Outside of 14 Days NIP |
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);