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'}
12 rows where council_area = "Dudley", offence = "Driving without Due Care and Attention" and vehicle_make = "Kia" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour
reporter_transport_mode 4
- Car 7
- Other 2
- Pedal Bike 2
- Motorbike 1
disposal 4
- Warning Letter 5
- Education 3
- Court 2
- Fixed Penalty 2
vehicle_make 1
- Kia · 12 ✖
offence 1
- Driving without Due Care and Attention · 12 ✖
council_area 1
- Dudley · 12 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7579 | op-snap---monthly-publication-february-2026.pdf | 326 | 2026-02 | Car | Kia | Xceed | Grey | Driving without Due Care and Attention | None | Birmingham New Road | Birmingham New Road | Dudley | Dudley | Education | N/A | 52.5478387 | -2.0943116 | ||
| 7716 | op-snap---monthly-publication-february-2026.pdf | 463 | 2026-02 | Motorbike | Kia | Ceed | Red | Driving without Due Care and Attention | None | Quarry Bank HS | Quarry Bank HS | Dudley | Dudley | Court | N/A | 52.4733135 | -2.1014635 | ||
| 8378 | op-snap---monthly-publication-february-2026.pdf | 1125 | 2026-02 | Pedal Bike | Kia | Sportage | Orange | Driving without Due Care and Attention | None | Love Lane | Love Lane | Dudley | Dudley | Education | N/A | 52.448434 | -2.1478173 | ||
| 4069 | op-snap---monthly-publication-december-2025.pdf | 197 | 2025-12 | Car | Kia | Picanto | White | Driving without Due Care and Attention | None | Castlegate Way | Castlegate Way | Dudley | Dudley | Warning Letter | N/A | 52.5143403 | -2.0723636 | ||
| 21582 | op-snap---monthly-publication-november-2025.pdf | 1124 | 2025-11 | Car | Kia | Sportage | Brown | Driving without Due Care and Attention | None | St Johns Road Stourbridge | Street Johns Road Stourbridge | Dudley | Dudley | Fixed Penalty | N/A | ||||
| 23914 | op-snap---monthly-publication-september-2025.pdf | 133 | 2025-09 | Other | Kia | Picanto | Yellow | Driving without Due Care and Attention | None | Waterfront Car Park | Waterfront Car Park | Dudley | Dudley | Court | N/A | ||||
| 24795 | op-snap---monthly-publication-september-2025.pdf | 1014 | 2025-09 | Car | Kia | Venga | Silver | Driving without Due Care and Attention | None | Bowers Lane | Bowers Lane | Dudley | Dudley | Warning Letter | N/A | ||||
| 2279 | op-snap---monthly-publication-august-2025.pdf | 254 | 2025-08 | Pedal Bike | Kia | Ceed | Silver | Driving without Due Care and Attention | None | South Road | South Road | Dudley | Dudley | Warning Letter | N/A | 52.4530371 | -2.1660216 | ||
| 3208 | op-snap---monthly-publication-august-2025.pdf | 1183 | 2025-08 | Car | Kia | Picanto | Blue | Driving without Due Care and Attention | None | Stream Road | Stream Road | Dudley | Dudley | Warning Letter | N/A | 52.4871725 | -2.1623764 | ||
| 12436 | op-snap---monthly-publication-july-2025.pdf | 488 | 2025-07 | Car | Kia | EV 6.. | Grey | Driving without Due Care and Attention | None | Stourbridge Road (Halesowen) | Stourbridge Road (Halesowen) | Dudley | Dudley | Education | N/A | 52.4514773 | -2.0541796 | ||
| 12902 | op-snap---monthly-publication-july-2025.pdf | 954 | 2025-07 | Other | Kia | Rio | Silver | Driving without Due Care and Attention | None | Clinic Drive | Clinic Drive | Dudley | Dudley | Fixed Penalty | N/A | 52.4581966 | -2.1149943 | ||
| 13572 | op-snap---monthly-publication-july-2025.pdf | 1624 | 2025-07 | Car | Kia | Rio | White | Driving without Due Care and Attention | None | Stourbridge Ring Road | Stourbridge Ring Road | Dudley | Dudley | Warning Letter | N/A | 52.4590366 | -2.1465735 |
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);