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", reporter_transport_mode = "Car" and vehicle_make = "Kia" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, offence_location_raw, offence_location, nfa_rationale, latitude, longitude
offence 4
disposal 4
- Education 5
- NFA 5
- Fixed Penalty 1
- Warning Letter 1
vehicle_make 1
- Kia · 12 ✖
reporter_transport_mode 1
- Car · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 11539 | op-snap---monthly-publication-january-2026.pdf | 1000 | 2026-01 | Car | Kia | Ceed | Red | Driving without Due Care and Attention | None | Fletchamstead Highway | Fletchamstead Highway | Coventry | Coventry | Education | N/A | 52.396476 | -1.5561348 | ||
| 4343 | op-snap---monthly-publication-december-2025.pdf | 471 | 2025-12 | Car | Kia | Rio | Silver | Driving without Due Care and Attention | None | Holyhead Road | Holyhead Road | Coventry | Coventry | Education | N/A | 52.418488 | -1.5472387 | ||
| 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 | ||||
| 21507 | op-snap---monthly-publication-november-2025.pdf | 1049 | 2025-11 | Car | Kia | Niro | Black | Contravening a Red Traffic Light | None | Swan Lane | Swan Lane | Coventry | Coventry | Fixed Penalty | N/A | 52.4180375 | -1.4895028 | ||
| 22994 | op-snap---monthly-publication-october-2025.pdf | 944 | 2025-10 | Car | Kia | Sportage | Blue | Contravening a Red Traffic Light | None | Fletchamstead Highway | Fletchamstead Highway | Coventry | Coventry | Education | N/A | 52.396476 | -1.5561348 | ||
| 2341 | op-snap---monthly-publication-august-2025.pdf | 316 | 2025-08 | Car | Kia | Sportage | Silver | Contravening a Red Traffic Light | None | Albany Road | Albany Road | Coventry | Coventry | Education | N/A | 52.4006218 | -1.5284125 | ||
| 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 | ||
| 13190 | op-snap---monthly-publication-july-2025.pdf | 1242 | 2025-07 | Car | Kia | Rio.. | Red | Contravening a Red Traffic Light | None | B4109 Aldermans Green Road | Aldermans Green Road | Coventry | Coventry | Education | N/A | 52.4520641 | -1.4663835 | ||
| 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 | ||
| 9635 | op-snap---monthly-publication-january-2025.pdf | 743 | 2025-01 | Car | Kia | Sportage | Black | No Seat Belt | None | Henley Road | Henley Road | Coventry | Coventry | Warning Letter | N/A | Yes - Via Email | 52.4307281 | -1.462755 |
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);