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'}
8 rows where council_area = "Dudley", month = "2025-07" and vehicle_make = "Volkswagen" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, nfa_rationale
offence 5
- Driving without Due Care and Attention 4
- Cause vehicle to be left in a dangerous position 1
- Misc - Non Traffic Offences 1
- Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD 1
- Use a vehicle / cycle on a road and contravene a local traffic order other than parking 1
disposal 4
- NFA 3
- Fixed Penalty 2
- Warning Letter 2
- RTC - Actioned 1
reporter_transport_mode 2
- Car 6
- Pedestrian 2
vehicle_make 1
- Volkswagen · 8 ✖
month 1
- 2025-07 · 8 ✖
council_area 1
- Dudley · 8 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 12146 | op-snap---monthly-publication-july-2025.pdf | 198 | 2025-07 | Car | Volkswagen | Passatt | Black | Driving without Due Care and Attention | None | Uplands Road | Uplands Road | Dudley | Dudley | RTC - Actioned | N/A | 52.5009397 | -2.0650922 | ||
| 12161 | op-snap---monthly-publication-july-2025.pdf | 213 | 2025-07 | Car | Volkswagen | Up | White | Driving without Due Care and Attention | None | Swan Lane | Swan Lane | Dudley | Dudley | NFA | No VRM | 52.4790844 | -2.1511181 | ||
| 12209 | op-snap---monthly-publication-july-2025.pdf | 261 | 2025-07 | Pedestrian | Volkswagen | Golf | Black | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Kirkstone Way | Kirkstone Way | Dudley | Dudley | Fixed Penalty | N/A | 52.4709992 | -2.1310412 | ||
| 12315 | op-snap---monthly-publication-july-2025.pdf | 367 | 2025-07 | Pedestrian | Volkswagen | Golf | Black | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | Turners Lane | Turners Lane | Dudley | Dudley | NFA | No Independent Evidence Available | 52.4721372 | -2.1243522 | ||
| 12946 | op-snap---monthly-publication-july-2025.pdf | 998 | 2025-07 | Car | Volkswagen | Scirocco | Black | Misc - Non Traffic Offences | None | Strem Road | Strem Road | Dudley | Dudley | NFA | Misc Inc Crimes | ||||
| 13106 | op-snap---monthly-publication-july-2025.pdf | 1158 | 2025-07 | Car | Volkswagen | CC | Silver | Driving without Due Care and Attention | None | Russells Hall Road | Russells Hall Road | Dudley | Dudley | Fixed Penalty | N/A | 52.5026661 | -2.1191102 | ||
| 13261 | op-snap---monthly-publication-july-2025.pdf | 1313 | 2025-07 | Car | Volkswagen | T-Roc | Grey | Cause vehicle to be left in a dangerous position | None | Roberts St | Roberts Street | Dudley | Dudley | Warning Letter | N/A | 52.5213135 | -2.1197042 | ||
| 13651 | op-snap---monthly-publication-july-2025.pdf | 1703 | 2025-07 | Car | Volkswagen | Fox | Black | Driving without Due Care and Attention | None | High Street, Dudley | High Street, Dudley | Dudley | Dudley | Warning Letter | N/A | 52.4503499 | -2.0504997 |
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);