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'}
9 rows where council_area = "Dudley", month = "2025-06" and vehicle_make = "Audi" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, nfa_rationale
offence 4
disposal 4
- Fixed Penalty 3
- NFA 3
- Education 2
- Court 1
reporter_transport_mode 3
- Car 7
- Other 1
- Pedal Bike 1
vehicle_make 1
- Audi · 9 ✖
month 1
- 2025-06 · 9 ✖
council_area 1
- Dudley · 9 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 14134 | op-snap---monthly-publication-june-2025.pdf | 63 | 2025-06 | Pedal Bike | Audi | A1 | White | Driving without Due Care and Attention | None | Birmingham Road | Birmingham Road | Dudley | Dudley | Education | N/A | 52.5131355 | -2.0651615 | ||
| 14191 | op-snap---monthly-publication-june-2025.pdf | 120 | 2025-06 | Car | Audi | A3 | Grey | Driving without Due Care and Attention | None | The Straits | The Straits | Dudley | Dudley | NFA | Misc Inc Crimes | 52.526275 | -2.1436065 | ||
| 14235 | op-snap---monthly-publication-june-2025.pdf | 164 | 2025-06 | Other | Audi | Q7 | Grey | Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment | None | Norwood Road | Norwood Road | Dudley | Dudley | Fixed Penalty | N/A | 52.4831397 | -2.1309273 | ||
| 14783 | op-snap---monthly-publication-june-2025.pdf | 712 | 2025-06 | Car | Audi | A1 | Grey | Using a Mobile Phone Whilst Driving | None | Stourbridge Road | Stourbridge Road | Dudley | Dudley | Fixed Penalty | N/A | 52.5002997 | -2.1081386 | ||
| 15013 | op-snap---monthly-publication-june-2025.pdf | 942 | 2025-06 | Car | Audi | TT | Grey | Driving without Due Care and Attention | None | Waterfront Way, Merry Hill | Waterfront Way, Merry Hill | Dudley | Dudley | NFA | Outside of 14 Days NIP | ||||
| 15136 | op-snap---monthly-publication-june-2025.pdf | 1065 | 2025-06 | Car | Audi | Q2 | Red | Contravening a Red Traffic Light | None | Heath Lane | Heath Lane | Dudley | Dudley | NFA | No Offence | 52.4495524 | -2.1459067 | ||
| 15180 | op-snap---monthly-publication-june-2025.pdf | 1109 | 2025-06 | Car | Audi | A1 | White | Driving without Due Care and Attention | None | LYE HIGH STREET | Lye High Street | Dudley | Dudley | Fixed Penalty | N/A | 52.4577221 | -2.1148055 | ||
| 15586 | op-snap---monthly-publication-june-2025.pdf | 1515 | 2025-06 | Car | Audi | A5 | Black | Driving without Due Care and Attention | None | Cinder Bank | Cinder Bank | Dudley | Dudley | Court | N/A | 52.4951209 | -2.0924902 | ||
| 15746 | op-snap---monthly-publication-june-2025.pdf | 1675 | 2025-06 | Car | Audi | RS3 | Grey | Driving without Due Care and Attention | None | Cementery Lane | Cementery Lane | Dudley | Dudley | Education | N/A |
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);