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", offence = "Driving without Due Care and Attention" and vehicle_make = "Renault" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, nfa_rationale
disposal 3
- NFA 6
- Education 3
- Warning Letter 3
reporter_transport_mode 2
- Car 6
- Pedal Bike 6
vehicle_make 1
- Renault · 12 ✖
offence 1
- Driving without Due Care and Attention · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3879 | op-snap---monthly-publication-december-2025.pdf | 7 | 2025-12 | Car | Renault | Lorry | White | Driving without Due Care and Attention | None | M6 | M6 | Coventry | Coventry | NFA | No Offence | ||||
| 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 | ||
| 22449 | op-snap---monthly-publication-october-2025.pdf | 399 | 2025-10 | Pedal Bike | Renault | Clio | White | Driving without Due Care and Attention | None | Earlsdon Avenue | Earlsdon Avenue | Coventry | Coventry | NFA | No Offence | 52.4047134 | -1.5351834 | ||
| 22680 | op-snap---monthly-publication-october-2025.pdf | 630 | 2025-10 | Car | Renault | Cement mixer | White | Driving without Due Care and Attention | None | Dunchurch Highway | Dunchurch Highway | Coventry | Coventry | NFA | Outside of 14 DAYS Late Submission | 52.4131902 | -1.5650136 | ||
| 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 | ||
| 2594 | op-snap---monthly-publication-august-2025.pdf | 569 | 2025-08 | Pedal Bike | Renault | Clio | Blue | Driving without Due Care and Attention | None | Hearsall Common | Hearsall Common | Coventry | Coventry | Education | N/A | 52.402753 | -1.5385829 | ||
| 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 | ||
| 3186 | op-snap---monthly-publication-august-2025.pdf | 1161 | 2025-08 | Car | Renault | Kadjar | Black | Driving without Due Care and Attention | None | Coventry Road | Coventry Road | Coventry | Coventry | NFA | Outside of 14 DAYS Late Submission | 52.4111289 | -1.5094345 | ||
| 12417 | op-snap---monthly-publication-july-2025.pdf | 469 | 2025-07 | Pedal Bike | Renault | Captur | Silver | Driving without Due Care and Attention | None | Upper Hill Street | Upper Hill Street | Coventry | Coventry | NFA | No Offence | 52.4106808 | -1.5185684 | ||
| 12778 | op-snap---monthly-publication-july-2025.pdf | 830 | 2025-07 | Car | Renault | Grey | Driving without Due Care and Attention | None | Holyhead Road | Holyhead Road | Coventry | Coventry | Education | N/A | 52.418488 | -1.5472387 | |||
| 15527 | op-snap---monthly-publication-june-2025.pdf | 1456 | 2025-06 | Pedal Bike | Renault | Master | White | Driving without Due Care and Attention | None | Brownshill Green Road | Brownshill Green Road | Coventry | Coventry | NFA | Outside of 14 Days NIP | 52.4345915 | -1.5376734 | ||
| 19310 | op-snap---monthly-publication-may-2025.pdf | 672 | 2025-05 | Pedal Bike | Renault | Master | White | Driving without Due Care and Attention | None | Merriden Road | Merriden Road | Coventry | Coventry | Education | N/A | 52.3784069 | -1.5583289 |
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);