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-06" and vehicle_make = "Volkswagen" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, nfa_rationale
disposal 5
- NFA 5
- Education 2
- Fixed Penalty 1
- RTC - Actioned 1
- Warning Letter 1
offence 3
vehicle_make 1
- Volkswagen · 10 ✖
reporter_transport_mode 1
- Car 10
month 1
- 2025-06 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 14363 | op-snap---monthly-publication-june-2025.pdf | 292 | 2025-06 | Car | Volkswagen | Golf | Grey | Contravening a Red Traffic Light | None | Brays Road | Brays Road | Coventry | Coventry | Education | N/A | 52.4576718 | -1.7968647 | ||
| 14420 | op-snap---monthly-publication-june-2025.pdf | 349 | 2025-06 | Car | Volkswagen | Sharan | Black | Using a Mobile Phone Whilst Driving | None | Jimmy Hill Way | Jimmy Hill Way | Coventry | Coventry | NFA | No Independent Evidence Available | 52.4214017 | -1.4870278 | ||
| 14838 | op-snap---monthly-publication-june-2025.pdf | 767 | 2025-06 | Car | Volkswagen | Golf | White | Contravening a Red Traffic Light | None | Allesley Road | Allesley Road | Coventry | Coventry | Education | N/A | 52.412663 | -1.5443742 | ||
| 14878 | op-snap---monthly-publication-june-2025.pdf | 807 | 2025-06 | Car | Volkswagen | Golf | Black | Driving without Due Care and Attention | None | A45 | A45 | Coventry | Coventry | Fixed Penalty | N/A | ||||
| 14913 | op-snap---monthly-publication-june-2025.pdf | 842 | 2025-06 | Car | Volkswagen | Golf | Blue | Using a Mobile Phone Whilst Driving | None | Randle Street | Randle Street | Coventry | Coventry | NFA | No Offence | 52.4179193 | -1.5227563 | ||
| 15124 | op-snap---monthly-publication-june-2025.pdf | 1053 | 2025-06 | Car | Volkswagen | Caddy | Blue | Contravening a Red Traffic Light | None | Ansty Road | Ansty Road | Coventry | Coventry | NFA | No Independent Evidence Available | 52.4205675 | -1.4520187 | ||
| 15211 | op-snap---monthly-publication-june-2025.pdf | 1140 | 2025-06 | Car | Volkswagen | Passat | Silver | Contravening a Red Traffic Light | None | Far Gosford Street | Far Gosford Street | Coventry | Coventry | Warning Letter | N/A | 52.4071231 | -1.4985178 | ||
| 15454 | op-snap---monthly-publication-june-2025.pdf | 1383 | 2025-06 | Car | Volkswagen | White | Contravening a Red Traffic Light | None | Foleshill Road | Foleshill Road | Coventry | Coventry | NFA | No Independent Evidence Available | 52.4274335 | -1.5002381 | |||
| 15689 | op-snap---monthly-publication-june-2025.pdf | 1618 | 2025-06 | Car | Volkswagen | Polo | Black | Driving without Due Care and Attention | None | Leamington Road | Leamington Road | Coventry | Coventry | NFA | Outside of 14 Days NIP | 52.3921304 | -1.5156601 | ||
| 16030 | op-snap---monthly-publication-june-2025.pdf | 1959 | 2025-06 | Car | Volkswagen | Golf | Silver | Driving without Due Care and Attention | None | Oslo Gardens | Oslo Gardens | Coventry | Coventry | RTC - Actioned | N/A | 52.4261555 | -1.4377624 |
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);