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", month = "2025-09" and vehicle_make = "BMW" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, second_offence, offence_location, nfa_rationale, latitude, longitude
offence 7
disposal 4
- NFA 8
- Warning Letter 2
- Education 1
- Fixed Penalty 1
reporter_transport_mode 3
- Car 8
- Pedal Bike 3
- Pedestrian 1
vehicle_make 1
- BMW · 12 ✖
month 1
- 2025-09 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 23828 | op-snap---monthly-publication-september-2025.pdf | 47 | 2025-09 | Pedal Bike | BMW | X3.. | Grey | Using a Mobile Phone Whilst Driving | None | Burnaby Road | Burnaby Road | Coventry | Coventry | NFA | No Independent Evidence Available | 52.4352 | -1.5194238 | ||
| 23905 | op-snap---monthly-publication-september-2025.pdf | 124 | 2025-09 | Car | BMW | Silver | Driving without Due Care and Attention | None | Tamworth Road | Tamworth Road | Coventry | Coventry | NFA | No Offence | 52.4380313 | -1.5339558 | |||
| 24285 | op-snap---monthly-publication-september-2025.pdf | 504 | 2025-09 | Car | BMW | 320 | White | Driving without Reasonable Consideration | None | Princetorpe Way | Princetorpe Way | Coventry | Coventry | Education | N/A | ||||
| 24468 | op-snap---monthly-publication-september-2025.pdf | 687 | 2025-09 | Car | BMW | M5 | Grey | Driving without Due Care and Attention | None | A45 Coventry Road | Coventry Road | Coventry | Coventry | NFA | No VRM | 52.4111289 | -1.5094345 | ||
| 24511 | op-snap---monthly-publication-september-2025.pdf | 730 | 2025-09 | Pedal Bike | BMW | M135 | Grey | Driving without Due Care and Attention | None | Tanners Lane Coventry | Tanners Lane Coventry | Coventry | Coventry | Fixed Penalty | N/A | 52.4007746 | -1.5997847 | ||
| 24523 | op-snap---monthly-publication-september-2025.pdf | 742 | 2025-09 | Car | BMW | 330 | Grey | Motor vehicle fail to comply with endorsable sect | ion 36 traffic sign -otheNr othnaen manned or automatic | Setqounipeym Setnatnton Road | Setqounipeym Setnatnton Road | Coventry | Coventry | NFA | No Independent Evidence Available | ||||
| 24648 | op-snap---monthly-publication-september-2025.pdf | 867 | 2025-09 | Car | BMW | 5 series | Silver | Contravening a Red Traffic Light | None | Foleshill Road, | Foleshill Road | Coventry | Coventry | NFA | Outside of 14 DAYS Late Submission | 52.4274335 | -1.5002381 | ||
| 24683 | op-snap---monthly-publication-september-2025.pdf | 902 | 2025-09 | Car | BMW | M340 | Grey | Driving without Due Care and Attention | None | Coventry Inner Ring Road | Coventry Inner Ring Road | Coventry | Coventry | NFA | No Offence | ||||
| 24793 | op-snap---monthly-publication-september-2025.pdf | 1012 | 2025-09 | Pedal Bike | BMW | 3 | Silver | Driving without Due Care and Attention | None | Cheveral Avenue | Cheveral Avenue | Coventry | Coventry | NFA | No Independent Evidence Available | 52.4257402 | -1.5185037 | ||
| 24953 | op-snap---monthly-publication-september-2025.pdf | 1172 | 2025-09 | Car | BMW | 330i | Black | Contravening a Red Traffic Light | None | Canley Road | Canley Road | Coventry | Coventry | NFA | Outside of 14 DAYS Late Submission | 52.4006176 | -1.5454677 | ||
| 25469 | op-snap---monthly-publication-september-2025.pdf | 1688 | 2025-09 | Pedestrian | BMW | X5 | Green | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | woodside avenue | Woodside Avenue | Coventry | Coventry | Warning Letter | N/A | 52.3874324 | -1.5312423 | ||
| 25622 | op-snap---monthly-publication-september-2025.pdf | 1841 | 2025-09 | Car | BMW | 2 series | Black | VRM fails to conform to Regulations | None | Coventry Road | Coventry Road | Coventry | Coventry | Warning Letter | N/A | 52.4111289 | -1.5094345 |
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);