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-07" and vehicle_make = "Vauxhall" 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 6
- Car 5
- Pedestrian 1
disposal 3
- Warning Letter 7
- NFA 4
- Fixed Penalty 1
vehicle_make 1
- Vauxhall · 12 ✖
month 1
- 2025-07 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 12014 | op-snap---monthly-publication-july-2025.pdf | 66 | 2025-07 | Car | Vauxhall | Vivaro | White | Contravening a Red Traffic Light | None | Jimmy Hill Way | Jimmy Hill Way | Coventry | Coventry | NFA | Outside of 14 Days NIP | 52.4214017 | -1.4870278 | ||
| 12178 | op-snap---monthly-publication-july-2025.pdf | 230 | 2025-07 | Pedestrian | Vauxhall | Zafira | Beige | Driving without Due Care and Attention | None | Outside Coventry Market | Outside Coventry Market | Coventry | Coventry | Warning Letter | N/A | ||||
| 12459 | op-snap---monthly-publication-july-2025.pdf | 511 | 2025-07 | Pedal Bike | Vauxhall | Insignia | White | Driving without Due Care and Attention | None | Stoney Stanton Road | Stoney Stanton Road | Coventry | Coventry | Warning Letter | N/A | 52.4221152 | -1.4959475 | ||
| 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 | ||
| 12646 | op-snap---monthly-publication-july-2025.pdf | 698 | 2025-07 | Pedal Bike | Vauxhall | Astra | Silver | Driving without Due Care and Attention | None | Norman Place Road | Norman Place Road | Coventry | Coventry | NFA | No Offence | 52.4285935 | -1.5370895 | ||
| 12671 | op-snap---monthly-publication-july-2025.pdf | 723 | 2025-07 | Car | Vauxhall | Corsa | Silver | Driving without Due Care and Attention | None | Holbrook Lane | Holbrook Lane | Coventry | Coventry | Warning Letter | N/A | 52.436155 | -1.5064002 | ||
| 12755 | op-snap---monthly-publication-july-2025.pdf | 807 | 2025-07 | Pedal Bike | Vauxhall | Combo | Red | Using a Mobile Phone Whilst Driving | None | Stoney Stanton Road | Stoney Stanton Road | Coventry | Coventry | Fixed Penalty | N/A | 52.4221152 | -1.4959475 | ||
| 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 | ||
| 13170 | op-snap---monthly-publication-july-2025.pdf | 1222 | 2025-07 | Pedal Bike | Vauxhall | Astra | Silver | Driving without Due Care and Attention | None | Queensland Avenue | Queensland Avenue | Coventry | Coventry | NFA | No Offence | 52.406658 | -1.5363495 | ||
| 13571 | op-snap---monthly-publication-july-2025.pdf | 1623 | 2025-07 | Pedal Bike | Vauxhall | Zafira | Blue | Cause vehicle to be left in a dangerous position | None | Stoney Stanton Road | Stoney Stanton Road | Coventry | Coventry | Warning Letter | N/A | 52.4221152 | -1.4959475 | ||
| 13606 | op-snap---monthly-publication-july-2025.pdf | 1658 | 2025-07 | Car | Vauxhall | Corsa | Silver | Cause vehicle to be left in a dangerous position | None | Stoney Stanton Road | Stoney Stanton Road | Coventry | Coventry | Warning Letter | N/A | 52.4221152 | -1.4959475 | ||
| 13948 | op-snap---monthly-publication-july-2025.pdf | 2000 | 2025-07 | Pedal Bike | Vauxhall | Movano | White | Driving without Due Care and Attention | None | Broadway | Broadway | Coventry | Coventry | Warning Letter | N/A | 52.3999339 | -1.5249817 |
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);