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'}
8 rows where council_area = "Coventry", month = "2025-12" and vehicle_make = "Volkswagen" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, nfa_rationale
offence 5
reporter_transport_mode 4
- Pedal Bike 3
- Car 2
- Pedestrian 2
- Other 1
disposal 4
- Education 3
- Fixed Penalty 2
- NFA 2
- Court 1
vehicle_make 1
- Volkswagen · 8 ✖
month 1
- 2025-12 · 8 ✖
council_area 1
- Coventry · 8 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3905 | op-snap---monthly-publication-december-2025.pdf | 33 | 2025-12 | Pedestrian | Volkswagen | Crafter | White | Contravening a Red Traffic Light | None | Leaf Lane | Leaf Lane | Coventry | Coventry | NFA | No Independent Evidence Available | 52.3837942 | -1.4979145 | ||
| 4086 | op-snap---monthly-publication-december-2025.pdf | 214 | 2025-12 | Pedal Bike | Volkswagen | UP | Red | Driving without Due Care and Attention | None | Swanswwell St | Swanswwell Street | Coventry | Coventry | Education | N/A | ||||
| 4150 | op-snap---monthly-publication-december-2025.pdf | 278 | 2025-12 | Car | Volkswagen | Polo | Black | Contravening a Red Traffic Light | None | Park Gate Road | Park Gate Road | Coventry | Coventry | Court | N/A | 52.4538286 | -1.7889568 | ||
| 4289 | op-snap---monthly-publication-december-2025.pdf | 417 | 2025-12 | Pedal Bike | Volkswagen | Tiguan | Black | Using a Mobile Phone Whilst Driving | None | Binley Road | Binley Road | Coventry | Coventry | Fixed Penalty | N/A | 52.4070602 | -1.4732469 | ||
| 4308 | op-snap---monthly-publication-december-2025.pdf | 436 | 2025-12 | Car | Volkswagen | Polo | Black | Driving without Due Care and Attention | None | Barker Butt Lane | Barker Butt Lane | Coventry | Coventry | Education | N/A | ||||
| 4819 | op-snap---monthly-publication-december-2025.pdf | 947 | 2025-12 | Other | Volkswagen | Caddy | Black | Misc - Non Traffic Offences | None | Greens End Road | Greens End Road | Coventry | Coventry | NFA | Out of Force | ||||
| 5059 | op-snap---monthly-publication-december-2025.pdf | 1187 | 2025-12 | Pedal Bike | Volkswagen | Passat | Silver | Using a Mobile Phone Whilst Driving | None | Bell Green Road | Bell Green Road | Coventry | Coventry | Fixed Penalty | N/A | 52.4324855 | -1.4815548 | ||
| 5136 | op-snap---monthly-publication-december-2025.pdf | 1264 | 2025-12 | Pedestrian | Volkswagen | Crafter | White | Cause vehicle to be left in a dangerous position | None | Lentons Lane | Lentons Lane | Coventry | Coventry | Education | N/A | 52.4503238 | -1.4546397 |
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);