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'}
10 rows where council_area = "Coventry", month = "2025-10" and vehicle_make = "Audi" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, nfa_rationale
offence 6
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 3
- Driving without Due Care and Attention 2
- Using a Mobile Phone Whilst Driving 2
- Driving a vehicle wholly or partly on a footpath 1
- Driving without Reasonable Consideration 1
- Use a vehicle / cycle on a road and contravene a local traffic order other than parking 1
disposal 5
reporter_transport_mode 3
- Pedestrian 4
- Car 3
- Pedal Bike 3
vehicle_make 1
- Audi · 10 ✖
month 1
- 2025-10 · 10 ✖
council_area 1
- Coventry · 10 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 22193 | op-snap---monthly-publication-october-2025.pdf | 143 | 2025-10 | Pedal Bike | Audi | A3 | Grey | Driving without Reasonable Consideration | None | Broad Lane | Broad Lane | Coventry | Coventry | NFA | Outside of 14 Days NIP | 52.4074716 | -1.5620671 | ||
| 22847 | op-snap---monthly-publication-october-2025.pdf | 797 | 2025-10 | Pedal Bike | Audi | Silver | Driving without Due Care and Attention | None | Stoney Stanton Road | Stoney Stanton Road | Coventry | Coventry | Education | N/A | 52.4221152 | -1.4959475 | |||
| 22982 | op-snap---monthly-publication-october-2025.pdf | 932 | 2025-10 | Car | Audi | A3 | Grey | Driving without Due Care and Attention | None | Binley Road | Binley Road | Coventry | Coventry | NFA | No Offence | 52.4070602 | -1.4732469 | ||
| 23004 | op-snap---monthly-publication-october-2025.pdf | 954 | 2025-10 | Pedestrian | Audi | A1 | Black | Driving a vehicle wholly or partly on a footpath | None | Clifford Bridge Road | Clifford Bridge Road | Coventry | Coventry | Other Action Taken | N/A | 52.4134557 | -1.4442138 | ||
| 23026 | op-snap---monthly-publication-october-2025.pdf | 976 | 2025-10 | Pedal Bike | Audi | TT | Black | Using a Mobile Phone Whilst Driving | None | Fletchamstead Highway | Fletchamstead Highway | Coventry | Coventry | Fixed Penalty | N/A | 52.396476 | -1.5561348 | ||
| 23063 | op-snap---monthly-publication-october-2025.pdf | 1013 | 2025-10 | Car | Audi | A3 | White | Using a Mobile Phone Whilst Driving | None | Hinckley Road | Hinckley Road | Coventry | Coventry | NFA | No Independent Evidence Available | 52.435502 | -1.4327166 | ||
| 23092 | op-snap---monthly-publication-october-2025.pdf | 1042 | 2025-10 | Car | Audi | A3 | Black | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | St Martins Road | Street Martins Road | Coventry | Coventry | NFA | No Independent Evidence Available | ||||
| 23128 | op-snap---monthly-publication-october-2025.pdf | 1078 | 2025-10 | Pedestrian | Audi | Q4 | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Green Lane, Coventry | Green Lane, Coventry | Coventry | Coventry | Warning Letter | N/A | 52.38188 | -1.5300381 | ||
| 23596 | op-snap---monthly-publication-october-2025.pdf | 1546 | 2025-10 | Pedestrian | Audi | Q3 | Grey | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Foster Road | Foster Road | Coventry | Coventry | Warning Letter | N/A | 52.42785 | -1.5190909 | ||
| 23675 | op-snap---monthly-publication-october-2025.pdf | 1625 | 2025-10 | Pedestrian | Audi | A6 | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Ulverscroft Road | Ulverscroft Road | Coventry | Coventry | Warning Letter | N/A | 52.3913543 | -1.508629 |
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);