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'}
10 rows where council_area = "Coventry", month = "2025-09" and vehicle_make = "Audi" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, nfa_rationale
offence 5
disposal 5
- Warning Letter 4
- Fixed Penalty 2
- NFA 2
- Court 1
- Education 1
reporter_transport_mode 3
- Car 6
- Pedal Bike 3
- Pedestrian 1
vehicle_make 1
- Audi · 10 ✖
month 1
- 2025-09 · 10 ✖
council_area 1
- Coventry · 10 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 23822 | op-snap---monthly-publication-september-2025.pdf | 41 | 2025-09 | Car | Audi | A4 | White | Driving without Reasonable Consideration | None | a45 | A45 | Coventry | Coventry | Warning Letter | N/A | ||||
| 23830 | op-snap---monthly-publication-september-2025.pdf | 49 | 2025-09 | Pedal Bike | Audi | A1 | Grey | Driving without Reasonable Consideration | None | Corporation Street | Corporation Street | Coventry | Coventry | Warning Letter | N/A | 52.4086244 | -1.515132 | ||
| 23835 | op-snap---monthly-publication-september-2025.pdf | 54 | 2025-09 | Pedal Bike | Audi | RS5 | Grey | Using a Mobile Phone Whilst Driving | None | Stoney Stanton Road | Stoney Stanton Road | Coventry | Coventry | Court | N/A | 52.4221152 | -1.4959475 | ||
| 24122 | op-snap---monthly-publication-september-2025.pdf | 341 | 2025-09 | Pedal Bike | Audi | A1 | Grey | Driving without Due Care and Attention | None | Allesley Old Road | Allesley Old Road | Coventry | Coventry | NFA | No Offence | 52.4103629 | -1.5441218 | ||
| 24373 | op-snap---monthly-publication-september-2025.pdf | 592 | 2025-09 | Car | Audi | Black | Contravening a Red Traffic Light | None | Cox Street | Cox Street | Coventry | Coventry | Warning Letter | N/A | 52.4092228 | -1.5034119 | |||
| 24476 | op-snap---monthly-publication-september-2025.pdf | 695 | 2025-09 | Car | Audi | A6 | Silver | Driving without Due Care and Attention | None | Charter Av | Charter Avenue | Coventry | Coventry | NFA | No Offence | 52.3928409 | -1.5888076 | ||
| 24601 | op-snap---monthly-publication-september-2025.pdf | 820 | 2025-09 | Car | Audi | Grey | Using a Mobile Phone Whilst Driving | None | Blackberry Lane | Blackberry Lane | Coventry | Coventry | Fixed Penalty | N/A | 52.4254016 | -1.4665041 | |||
| 24801 | op-snap---monthly-publication-september-2025.pdf | 1020 | 2025-09 | Pedestrian | Audi | Q5 | White | Using a Mobile Phone Whilst Driving | None | Binley Road | Binley Road | Coventry | Coventry | Fixed Penalty | N/A | 52.4070602 | -1.4732469 | ||
| 24807 | op-snap---monthly-publication-september-2025.pdf | 1026 | 2025-09 | Car | Audi | Q7 | Blue | Driving without Due Care and Attention | None | Jimmy Hill Way | Jimmy Hill Way | Coventry | Coventry | Education | N/A | 52.4214017 | -1.4870278 | ||
| 25196 | op-snap---monthly-publication-september-2025.pdf | 1415 | 2025-09 | Car | Audi | A4 | White | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Moseley Avenue | Moseley Avenue | Coventry | Coventry | Warning Letter | N/A | 52.417344 | -1.5264979 |
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);