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'}
13 rows where council_area = "Dudley", month = "2025-09" and vehicle_make = "Volkswagen" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, offence_location_raw, offence_location, nfa_rationale
offence 6
disposal 4
- NFA 7
- Education 2
- Fixed Penalty 2
- Warning Letter 2
vehicle_make 1
- Volkswagen · 13 ✖
month 1
- 2025-09 · 13 ✖
council_area 1
- Dudley · 13 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 23794 | op-snap---monthly-publication-september-2025.pdf | 13 | 2025-09 | Other | Volkswagen | Polo | Blue | Driving without Due Care and Attention | None | Norwood Road | Norwood Road | Dudley | Dudley | Fixed Penalty | N/A | 52.4831397 | -2.1309273 | ||
| 23988 | op-snap---monthly-publication-september-2025.pdf | 207 | 2025-09 | Other | Volkswagen | Scirocco | Silver | No Insurance | None | Western Avenue | Western Avenue | Dudley | Dudley | NFA | No Independent Evidence Available | 52.4535134 | -2.0258726 | ||
| 23990 | op-snap---monthly-publication-september-2025.pdf | 209 | 2025-09 | Other | Volkswagen | Golf | Black | Driving without Due Care and Attention | None | Waterfront Car Park | Waterfront Car Park | Dudley | Dudley | Education | N/A | ||||
| 24482 | op-snap---monthly-publication-september-2025.pdf | 701 | 2025-09 | Car | Volkswagen | Golf | Silver | Driving without Due Care and Attention | None | Waterfront car park 7 | Waterfront car park 7 | Dudley | Dudley | NFA | No Independent Evidence Available | ||||
| 24607 | op-snap---monthly-publication-september-2025.pdf | 826 | 2025-09 | Car | Volkswagen | Tiguan | Black | Driving without Due Care and Attention | None | High Street, Stourbridge | High Street, Stourbridge | Dudley | Dudley | Education | N/A | 52.4570763 | -2.1136199 | ||
| 24620 | op-snap---monthly-publication-september-2025.pdf | 839 | 2025-09 | other | Volkswagen | golf | Grey | Misc - Non Traffic Offences | None | Waterfront car park | Waterfront car park | Dudley | Dudley | NFA | No Independent Evidence Available | ||||
| 24623 | op-snap---monthly-publication-september-2025.pdf | 842 | 2025-09 | Other | Volkswagen | Caddy van | White | Misc - Non Traffic Offences | None | Waterfront car park | Waterfront car park | Dudley | Dudley | NFA | No Independent Evidence Available | ||||
| 24769 | op-snap---monthly-publication-september-2025.pdf | 988 | 2025-09 | Other | Volkswagen | Golf | White | Driving without Due Care and Attention | None | Merry Hill Main Car Park | Merry Hill Main Car Park | Dudley | Dudley | NFA | No Offence | ||||
| 24771 | op-snap---monthly-publication-september-2025.pdf | 990 | 2025-09 | Other | Volkswagen | EOS | Black | Driving without Due Care and Attention | None | Merry Hill Main Car Park | Merry Hill Main Car Park | Dudley | Dudley | Warning Letter | N/A | ||||
| 24808 | op-snap---monthly-publication-september-2025.pdf | 1027 | 2025-09 | Other | Volkswagen | Taigo | Blue | Driving without Reasonable Consideration | None | Thorns Hill | Thorns Hill | Dudley | Dudley | Fixed Penalty | N/A | 52.4679374 | -2.1184626 | ||
| 24850 | op-snap---monthly-publication-september-2025.pdf | 1069 | 2025-09 | Car | Volkswagen | Touran | Black | Contravening a Red Traffic Light | None | King Street | King Street | Dudley | Dudley | NFA | Outside of 14 Days NIP | 52.5095654 | -2.0806912 | ||
| 24992 | op-snap---monthly-publication-september-2025.pdf | 1211 | 2025-09 | Car | Volkswagen | scirocco | White | Misc - Non Traffic Offences | None | m5 | M5 | Dudley | Dudley | NFA | Misc Inc Crimes | ||||
| 25264 | op-snap---monthly-publication-september-2025.pdf | 1483 | 2025-09 | Car | Volkswagen | Polo | White | VRM fails to conform to Regulations | None | Wollescote Road | Wollescote Road | Dudley | Dudley | Warning Letter | N/A | 52.4471527 | -2.1236271 |
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);