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", reporter_transport_mode = "Pedal Bike" and vehicle_make = "Suzuki" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence, offence_location_raw, offence_location, nfa_rationale, latitude, longitude
offence 6
- Driving without Due Care and Attention 2
- Driving without Reasonable Consideration 2
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 1
- Cause vehicle to be left in a dangerous position 1
- Contravening a Red Traffic Light 1
- Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD 1
disposal 5
- Fixed Penalty 2
- NFA 2
- Warning Letter 2
- Court 1
- Education 1
vehicle_make 1
- Suzuki · 8 ✖
reporter_transport_mode 1
- Pedal Bike · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 11834 | op-snap---monthly-publication-january-2026.pdf | 1295 | 2026-01 | Pedal Bike | Suzuki | Swift | Blue | Driving without Due Care and Attention | None | White Street | White Street | Coventry | Coventry | Court | N/A | 52.4122951 | -1.5045181 | ||
| 15052 | op-snap---monthly-publication-june-2025.pdf | 981 | 2025-06 | Pedal Bike | Suzuki | Ignis | White | Driving without Due Care and Attention | None | Herald Avenue | Herald Avenue | Coventry | Coventry | Warning Letter | N/A | 52.4029059 | -1.5541193 | ||
| 19819 | op-snap---monthly-publication-may-2025.pdf | 1181 | 2025-05 | Pedal Bike | Suzuki | Alto | Red | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | The Burges | The Burges | Coventry | Coventry | Warning Letter | N/A | 52.410226 | -1.5111468 | ||
| 1022 | op-snap---monthly-publication-april-2025.pdf | 1021 | 2025-04 | Pedal Bike | Suzuki | Hatch | White | Cause vehicle to be left in a dangerous position | None | Briton Road , Coventry | Briton Road , Coventry | Coventry | Coventry | NFA | Outside of 14 Days NIP | 52.412783 | -1.480642 | ||
| 1287 | op-snap---monthly-publication-april-2025.pdf | 1286 | 2025-04 | Pedal Bike | Suzuki | NP | GREY | Contravening a Red Traffic Light | None | Foleshill Road | Foleshill Road | Coventry | Coventry | NFA | Outside of 14 Days NIP | 52.4274335 | -1.5002381 | ||
| 18015 | op-snap---monthly-publication-march-2025.pdf | 1772 | 2025-03 | Pedal Bike | Suzuki | Swift | White | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Fole Hill Road | Fole Hill Road | Coventry | Coventry | Fixed Penalty | N/A | Yes - Via Email | |||
| 6611 | op-snap---monthly-publication-february-2025.pdf | 1428 | 2025-02 | Pedal Bike | Suzuki | Swift | Blue | Driving without Reasonable Consideration | Use vehicle on a road without valid test certificate | Mile Lane | Mile Lane | Coventry | Coventry | Fixed Penalty | N/A | Yes - Via Email | 52.3992732 | -1.5044832 | |
| 9544 | op-snap---monthly-publication-january-2025.pdf | 652 | 2025-01 | Pedal Bike | Suzuki | SX4 | Blue | Driving without Reasonable Consideration | None | Mile Lane | Mile Lane | Coventry | Coventry | Education | N/A | Yes - Via Email | 52.3992732 | -1.5044832 |
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);