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'}
7 rows where council_area = "Coventry", disposal = "Warning Letter" and vehicle_make = "Renault" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour
offence 3
reporter_transport_mode 2
- Car 4
- Pedal Bike 3
vehicle_make 1
- Renault · 7 ✖
disposal 1
- Warning Letter · 7 ✖
council_area 1
- Coventry · 7 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 20801 | op-snap---monthly-publication-november-2025.pdf | 343 | 2025-11 | Car | Renault | Master | White | Driving without Due Care and Attention | None | Tile Hill Lane | Tile Hill Lane | Coventry | Coventry | Warning Letter | N/A | 52.4041117 | -1.5595662 | ||
| 21753 | op-snap---monthly-publication-november-2025.pdf | 1295 | 2025-11 | Pedal Bike | Renault | traffic | Silver | Cause vehicle to be left in a dangerous position | None | easrlsdon street | Easrlsdon Street | Coventry | Coventry | Warning Letter | N/A | ||||
| 23556 | op-snap---monthly-publication-october-2025.pdf | 1506 | 2025-10 | Car | Renault | Master | White | Cause vehicle to be left in a dangerous position | None | Albany Road | Albany Road | Coventry | Coventry | Warning Letter | N/A | 52.4006218 | -1.5284125 | ||
| 24520 | op-snap---monthly-publication-september-2025.pdf | 739 | 2025-09 | Pedal Bike | Renault | Zoe | Blue | Driving without Due Care and Attention | None | Queen Victoria Road | Queen Victoria Road | Coventry | Coventry | Warning Letter | N/A | 52.4063195 | -1.5157306 | ||
| 3182 | op-snap---monthly-publication-august-2025.pdf | 1157 | 2025-08 | Car | Renault | Trafic | White | Driving without Due Care and Attention | None | Silver Birch Avenue, Canley | Silver Birch Avenue, Canley | Coventry | Coventry | Warning Letter | N/A | 52.3954274 | -1.5568965 | ||
| 118 | op-snap---monthly-publication-april-2025.pdf | 117 | 2025-04 | Pedal Bike | Renault | Captur | Grey | Driving without Reasonable Consideration | None | Coventry Road | Coventry Road | Coventry | Coventry | Warning Letter | N/A | 52.4111289 | -1.5094345 | ||
| 17218 | op-snap---monthly-publication-march-2025.pdf | 975 | 2025-03 | Car | Renault | Clio | White | Driving without Reasonable Consideration | None | Daventry Road | Daventry Road | Coventry | Coventry | Warning Letter | N/A | Yes - Via Email | 52.3930931 | -1.4976428 |
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);