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 = "Warning Letter" and reporter_transport_mode = "Other" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_colour
offence 7
- Driving a vehicle wholly or partly on a footpath 2
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 1
- Cause vehicle to be left in a dangerous position 1
- Driving without Due Care and Attention 1
- Misc - Non Traffic Offences 1
- Use a vehicle / cycle on a road and contravene a local traffic order other than parking 1
- Using a Mobile Phone Whilst Driving 1
vehicle_make 5
- Ford 3
- Audi 1
- Nissan 1
- Vauxhall 1
- Volkswagen 1
reporter_transport_mode 1
- Other · 8 ✖
disposal 1
- Warning Letter · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 11219 | op-snap---monthly-publication-january-2026.pdf | 680 | 2026-01 | Other | Volkswagen | Crafter | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Lentons Lane | Lentons Lane | Coventry | Coventry | Warning Letter | N/A | 52.4503238 | -1.4546397 | ||
| 3968 | op-snap---monthly-publication-december-2025.pdf | 96 | 2025-12 | Other | Ford | puma | Silver | Cause vehicle to be left in a dangerous position | None | glenville drive | Glenville Drive | Coventry | Coventry | Warning Letter | N/A | ||||
| 20681 | op-snap---monthly-publication-november-2025.pdf | 223 | 2025-11 | Other | Ford | Fiesta | Silver | Driving a vehicle wholly or partly on a footpath | None | West Morland Road | West Morland Road | Coventry | Coventry | Warning Letter | N/A | ||||
| 24823 | op-snap---monthly-publication-september-2025.pdf | 1042 | 2025-09 | Other | Nissan | Note | Red | Driving a vehicle wholly or partly on a footpath | None | Empire Road, Tile Hill | Empire Road, Tile Hill | Coventry | Coventry | Warning Letter | N/A | 52.4073518 | -1.5831621 | ||
| 12729 | op-snap---monthly-publication-july-2025.pdf | 781 | 2025-07 | Other | Kawasaki | Blue | Misc - Non Traffic Offences | None | Moathouse Park (Cov) | Moathouse Park (Cov) | Coventry | Coventry | Warning Letter | N/A | 52.4352858 | -1.4634999 | |||
| 15618 | op-snap---monthly-publication-june-2025.pdf | 1547 | 2025-06 | Other | Ford | Kuga | Blue | Using a Mobile Phone Whilst Driving | None | Brentwood Avenue | Brentwood Avenue | Coventry | Coventry | Warning Letter | N/A | 52.3747077 | -1.5106466 | ||
| 17222 | op-snap---monthly-publication-march-2025.pdf | 979 | 2025-03 | Other | Audi | A4.. | White | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | Maypole Island | Maypole Island | Coventry | Coventry | Warning Letter | N/A | Yes - Via Email | |||
| 17650 | op-snap---monthly-publication-march-2025.pdf | 1407 | 2025-03 | Other | Vauxhall | Mokka | Grey | Driving without Due Care and Attention | None | Jubilee Close | Jubilee Close | Coventry | Coventry | Warning Letter | 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);