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", month = "2025-12" and offence = "Contravening a Red Traffic Light" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, offence_location_raw, offence_location, nfa_rationale, latitude, longitude
vehicle_make 8
- Kia 2
- Toyota 2
- Volkswagen 2
- Ford 1
- Mazda 1
- Mercedes-Benz 1
- Mg 1
- Nissan 1
disposal 5
- NFA 6
- Warning Letter 2
- Court 1
- Education 1
- Fixed Penalty 1
reporter_transport_mode 3
- Car 6
- Pedestrian 3
- Pedal Bike 2
offence 1
- Contravening a Red Traffic Light · 11 ✖
month 1
- 2025-12 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3905 | op-snap---monthly-publication-december-2025.pdf | 33 | 2025-12 | Pedestrian | Volkswagen | Crafter | White | Contravening a Red Traffic Light | None | Leaf Lane | Leaf Lane | Coventry | Coventry | NFA | No Independent Evidence Available | 52.3837942 | -1.4979145 | ||
| 3906 | op-snap---monthly-publication-december-2025.pdf | 34 | 2025-12 | Pedestrian | Ford | Fiesta | White | Contravening a Red Traffic Light | None | Leaf Lane | Leaf Lane | Coventry | Coventry | NFA | No Independent Evidence Available | 52.3837942 | -1.4979145 | ||
| 3907 | op-snap---monthly-publication-december-2025.pdf | 35 | 2025-12 | Pedestrian | Mercedes-Benz | Grey | Contravening a Red Traffic Light | None | Leaf Lane | Leaf Lane | Coventry | Coventry | NFA | No Independent Evidence Available | 52.3837942 | -1.4979145 | |||
| 4058 | op-snap---monthly-publication-december-2025.pdf | 186 | 2025-12 | Car | Toyota | Yaris | White | Contravening a Red Traffic Light | None | Beake Avenue | Beake Avenue | Coventry | Coventry | NFA | No Independent Evidence Available | 52.4388246 | -1.5229308 | ||
| 4150 | op-snap---monthly-publication-december-2025.pdf | 278 | 2025-12 | Car | Volkswagen | Polo | Black | Contravening a Red Traffic Light | None | Park Gate Road | Park Gate Road | Coventry | Coventry | Court | N/A | 52.4538286 | -1.7889568 | ||
| 4327 | op-snap---monthly-publication-december-2025.pdf | 455 | 2025-12 | Car | Nissan | Qashqai | Black | Contravening a Red Traffic Light | None | Fletchemstead Highway A45 | Fletchemstead Highway A45 | Coventry | Coventry | Warning Letter | N/A | ||||
| 4479 | op-snap---monthly-publication-december-2025.pdf | 607 | 2025-12 | Pedal Bike | Mazda | RX 8 | Silver | Contravening a Red Traffic Light | None | Bell Green Road | Bell Green Road | Coventry | Coventry | NFA | No Independent Evidence Available | 52.4324855 | -1.4815548 | ||
| 4518 | op-snap---monthly-publication-december-2025.pdf | 646 | 2025-12 | Car | Toyota | Prius | Grey | Contravening a Red Traffic Light | None | The Chesils | The Chesils | Coventry | Coventry | Fixed Penalty | N/A | 52.3887111 | -1.5065639 | ||
| 4675 | op-snap---monthly-publication-december-2025.pdf | 803 | 2025-12 | Car | Mg | 3.. | Black | Contravening a Red Traffic Light | None | Blackberry Lane | Blackberry Lane | Coventry | Coventry | Education | N/A | 52.4254016 | -1.4665041 | ||
| 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 | ||
| 5002 | op-snap---monthly-publication-december-2025.pdf | 1130 | 2025-12 | Pedal Bike | Kia | Sportage | White | Contravening a Red Traffic Light | None | Stoney Stanton Road | Stoney Stanton Road | Coventry | Coventry | Warning Letter | N/A | 52.4221152 | -1.4959475 |
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);