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'}
11 rows where council_area = "Coventry", disposal = "NFA" and vehicle_make = "Kia" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, nfa_rationale
offence 7
reporter_transport_mode 3
- Car 5
- Pedal Bike 3
- Pedestrian 3
vehicle_make 1
- Kia · 11 ✖
disposal 1
- NFA · 11 ✖
council_area 1
- Coventry · 11 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7512 | op-snap---monthly-publication-february-2026.pdf | 259 | 2026-02 | Pedestrian | Kia | Niro | White | Stop a vehicle on pedestrian crossing | None | Coventry Road | Coventry Road | Coventry | Coventry | NFA | Not in Public Interest | 52.4111289 | -1.5094345 | ||
| 4904 | op-snap---monthly-publication-december-2025.pdf | 1032 | 2025-12 | Car | Kia | Sportage | White | Contravening a Red Traffic Light | None | Jimmy Hill Way | Jimmy Hill Way | Coventry | Coventry | NFA | No VRM | 52.4214017 | -1.4870278 | ||
| 5137 | op-snap---monthly-publication-december-2025.pdf | 1265 | 2025-12 | Car | Kia | Nero | Black | Driving without Due Care and Attention | None | A444 | A444 | Coventry | Coventry | NFA | Not in Public Interest | ||||
| 21942 | op-snap---monthly-publication-november-2025.pdf | 1484 | 2025-11 | Pedestrian | Kia | spotage | Red | Misc - Non Traffic Offences | None | fenton road | Fenton Road | Coventry | Coventry | NFA | Misc Inc Crimes | 52.4331816 | -1.5630141 | ||
| 12113 | op-snap---monthly-publication-july-2025.pdf | 165 | 2025-07 | Car | Kia | GT.. | Grey | Driving without Due Care and Attention | None | B4101 Coventry | Coventry | Coventry | Coventry | NFA | Outside of 14 Days NIP | 52.400739 | -1.5135474 | ||
| 12662 | op-snap---monthly-publication-july-2025.pdf | 714 | 2025-07 | Car | Kia | Niro | Grey | Driving without Due Care and Attention | None | The Chesils | The Chesils | Coventry | Coventry | NFA | Outside of 14 Days NIP | 52.3887111 | -1.5065639 | ||
| 19916 | op-snap---monthly-publication-may-2025.pdf | 1278 | 2025-05 | Pedestrian | Kia | Rio | Black | Dangerous Driving | None | Kenilworth road | Kenilworth road | Coventry | Coventry | NFA | Outside of 14 Days NIP | 52.3833298 | -1.5379214 | ||
| 19986 | op-snap---monthly-publication-may-2025.pdf | 1348 | 2025-05 | Pedal Bike | Kia | Creed | Silver | Driving without Due Care and Attention | None | Stoney stanton road | Stoney stanton road | Coventry | Coventry | NFA | Outside of 14 Days NIP | 52.4221152 | -1.4959475 | ||
| 905 | op-snap---monthly-publication-april-2025.pdf | 904 | 2025-04 | Pedal Bike | Kia | Black | Driving without Reasonable Consideration | None | Willenhall Lane , Coventry | Willenhall Lane , Coventry | Coventry | Coventry | NFA | Outside of 14 Days NIP | 52.3983962 | -1.4423958 | |||
| 1432 | op-snap---monthly-publication-april-2025.pdf | 1431 | 2025-04 | Car | Kia | NP | Silver | Stop a vehicle within pelican pedestrian crossing limits | None | Stoney Stanton Road , Coventry | Stoney Stanton Road , Coventry | Coventry | Coventry | NFA | Outside of 14 Days NIP | 52.4295082 | -1.4871963 | ||
| 9657 | op-snap---monthly-publication-january-2025.pdf | 765 | 2025-01 | Pedal Bike | Kia | Ceed | Brown | Contravening a Red Traffic Light | None | Beake Ave | Beake Ave | Coventry | Coventry | NFA | No Independent Evidence Available | Yes - Via Email | 52.4360855 | -1.5226352 |
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);