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", disposal = "Warning Letter" and offence = "Using a Mobile Phone Whilst Driving" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_colour, nfa_rationale
reporter_transport_mode 3
- Car 7
- Pedal Bike 3
- Other 1
offence 1
- Using a Mobile Phone Whilst Driving · 11 ✖
disposal 1
- Warning Letter · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 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 | ||||
| 14754 | op-snap---monthly-publication-june-2025.pdf | 683 | 2025-06 | Car | Nissan | Micra | Grey | Using a Mobile Phone Whilst Driving | None | Fletchhamstead Highway | Fletchhamstead Highway | Coventry | Coventry | Warning Letter | N/A | ||||
| 15618 | op-snap---monthly-publication-june-2025.pdf | 1547 | 2025-06 | Other | Ford | Kuga | Blue | Using a Mobile Phone Whilst Driving | None | Brentwood Avenue | Brentwood Avenue | Coventry | Coventry | Warning Letter | N/A | 52.3747077 | -1.5106466 | ||
| 19690 | op-snap---monthly-publication-may-2025.pdf | 1052 | 2025-05 | Car | Ford | Transit | White | Using a Mobile Phone Whilst Driving | None | Sky Blue WAY | Sky Blue WAY | Coventry | Coventry | Warning Letter | N/A | 52.4085943 | -1.4943275 | ||
| 20175 | op-snap---monthly-publication-may-2025.pdf | 1537 | 2025-05 | Car | Ford | C-max | Blue | Using a Mobile Phone Whilst Driving | None | Blackberry Lane | Blackberry Lane | Coventry | Coventry | Warning Letter | N/A | 52.4254016 | -1.4665041 | ||
| 20361 | op-snap---monthly-publication-may-2025.pdf | 1723 | 2025-05 | Car | Jaguar | F pace | White | Using a Mobile Phone Whilst Driving | None | Fosehill Road | Foleshill Road | Coventry | Coventry | Warning Letter | N/A | 52.4274335 | -1.5002381 | ||
| 16999 | op-snap---monthly-publication-march-2025.pdf | 756 | 2025-03 | Pedal Bike | Vauxhall | Zafira | Black | Using a Mobile Phone Whilst Driving | None | Clifford Bridge Road | Clifford Bridge Road | Coventry | Coventry | Warning Letter | N/A | Yes - Via Email | 52.4134557 | -1.4442138 | |
| 17774 | op-snap---monthly-publication-march-2025.pdf | 1531 | 2025-03 | Pedal Bike | Land Rover | Evoque | Orange | Using a Mobile Phone Whilst Driving | None | Woodway Lane | Woodway Lane | Coventry | Coventry | Warning Letter | N/A | Yes - Via Email | 52.4275505 | -1.4448681 | |
| 18528 | op-snap---monthly-publication-march-2025.pdf | 2285 | 2025-03 | Car | Vauxhall | Mokka | Grey | Using a Mobile Phone Whilst Driving | None | Abberdale Road | Abberdale Road | Coventry | Coventry | Warning Letter | Outside of 14 Days NIP | Yes - Via Email | |||
| 10238 | op-snap---monthly-publication-january-2025.pdf | 1346 | 2025-01 | Car | Peugeot | 208 | Silver | Using a Mobile Phone Whilst Driving | None | Southbank Road | Southbank Road | Coventry | Coventry | Warning Letter | N/A | Yes - Via Email | 52.4196484 | -1.5378948 | |
| 10364 | op-snap---monthly-publication-january-2025.pdf | 1472 | 2025-01 | Pedal Bike | Honda | jazz | Blue | Using a Mobile Phone Whilst Driving | None | Henley Rd | Henley Road | Coventry | Coventry | Warning Letter | N/A | Yes - Via Email | 52.4307281 | -1.462755 |
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);