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 disposal = "Other Action Taken" and vehicle_make = "Vauxhall" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence, offence_location, council_area_raw, nfa_rationale, latitude, longitude
offence 6
council_area 6
reporter_transport_mode 4
- Car 6
- Other 2
- Pedal Bike 2
- Pedestrian 1
vehicle_make 1
- Vauxhall · 11 ✖
disposal 1
- Other Action Taken · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 8694 | op-snap---monthly-publication-february-2026.pdf | 1441 | 2026-02 | Car | Vauxhall | Corsa | White | Using a Mobile Phone Whilst Driving | None | UK | Uk | Other Action Taken | N/A | 52.5019896 | -2.0209184 | ||||
| 22301 | op-snap---monthly-publication-october-2025.pdf | 251 | 2025-10 | Car | Vauxhall | Insignia | Silver | Driving without Due Care and Attention | None | Deedmore Road | Deedmore Road | Coventry | Coventry | Other Action Taken | N/A | 52.4373935 | -1.4615405 | ||
| 22737 | op-snap---monthly-publication-october-2025.pdf | 687 | 2025-10 | Car | Vauxhall | Combo | Silver | Driving without Due Care and Attention | No Insurance | Halesowen Street | Halesowen Street | Sandwell | Sandwell | Other Action Taken | N/A | 52.5032898 | -2.0166717 | ||
| 24978 | op-snap---monthly-publication-september-2025.pdf | 1197 | 2025-09 | Pedal Bike | Vauxhall | Astra | Silver | 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 | ||
| 24979 | op-snap---monthly-publication-september-2025.pdf | 1198 | 2025-09 | Pedal Bike | Vauxhall | Corsa | 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 | ||
| 12456 | op-snap---monthly-publication-july-2025.pdf | 508 | 2025-07 | Car | Vauxhall | Silver | Contravening a Red Traffic Light | No Insurance | Sheaf Lane | Sheaf Lane | Birmingham | Birmingham | Other Action Taken | N/A | 52.4540536 | -1.7819436 | |||
| 14892 | op-snap---monthly-publication-june-2025.pdf | 821 | 2025-06 | Car | Vauxhall | Vivaro | White | Misc - Non Traffic Offences | None | Aston Expressway | Aston Expressway | Birmingham | Birmingham | Other Action Taken | N/A | 52.493793 | -1.8881773 | ||
| 19179 | op-snap---monthly-publication-may-2025.pdf | 541 | 2025-05 | Pedestrian | Vauxhall | Zafira | Silver | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Woodland Street | Woodland Street | Sandwell | Sandwell | Other Action Taken | nN/A | ||||
| 19614 | op-snap---monthly-publication-may-2025.pdf | 976 | 2025-05 | Other | Vauxhall | Adam | Blue | Driving without Due Care and Attention | None | Grey 7 Car Park Dudley | Grey 7 Car Park Dudley | Dudley | Dudley | Other Action Taken | nN/A | ||||
| 16749 | op-snap---monthly-publication-march-2025.pdf | 506 | 2025-03 | Other | Vauxhall | Astra | Black | Misc - Non Traffic Offences | None | Tower Street | Tower Street | Metropolitan Borough of Dudley | Metropolitan Borough Of Dudley | Other Action Taken | N/A | Yes - Via Email | 52.490562 | -1.9003853 | |
| 10483 | op-snap---monthly-publication-january-2025.pdf | 1591 | 2025-01 | Car | Vauxhall | Corsa | Silver | Using a Mobile Phone Whilst Driving | No Insurance | New Foss Way | New Foss Way | Birmingham | Birmingham | Other Action Taken | 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);