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", month = "2026-02" 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, latitude, longitude
disposal 3
- Education 6
- NFA 1
- Warning Letter 1
reporter_transport_mode 2
- Car 6
- Pedal Bike 2
offence 1
- Contravening a Red Traffic Light · 8 ✖
month 1
- 2026-02 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7585 | op-snap---monthly-publication-february-2026.pdf | 332 | 2026-02 | Car | Land Rover | Land Rover | Blue | Contravening a Red Traffic Light | None | Tile Hill Lane | Tile Hill Lane | Coventry | Coventry | Education | N/A | 52.4041117 | -1.5595662 | ||
| 7634 | op-snap---monthly-publication-february-2026.pdf | 381 | 2026-02 | Car | Ford | Focus | Blue | Contravening a Red Traffic Light | None | Walsgrave Road | Walsgrave Road | Coventry | Coventry | Education | N/A | 52.4096725 | -1.487901 | ||
| 7811 | op-snap---monthly-publication-february-2026.pdf | 558 | 2026-02 | Car | Vauxhall | Corsa | White | Contravening a Red Traffic Light | None | A444/Coventry Rd roundabout | A444/Coventry Road roundabout | Coventry | Coventry | Warning Letter | N/A | 52.4471432 | -1.4975901 | ||
| 7830 | op-snap---monthly-publication-february-2026.pdf | 577 | 2026-02 | Car | Seat | Leon | Grey | Contravening a Red Traffic Light | None | Coventry Eastern Bypass | Coventry Eastern Bypass | Coventry | Coventry | Education | N/A | 52.3793117 | -1.4625379 | ||
| 7920 | op-snap---monthly-publication-february-2026.pdf | 667 | 2026-02 | Pedal Bike | Toyota | Corolla | Silver | Contravening a Red Traffic Light | None | Stoney Stanton Road | Stoney Stanton Road | Coventry | Coventry | Education | N/A | 52.4221152 | -1.4959475 | ||
| 8087 | op-snap---monthly-publication-february-2026.pdf | 834 | 2026-02 | Car | Audi | A3 | Black | Contravening a Red Traffic Light | None | Binley Road | Binley Road | Coventry | Coventry | NFA | 52.4070602 | -1.4732469 | |||
| 8463 | op-snap---monthly-publication-february-2026.pdf | 1210 | 2026-02 | Car | Vauxhall | Corsa | Grey | Contravening a Red Traffic Light | None | A444 Jimmy Hill Way | Jimmy Hill Way | Coventry | Coventry | Education | N/A | 52.4214017 | -1.4870278 | ||
| 8815 | op-snap---monthly-publication-february-2026.pdf | 1562 | 2026-02 | Pedal Bike | BMW | M3.. | Grey | Contravening a Red Traffic Light | None | Jimmy Hill Way | Jimmy Hill Way | Coventry | Coventry | Education | N/A | 52.4214017 | -1.4870278 |
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);