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", disposal = "Court" and vehicle_make = "Audi" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence
reporter_transport_mode 4
- Car 5
- Other 1
- Pedal Bike 1
- Pedestrian 1
offence 3
vehicle_make 1
- Audi · 8 ✖
disposal 1
- Court · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 8294 | op-snap---monthly-publication-february-2026.pdf | 1041 | 2026-02 | Car | Audi | A5 | Black | Driving without Due Care and Attention | No Insurance | Coventry Eastern Bypass | Coventry Eastern Bypass | Coventry | Coventry | Court | N/A | 52.3793117 | -1.4625379 | ||
| 21304 | op-snap---monthly-publication-november-2025.pdf | 846 | 2025-11 | Car | Audi | A3 | White | Driving without Due Care and Attention | None | Dillotford Av | Dillotford Avenue | Coventry | Coventry | Court | N/A | 52.390135 | -1.5106069 | ||
| 23835 | op-snap---monthly-publication-september-2025.pdf | 54 | 2025-09 | Pedal Bike | Audi | RS5 | Grey | Using a Mobile Phone Whilst Driving | None | Stoney Stanton Road | Stoney Stanton Road | Coventry | Coventry | Court | N/A | 52.4221152 | -1.4959475 | ||
| 3166 | op-snap---monthly-publication-august-2025.pdf | 1141 | 2025-08 | Car | Audi | A1 | Grey | Driving without Due Care and Attention | None | Westwood Heath road | Westwood Heath road | Coventry | Coventry | Court | N/A | 52.3846451 | -1.5763626 | ||
| 12007 | op-snap---monthly-publication-july-2025.pdf | 59 | 2025-07 | Other | Audi | TT | Black | Driving without Due Care and Attention | None | Holbrook Lane | Holbrook Lane | Coventry | Coventry | Court | N/A | 52.436155 | -1.5064002 | ||
| 719 | op-snap---monthly-publication-april-2025.pdf | 718 | 2025-04 | Pedestrian | Audi | A1 | Silver | Cause vehicle to be left in a dangerous position | None | Parkgate Road | Parkgate Road | Coventry | Coventry | Court | N/A | 52.445796 | -1.5148141 | ||
| 9123 | op-snap---monthly-publication-january-2025.pdf | 231 | 2025-01 | Car | Audi | A1 | Grey | Driving without Due Care and Attention | None | Poundgate Lane | Poundgate Lane | Coventry | Coventry | Court | N/A | Yes - Via Email | 52.3899397 | -1.592199 | |
| 10448 | op-snap---monthly-publication-january-2025.pdf | 1556 | 2025-01 | Car | Audi | A6 | Grey | Driving without Due Care and Attention | No Insurance | FOUR POUNDS AVENUE | Four Pounds Avenue | Coventry | Coventry | Court | N/A | Yes - Via Email | 52.413228 | -1.5323652 |
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);