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", disposal = "Court" and vehicle_make = "Volkswagen" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence, offence_location_raw, offence_location, latitude, longitude
reporter_transport_mode 4
- Car 5
- Pedal Bike 4
- Pedestrian 2
- Other 1
offence 4
vehicle_make 1
- Volkswagen · 12 ✖
disposal 1
- Court · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 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 | ||
| 20865 | op-snap---monthly-publication-november-2025.pdf | 407 | 2025-11 | Car | Volkswagen | Polo | Silver | Driving without Due Care and Attention | No Insurance | Jimmy Hill Way | Jimmy Hill Way | Coventry | Coventry | Court | N/A | 52.4214017 | -1.4870278 | ||
| 22532 | op-snap---monthly-publication-october-2025.pdf | 482 | 2025-10 | Car | Volkswagen | Passat | Silver | Driving without Due Care and Attention | None | Hall Green Road | Hall Green Road | Coventry | Coventry | Court | N/A | 52.4401926 | -1.475417 | ||
| 24602 | op-snap---monthly-publication-september-2025.pdf | 821 | 2025-09 | Car | Volkswagen | Golf | Grey | Driving without Due Care and Attention | None | Scots Lane | Scots Lane | Coventry | Coventry | Court | N/A | 52.4234754 | -1.5328595 | ||
| 2790 | op-snap---monthly-publication-august-2025.pdf | 765 | 2025-08 | Pedestrian | Volkswagen | Golf | Black | Driving without Due Care and Attention | None | Holbrook Lane | Holbrook Lane | Coventry | Coventry | Court | N/A | 52.436155 | -1.5064002 | ||
| 12877 | op-snap---monthly-publication-july-2025.pdf | 929 | 2025-07 | Other | Volkswagen | Taigo | Black | Driving without Due Care and Attention | None | Holbrook Lane | Holbrook Lane | Coventry | Coventry | Court | N/A | 52.436155 | -1.5064002 | ||
| 16523 | op-snap---monthly-publication-march-2025.pdf | 280 | 2025-03 | Pedal Bike | Volkswagen | T-Roc | White | Using a Mobile Phone Whilst Driving | Use vehicle on a road without valid test certificate | Clifford Bridge Road | Clifford Bridge Road | Coventry | Coventry | Court | N/A | Yes - Via Email | 52.4134557 | -1.4442138 | |
| 5554 | op-snap---monthly-publication-february-2025.pdf | 371 | 2025-02 | Pedestrian | Volkswagen | Golf | White | Driving without Due Care and Attention | None | London Road | London Road | Coventry | Coventry | Court | N/A | Yes - Via Email | 52.3916468 | -1.4925995 | |
| 5881 | op-snap---monthly-publication-february-2025.pdf | 698 | 2025-02 | Pedal Bike | Volkswagen | Polo | White | Driving without Due Care and Attention | None | Binley Road, Coventry | Binley Road, Coventry | Coventry | Coventry | Court | N/A | Yes - Via Email | 52.4047676 | -1.4613118 | |
| 7242 | op-snap---monthly-publication-february-2025.pdf | 2059 | 2025-02 | Pedal Bike | Volkswagen | Polo | Silver | Driving without Due Care and Attention | No vehicle excise licence | Burnaby Road | Burnaby Road | Coventry | Coventry | Court | N/A | Yes - Via Email | 52.4352 | -1.5194238 | |
| 10264 | op-snap---monthly-publication-january-2025.pdf | 1372 | 2025-01 | Car | Volkswagen | Passat | White | Cause vehicle to be left in a dangerous position | None | Hollyfast Road | Hollyfast Road | Coventry | Coventry | Court | N/A | Yes - Via Email | 52.4230701 | -1.5346523 | |
| 10348 | op-snap---monthly-publication-january-2025.pdf | 1456 | 2025-01 | Pedal Bike | Volkswagen | Golf | Black | Driving without Due Care and Attention | Keeping a vehicle with registration marks | Sopbosncu Ernedd | Sopbosncu Ernedd | Coventry | Coventry | Court | N/A | Yes - Via Email |
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);