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", offence = "Using a Mobile Phone Whilst Driving" and vehicle_make = "Citroen" 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
reporter_transport_mode 3
- Pedal Bike 7
- Car 3
- Pedestrian 1
disposal 3
- Fixed Penalty 8
- NFA 2
- Warning Letter 1
vehicle_make 1
- Citroen · 11 ✖
offence 1
- Using a Mobile Phone Whilst Driving · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 4292 | op-snap---monthly-publication-december-2025.pdf | 420 | 2025-12 | Pedal Bike | Citroen | C3 | Black | Using a Mobile Phone Whilst Driving | None | Hipswell Highway | Hipswell Highway | Coventry | Coventry | Fixed Penalty | N/A | 52.4119456 | -1.4589896 | ||
| 21506 | op-snap---monthly-publication-november-2025.pdf | 1048 | 2025-11 | Pedal Bike | Citroen | Relay | White | Using a Mobile Phone Whilst Driving | None | Stoney Stanton Road | Stoney Stanton Road | Coventry | Coventry | Fixed Penalty | N/A | 52.4221152 | -1.4959475 | ||
| 21663 | op-snap---monthly-publication-november-2025.pdf | 1205 | 2025-11 | Pedal Bike | Citroen | C3 | White | Using a Mobile Phone Whilst Driving | None | Walsgrave Road | Walsgrave Road | Coventry | Coventry | Fixed Penalty | N/A | 52.4096725 | -1.487901 | ||
| 23003 | op-snap---monthly-publication-october-2025.pdf | 953 | 2025-10 | Car | Citroen | E-C4 | Blue | Using a Mobile Phone Whilst Driving | None | Skipworth Road | Skipworth Road | Coventry | Coventry | NFA | No Independent Evidence Available | 52.3980123 | -1.438048 | ||
| 13901 | op-snap---monthly-publication-july-2025.pdf | 1953 | 2025-07 | Car | Citroen | Berlingo | White | Using a Mobile Phone Whilst Driving | None | Unknon in Coventry | Unknon in Coventry | Coventry | Coventry | Warning Letter | N/A | ||||
| 17357 | op-snap---monthly-publication-march-2025.pdf | 1114 | 2025-03 | Pedal Bike | Citroen | Picasso | White | Using a Mobile Phone Whilst Driving | No Insurance | Bell Green Rd | Bell Green Road | Coventry | Coventry | NFA | No Independent Evidence Available | Yes - Via Email | 52.4324855 | -1.4815548 | |
| 18268 | op-snap---monthly-publication-march-2025.pdf | 2025 | 2025-03 | Pedestrian | Citroen | C1 | Grey | Using a Mobile Phone Whilst Driving | None | Woodway Lane | Woodway Lane | Coventry | Coventry | Fixed Penalty | N/A | Yes - Via Email | 52.4275505 | -1.4448681 | |
| 18419 | op-snap---monthly-publication-march-2025.pdf | 2176 | 2025-03 | Car | Citroen | C4 | Silver | Using a Mobile Phone Whilst Driving | None | Binley Road | Binley Road | Coventry | Coventry | Fixed Penalty | N/A | Yes - Via Email | 52.4070602 | -1.4732469 | |
| 9489 | op-snap---monthly-publication-january-2025.pdf | 597 | 2025-01 | Pedal Bike | Citroen | C5 | Blue | Using a Mobile Phone Whilst Driving | None | Clifford Bridge Road | Clifford Bridge Road | Coventry | Coventry | Fixed Penalty | N/A | Yes - Via Email | 52.4134557 | -1.4442138 | |
| 9494 | op-snap---monthly-publication-january-2025.pdf | 602 | 2025-01 | Pedal Bike | Citroen | Berlingo | Silver | Using a Mobile Phone Whilst Driving | None | Herald Way | Herald Way | Coventry | Coventry | Fixed Penalty | N/A | Yes - Via Email | 52.3949335 | -1.4405195 | |
| 9762 | op-snap---monthly-publication-january-2025.pdf | 870 | 2025-01 | Pedal Bike | Citroen | Picasso | Silver | Using a Mobile Phone Whilst Driving | None | Binley Road | Binley Road | Coventry | Coventry | Fixed Penalty | N/A | Yes - Via Email | 52.4070602 | -1.4732469 |
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);