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'}
9 rows where council_area = "Dudley" and reporter_transport_mode = "Motorbike" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_colour, offence_location_raw, offence_location, latitude, longitude
vehicle_make 6
- Mercedes-Benz 3
- BMW 2
- Fiat 1
- Kia 1
- Vauxhall 1
- Volkswagen 1
disposal 5
- Fixed Penalty 3
- Warning Letter 3
- Court 1
- Education 1
- RTC - Actioned 1
offence 4
reporter_transport_mode 1
- Motorbike · 9 ✖
council_area 1
- Dudley · 9 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 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 | ||
| 4285 | op-snap---monthly-publication-december-2025.pdf | 413 | 2025-12 | Motorbike | Vauxhall | Corsa | Red | Misc - Non Traffic Offences | None | Mount Pleasant | Mount Pleasant | Dudley | Dudley | RTC - Actioned | N/A | 52.4734063 | -2.1135639 | ||
| 20551 | op-snap---monthly-publication-november-2025.pdf | 93 | 2025-11 | Motorbike | Mercedes-Benz | C220 | Black | Contravening a Red Traffic Light | None | Pedmore Road | Pedmore Road | Dudley | Dudley | Warning Letter | N/A | 52.4897451 | -2.1069141 | ||
| 20682 | op-snap---monthly-publication-november-2025.pdf | 224 | 2025-11 | Motorbike | Fiat | 500l | White | Using a Mobile Phone Whilst Driving | None | Mount Pleasant | Mount Pleasant | Dudley | Dudley | Fixed Penalty | N/A | 52.4734063 | -2.1135639 | ||
| 21577 | op-snap---monthly-publication-november-2025.pdf | 1119 | 2025-11 | Motorbike | Volkswagen | Passatt | Silver | Driving without Due Care and Attention | None | Mucklow Hill | Mucklow Hill | Dudley | Dudley | Fixed Penalty | N/A | 52.461008 | -2.0345574 | ||
| 24099 | op-snap---monthly-publication-september-2025.pdf | 318 | 2025-09 | Motorbike | Mercedes-Benz | EQA250 | Grey | Using a Mobile Phone Whilst Driving | None | Chawn Park Drive | Chawn Park Drive | Dudley | Dudley | Warning Letter | N/A | 52.4453636 | -2.1319058 | ||
| 2529 | op-snap---monthly-publication-august-2025.pdf | 504 | 2025-08 | Motorbike | BMW | X5 | Blue | Driving without Due Care and Attention | None | Holbeach Road | Holbeach Road | Dudley | Dudley | Warning Letter | N/A | ||||
| 789 | op-snap---monthly-publication-april-2025.pdf | 788 | 2025-04 | Motorbike | BMW | 840D | Black | Using a Mobile Phone Whilst Driving | None | Mount Pleasant | Mount Pleasant | Dudley | Dudley | Fixed Penalty | N/A | 52.4734063 | -2.1135639 | ||
| 16414 | op-snap---monthly-publication-march-2025.pdf | 171 | 2025-03 | Motorbike | Mercedes-Benz | Sprinter | White | Driving without Due Care and Attention | None | Vicar Street at Dudley Road Sedgley | Vicar Street at Dudley Road Sedgley | Dudley | Dudley | Education | N/A | Yes - Via Email | 52.5081139 | -2.0856851 |
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);