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'}
8 rows where council_area = "Wolverhampton", reporter_transport_mode = "Pedal Bike" and vehicle_make = "Mercedes-Benz" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence, nfa_rationale
offence 7
- Driving without Due Care and Attention 2
- Cause unnecessary obstruction by motor vehicle 1
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 1
- Contravening a Red Traffic Light 1
- Driving without Reasonable Consideration 1
- Fail to Conform to Cycle Lane 1
- Using a Mobile Phone Whilst Driving 1
disposal 6
- Warning Letter 3
- Court 1
- Education 1
- Fixed Penalty 1
- NFA 1
- Other Action Taken 1
vehicle_make 1
- Mercedes-Benz · 8 ✖
reporter_transport_mode 1
- Pedal Bike · 8 ✖
council_area 1
- Wolverhampton · 8 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7301 | op-snap---monthly-publication-february-2026.pdf | 48 | 2026-02 | Pedal Bike | Mercedes-Benz | GL350 | White | Contravening a Red Traffic Light | None | Penn Road | Penn Road | Wolverhampton | Wolverhampton | Warning Letter | N/A | 52.5599616 | -2.1556338 | ||
| 23763 | op-snap---monthly-publication-october-2025.pdf | 1713 | 2025-10 | Pedal Bike | Mercedes-Benz | sprinter | Green | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | worcester street | Worcester Street | Wolverhampton | Wolverhampton | Warning Letter | N/A | 52.5816193 | -2.13143 | ||
| 24695 | op-snap---monthly-publication-september-2025.pdf | 914 | 2025-09 | Pedal Bike | Mercedes-Benz | Sprinter | White | Driving without Due Care and Attention | None | Bradley Lane, Bradley, Bilston | Bradley Lane, Bradley, Bilston | Wolverhampton | Wolverhampton | Court | N/A | 52.5559816 | -2.0576788 | ||
| 25028 | op-snap---monthly-publication-september-2025.pdf | 1247 | 2025-09 | Pedal Bike | Mercedes-Benz | ML250 | Black | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Cannock Road | Cannock Road | Wolverhampton | Wolverhampton | Other Action Taken | N/A | 52.6083917 | -2.1033365 | ||
| 2369 | op-snap---monthly-publication-august-2025.pdf | 344 | 2025-08 | Pedal Bike | Mercedes-Benz | EClass | White | Driving without Due Care and Attention | None | Underhill Road | Underhill Road | Wolverhampton | Wolverhampton | Education | N/A | ||||
| 15398 | op-snap---monthly-publication-june-2025.pdf | 1327 | 2025-06 | Pedal Bike | Mercedes-Benz | Sprinter | White | Fail to Conform to Cycle Lane | None | Friar Park Road | Friar Park Road | Wolverhampton | Wolverhampton | Warning Letter | N/A | ||||
| 15446 | op-snap---monthly-publication-june-2025.pdf | 1375 | 2025-06 | Pedal Bike | Mercedes-Benz | A Class | Silver | Driving without Reasonable Consideration | None | Wednesfield Way | Wednesfield Way | Wolverhampton | Wolverhampton | NFA | Outside of 14 Days NIP | 52.59548 | -2.0896906 | ||
| 10408 | op-snap---monthly-publication-january-2025.pdf | 1516 | 2025-01 | Pedal Bike | Mercedes-Benz | EQA | Grey | Using a Mobile Phone Whilst Driving | No Insurance | Bloxwich Road North | Bloxwich Road North | Wolverhampton | Wolverhampton | Fixed Penalty | 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);