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'}
10 rows where council_area = "Dudley", disposal = "Education" and month = "2025-10" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour
offence 3
reporter_transport_mode 2
- Car 8
- Pedal Bike 2
month 1
- 2025-10 · 10 ✖
disposal 1
- Education · 10 ✖
council_area 1
- Dudley · 10 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 22169 | op-snap---monthly-publication-october-2025.pdf | 119 | 2025-10 | Car | Vauxhall | Grandland | Black | Contravening a Red Traffic Light | None | Trindle Road | Trindle Road | Dudley | Dudley | Education | N/A | 52.5126263 | -2.0755358 | ||
| 22508 | op-snap---monthly-publication-october-2025.pdf | 458 | 2025-10 | Car | Mini | Countryman | white | Driving without Due Care and Attention | None | Enville Road / High Street, Wall Heath | Enville Road / High Street, Wall Heath | Dudley | Dudley | Education | N/A | 52.5239908 | -2.1262445 | ||
| 22624 | op-snap---monthly-publication-october-2025.pdf | 574 | 2025-10 | Pedal Bike | Vauxhall | Crossland | White | Driving without Reasonable Consideration | None | Hagley Road Halesowen | Hagley Road Halesowen | Dudley | Dudley | Education | N/A | 52.4476209 | -2.051289 | ||
| 22631 | op-snap---monthly-publication-october-2025.pdf | 581 | 2025-10 | Car | BMW | 220d | Black | Contravening a Red Traffic Light | None | Bath Road | Bath Road | Dudley | Dudley | Education | N/A | 52.4552307 | -2.1496182 | ||
| 22636 | op-snap---monthly-publication-october-2025.pdf | 586 | 2025-10 | Car | Volkswagen | Polo | White | Contravening a Red Traffic Light | None | Hall Road | Hall Road | Dudley | Dudley | Education | N/A | 52.5325489 | -2.1023195 | ||
| 22825 | op-snap---monthly-publication-october-2025.pdf | 775 | 2025-10 | Car | Ford | Focus | Blue | Contravening a Red Traffic Light | None | Rufford Road | Rufford Road | Dudley | Dudley | Education | N/A | 52.4517 | -2.1321091 | ||
| 22980 | op-snap---monthly-publication-october-2025.pdf | 930 | 2025-10 | Car | Nissan | Juke | Grey | Driving without Due Care and Attention | None | Thorns Road Quarry Bank | Thorns Road Quarry Bank | Dudley | Dudley | Education | N/A | 52.4628538 | -2.1160108 | ||
| 22990 | op-snap---monthly-publication-october-2025.pdf | 940 | 2025-10 | Car | Honda | Civic | Blue | Driving without Due Care and Attention | None | Cinder Bank Island | Cinder Bank Island | Dudley | Dudley | Education | N/A | 52.5004694 | -2.0904035 | ||
| 22991 | op-snap---monthly-publication-october-2025.pdf | 941 | 2025-10 | Car | BMW | M135I | Grey | Contravening a Red Traffic Light | None | Heath Lane | Heath Lane | Dudley | Dudley | Education | N/A | 52.4495524 | -2.1459067 | ||
| 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 |
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);