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", disposal = "NFA" and vehicle_make = "Honda" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, offence_location_raw, nfa_rationale, latitude, longitude
offence 6
- Misc - Non Traffic Offences 4
- Contravening a Red Traffic Light 3
- Driving without Due Care and Attention 2
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 1
- Stop a vehicle on pedestrian crossing 1
- Use a vehicle / cycle on a road and contravene a local traffic order other than parking 1
reporter_transport_mode 3
- Car 5
- Pedestrian 5
- Pedal Bike 2
vehicle_make 1
- Honda · 12 ✖
disposal 1
- NFA · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 11119 | op-snap---monthly-publication-january-2026.pdf | 580 | 2026-01 | Pedal Bike | Honda | Civic | Blue | Contravening a Red Traffic Light | None | Burnaby Road at Beake Avenue | Burnaby Road at Beake Avenue | Coventry | Coventry | NFA | No Independent Evidence Available | 52.4352 | -1.5194238 | ||
| 21175 | op-snap---monthly-publication-november-2025.pdf | 717 | 2025-11 | Pedestrian | Honda | Civic | Blue | Stop a vehicle on pedestrian crossing | None | Fenton Road | Fenton Road | Coventry | Coventry | NFA | No Offence | 52.4331816 | -1.5630141 | ||
| 21205 | op-snap---monthly-publication-november-2025.pdf | 747 | 2025-11 | Pedestrian | Honda | Jazz | White | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | Fenton Road | Fenton Road | Coventry | Coventry | NFA | No Offence | 52.4331816 | -1.5630141 | ||
| 21234 | op-snap---monthly-publication-november-2025.pdf | 776 | 2025-11 | Pedestrian | Honda | Civic | Black | Misc - Non Traffic Offences | None | Fenton Road | Fenton Road | Coventry | Coventry | NFA | No Offence | 52.4331816 | -1.5630141 | ||
| 21278 | op-snap---monthly-publication-november-2025.pdf | 820 | 2025-11 | Pedestrian | Honda | civic | Blue | Misc - Non Traffic Offences | None | fenton road | Fenton Road | Coventry | Coventry | NFA | Misc Inc Crimes | 52.4331816 | -1.5630141 | ||
| 21281 | op-snap---monthly-publication-november-2025.pdf | 823 | 2025-11 | Pedestrian | Honda | jazz | White | Misc - Non Traffic Offences | None | fenton road | Fenton Road | Coventry | Coventry | NFA | Misc Inc Crimes | 52.4331816 | -1.5630141 | ||
| 21302 | op-snap---monthly-publication-november-2025.pdf | 844 | 2025-11 | Car | Honda | crv | Grey | Contravening a Red Traffic Light | None | A45 | A45 | Coventry | Coventry | NFA | No VRM | ||||
| 21451 | op-snap---monthly-publication-november-2025.pdf | 993 | 2025-11 | Car | Honda | Civic | Red | Driving without Due Care and Attention | None | Coventry Road | Coventry Road | Coventry | Coventry | NFA | No Independent Evidence Available | 52.4111289 | -1.5094345 | ||
| 25319 | op-snap---monthly-publication-september-2025.pdf | 1538 | 2025-09 | Car | Honda | motorcylcel | Red | Driving without Due Care and Attention | None | vanguard way | Vanguard Way | Coventry | Coventry | NFA | Misc Inc Crimes | ||||
| 25584 | op-snap---monthly-publication-september-2025.pdf | 1803 | 2025-09 | Car | Honda | Civic | Blue | Misc - Non Traffic Offences | None | Foleshill Road | Foleshill Road | Coventry | Coventry | NFA | No Offence | 52.4274335 | -1.5002381 | ||
| 18867 | op-snap---monthly-publication-may-2025.pdf | 229 | 2025-05 | Car | Honda | Accord | Blue | Contravening a Red Traffic Light | None | Woodway Lane | Woodway Lane | Coventry | Coventry | NFA | Misc Inc Crimes | 52.4275505 | -1.4448681 | ||
| 19808 | op-snap---monthly-publication-may-2025.pdf | 1170 | 2025-05 | Pedal Bike | Honda | Accord | Silver | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Far Gosford Street | Far Gosford Street | Coventry | Coventry | NFA | Not in Public Interest | 52.4071231 | -1.4985178 |
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);