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", reporter_transport_mode = "Pedal Bike" and vehicle_make = "Skoda" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, source_row, vehicle_model, vehicle_colour, nfa_rationale
offence 6
- Driving without Due Care and Attention 3
- Using a Mobile Phone Whilst Driving 3
- Driving without Reasonable Consideration 2
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 1
- Contravening a Red Traffic Light 1
- Stop a vehicle within pelican pedestrian crossing limits 1
disposal 4
- Education 4
- Fixed Penalty 4
- NFA 2
- Warning Letter 1
vehicle_make 1
- Skoda · 11 ✖
reporter_transport_mode 1
- Pedal Bike · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 4620 | op-snap---monthly-publication-december-2025.pdf | 748 | 2025-12 | Pedal Bike | Skoda | Fabia | grey | Driving without Due Care and Attention | None | Far Gosford Street | Far Gosford Street | Coventry | Coventry | Education | N/A | 52.4071231 | -1.4985178 | ||
| 22122 | op-snap---monthly-publication-october-2025.pdf | 72 | 2025-10 | Pedal Bike | Skoda | Octavia | Silver | Driving without Due Care and Attention | None | Hurst Road | Hurst Road | Coventry | Coventry | NFA | No Offence | 52.4496884 | -1.4816181 | ||
| 24472 | op-snap---monthly-publication-september-2025.pdf | 691 | 2025-09 | Pedal Bike | Skoda | Fabia | Silver | Driving without Due Care and Attention | None | Allesley Old Road | Allesley Old Road | Coventry | Coventry | Education | N/A | 52.4103629 | -1.5441218 | ||
| 19806 | op-snap---monthly-publication-may-2025.pdf | 1168 | 2025-05 | Pedal Bike | Skoda | Octavia | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Corporation Street | Corporation Street | Coventry | Coventry | Warning Letter | N/A | 52.4086244 | -1.515132 | ||
| 73 | op-snap---monthly-publication-april-2025.pdf | 72 | 2025-04 | Pedal Bike | Skoda | Octavia | Silver | Stop a vehicle within pelican pedestrian crossing limits | None | Stoney Stanton Road | Stoney Stanton Road | Coventry | Coventry | Fixed Penalty | N/A | 52.4221152 | -1.4959475 | ||
| 318 | op-snap---monthly-publication-april-2025.pdf | 317 | 2025-04 | Pedal Bike | Skoda | Fabia | Silver | Using a Mobile Phone Whilst Driving | None | Clifford Bridge Road | Clifford Bridge Road | Coventry | Coventry | Fixed Penalty | N/A | 52.4134557 | -1.4442138 | ||
| 16251 | op-snap---monthly-publication-march-2025.pdf | 8 | 2025-03 | Pedal Bike | Skoda | Kodiaq | Grey | Contravening a Red Traffic Light | None | Barker Butts Lane | Barker Butts Lane | Coventry | Coventry | Education | N/A | Yes - Via Email | |||
| 17862 | op-snap---monthly-publication-march-2025.pdf | 1619 | 2025-03 | Pedal Bike | Skoda | Kamiq | White | Using a Mobile Phone Whilst Driving | None | Foles Hill Road | Foleshill Road | Coventry | Coventry | Fixed Penalty | N/A | Yes - Via Email | 52.4274335 | -1.5002381 | |
| 18079 | op-snap---monthly-publication-march-2025.pdf | 1836 | 2025-03 | Pedal Bike | Skoda | Enyaq | White | Driving without Reasonable Consideration | None | Fenside Avenue | Fenside Avenue | Coventry | Coventry | NFA | No Independent Evidence Available | Yes - Via Email | 52.3790382 | -1.5053363 | |
| 6631 | op-snap---monthly-publication-february-2025.pdf | 1448 | 2025-02 | Pedal Bike | Skoda | Superb | Silver | Driving without Reasonable Consideration | None | A429 Kenilworth Road | Kenilworth Road | Coventry | Coventry | Education | N/A | Yes - Via Email | 52.3833298 | -1.5379214 | |
| 9237 | op-snap---monthly-publication-january-2025.pdf | 345 | 2025-01 | Pedal Bike | Skoda | Karoq | Black | Using a Mobile Phone Whilst Driving | None | Bell Green Road | Bell Green Road | Coventry | Coventry | Fixed Penalty | N/A | Yes - Via Email | 52.4324855 | -1.4815548 |
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);