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'}
11 rows where council_area = "Dudley", reporter_transport_mode = "Pedal Bike" and vehicle_make = "Ford" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, offence_location_raw, offence_location, nfa_rationale, latitude, longitude
disposal 4
- Education 7
- Warning Letter 2
- Fixed Penalty 1
- NFA 1
offence 3
vehicle_make 1
- Ford · 11 ✖
reporter_transport_mode 1
- Pedal Bike · 11 ✖
council_area 1
- Dudley · 11 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 8084 | op-snap---monthly-publication-february-2026.pdf | 831 | 2026-02 | Pedal Bike | Ford | KA | White | Driving without Due Care and Attention | None | Heath Lane towards Norton | Heath Lane towards Norton | Dudley | Dudley | Education | N/A | ||||
| 11896 | op-snap---monthly-publication-january-2026.pdf | 1357 | 2026-01 | Pedal Bike | Ford | Fiesta | White | Driving without Due Care and Attention | None | Pensnett Road | Pensnett Road | Dudley | Dudley | Education | N/A | 52.4890857 | -2.1299003 | ||
| 4391 | op-snap---monthly-publication-december-2025.pdf | 519 | 2025-12 | Pedal Bike | Ford | Fiesta | Silver | Driving without Due Care and Attention | None | South Road | South Road | Dudley | Dudley | Fixed Penalty | N/A | 52.4530371 | -2.1660216 | ||
| 23045 | op-snap---monthly-publication-october-2025.pdf | 995 | 2025-10 | Pedal Bike | Ford | Focus | Silver | Driving without Due Care and Attention | None | The Broadway | The Broadway | Dudley | Dudley | Education | N/A | 52.515445 | -2.0885791 | ||
| 12597 | op-snap---monthly-publication-july-2025.pdf | 649 | 2025-07 | Pedal Bike | Ford | Grey | Driving without Reasonable Consideration | None | Camp Hill | Camp Hill | Dudley | Dudley | Education | N/A | 52.475022 | -2.1566273 | |||
| 12730 | op-snap---monthly-publication-july-2025.pdf | 782 | 2025-07 | Pedal Bike | Ford | Focus | Grey | Driving without Due Care and Attention | None | Close Pass | Close Pass | Dudley | Dudley | NFA | Outside of 14 Days NIP | ||||
| 13514 | op-snap---monthly-publication-july-2025.pdf | 1566 | 2025-07 | Pedal Bike | Ford | focus | White | 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 | ||
| 19393 | op-snap---monthly-publication-may-2025.pdf | 755 | 2025-05 | Pedal Bike | Ford | Fiesta | White | Driving without Reasonable Consideration | None | South Road | South Road | Dudley | Dudley | Warning Letter | N/A | 52.4530371 | -2.1660216 | ||
| 16655 | op-snap---monthly-publication-march-2025.pdf | 412 | 2025-03 | Pedal Bike | Ford | Transit | White | Driving without Reasonable Consideration | None | Graingers Lane | Graingers Lane | Dudley | Dudley | Education | N/A | Yes - Via Email | 52.4840702 | -2.0657046 | |
| 16661 | op-snap---monthly-publication-march-2025.pdf | 418 | 2025-03 | Pedal Bike | Ford | Focus | Red | Driving without Reasonable Consideration | None | A456 Manor Way Haleswoen | Manor Way Haleswoen | Dudley | Dudley | Education | N/A | Yes - Via Email | |||
| 5337 | op-snap---monthly-publication-february-2025.pdf | 154 | 2025-02 | Pedal Bike | Ford | Focus | Black | Driving without Reasonable Consideration | None | The Broadway, Stourbridge | The Broadway, Stourbridge | Dudley | Dudley | Education | N/A | Yes - Via Email | 52.4411413 | -2.1695219 |
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);