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'}
6 rows where council_area = "Dudley", month = "2026-01" and reporter_transport_mode = "Pedal Bike" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, nfa_rationale
vehicle_make 6
- Ford 1
- Iveco 1
- Mercedes-Benz 1
- Nissan 1
- Skoda 1
- Volkswagen 1
disposal 4
- Education 2
- NFA 2
- Fixed Penalty 1
- Warning Letter 1
reporter_transport_mode 1
- Pedal Bike · 6 ✖
offence 1
month 1
- 2026-01 · 6 ✖
council_area 1
- Dudley · 6 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 10918 | op-snap---monthly-publication-january-2026.pdf | 379 | 2026-01 | Pedal Bike | Iveco | Daily | White | Driving without Due Care and Attention | None | Pedmore Road | Pedmore Road | Dudley | Dudley | Fixed Penalty | N/A | 52.4897451 | -2.1069141 | ||
| 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 | ||
| 11368 | op-snap---monthly-publication-january-2026.pdf | 829 | 2026-01 | Pedal Bike | Mercedes-Benz | C300 | Black | Driving without Due Care and Attention | None | Quinton Interchange | Quinton Interchange | Dudley | Dudley | Education | N/A | 52.4539668 | -2.0119854 | ||
| 11507 | op-snap---monthly-publication-january-2026.pdf | 968 | 2026-01 | Pedal Bike | Volkswagen | Golf | Red | Driving without Due Care and Attention | None | Norton Road | Norton Road | Dudley | Dudley | NFA | No Offence | 52.4483733 | -2.1546673 | ||
| 11627 | op-snap---monthly-publication-january-2026.pdf | 1088 | 2026-01 | Pedal Bike | Nissan | Juke | Blue | Driving without Due Care and Attention | None | Maynard Avenue | Maynard Avenue | Dudley | Dudley | NFA | No Offence | 52.4464709 | -2.1663682 | ||
| 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 |
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);