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'}
7 rows where council_area = "Dudley", disposal = "Warning Letter" and vehicle_make = "Skoda" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, nfa_rationale
reporter_transport_mode 4
- Car 3
- Pedestrian 2
- Other 1
- Pedal Bike 1
offence 4
vehicle_make 1
- Skoda · 7 ✖
disposal 1
- Warning Letter · 7 ✖
council_area 1
- Dudley · 7 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 11315 | op-snap---monthly-publication-january-2026.pdf | 776 | 2026-01 | Pedal Bike | Skoda | Fabia | Grey | Driving without Due Care and Attention | None | The Broadway | The Broadway | Dudley | Dudley | Warning Letter | N/A | 52.515445 | -2.0885791 | ||
| 21180 | op-snap---monthly-publication-november-2025.pdf | 722 | 2025-11 | Pedestrian | Skoda | Gold | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Gayfield Avenue | Gayfield Avenue | Dudley | Dudley | Warning Letter | N/A | 52.4693896 | -2.1251602 | |||
| 23781 | op-snap---monthly-publication-september-2025.pdf | 0 | 2025-09 | Other | Skoda | Fabia | White | Driving without Due Care and Attention | None | Waterfron main car park | Waterfron main car park | Dudley | Dudley | Warning Letter | N/A | ||||
| 2860 | op-snap---monthly-publication-august-2025.pdf | 835 | 2025-08 | Car | Skoda | Karoq | White | Driving without Reasonable Consideration | None | St Andrews Road | Street Andrews Road | Dudley | Dudley | Warning Letter | N/A | ||||
| 20227 | op-snap---monthly-publication-may-2025.pdf | 1589 | 2025-05 | Car | Skoda | Fabia | Silver | Driving without Due Care and Attention | None | Halesowen Road | Halesowen Road | Dudley | Dudley | Warning Letter | N/A | 52.4624413 | -2.0175178 | ||
| 6938 | op-snap---monthly-publication-february-2025.pdf | 1755 | 2025-02 | Car | Skoda | Octivia | White | Contravening a Red Traffic Light | None | The Boulvervard | The Boulvervard | Dudley | Dudley | Warning Letter | Outside of 14 DAYS Late Submission | Yes - Via Email | |||
| 9254 | op-snap---monthly-publication-january-2025.pdf | 362 | 2025-01 | Pedestrian | Skoda | Citigo | Black | Driving without Due Care and Attention | None | Waterfront Car Park | Waterfront Car Park | Dudley | Dudley | Warning Letter | N/A | Yes - Via Email |
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);