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", month = "2025-03" and vehicle_make = "Vauxhall" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, nfa_rationale
offence 5
reporter_transport_mode 3
- Car 6
- Pedal Bike 1
- Pedestrian 1
disposal 3
vehicle_make 1
- Vauxhall · 8 ✖
month 1
- 2025-03 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 16432 | op-snap---monthly-publication-march-2025.pdf | 189 | 2025-03 | Pedal Bike | Vauxhall | Astravan | White | Using a Mobile Phone Whilst Driving | None | Wolverhampton Street | Wolverhampton Street | Wolverhampton | Wolverhampton | Fixed Penalty | N/A | Yes - Via Email | 52.5695388 | -2.0884104 | |
| 16456 | op-snap---monthly-publication-march-2025.pdf | 213 | 2025-03 | Car | Vauxhall | Corsa | Black | Contravening a Red Traffic Light | None | Penn Road | Penn Road | Wolverhampton | Wolverhampton | Warning Letter | N/A | Yes - Via Email | 52.5599616 | -2.1556338 | |
| 17127 | op-snap---monthly-publication-march-2025.pdf | 884 | 2025-03 | Car | Vauxhall | Vectra | Silver | Driving without Due Care and Attention | None | Clark Road Wolverhampton | Clark Road Wolverhampton | Wolverhampton | Wolverhampton | Warning Letter | Outside of 14 DAYS Late Submission | Yes - Via Email | 52.5879262 | -2.1518061 | |
| 17185 | op-snap---monthly-publication-march-2025.pdf | 942 | 2025-03 | Car | Vauxhall | Insignia | Black | Contravening a Red Traffic Light | None | Ring Road St Andrews | Ring Road Street Andrews | Wolverhampton | Wolverhampton | Education | N/A | Yes - Via Email | |||
| 18006 | op-snap---monthly-publication-march-2025.pdf | 1763 | 2025-03 | Car | Vauxhall | Combo | White | Contravening a Red Traffic Light | None | A4123 | A4123 | Wolverhampton | Wolverhampton | Education | N/A | Yes - Via Email | |||
| 18249 | op-snap---monthly-publication-march-2025.pdf | 2006 | 2025-03 | Pedestrian | Vauxhall | Vivaro | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | King Edward Street | King Edward Street | Wolverhampton | Wolverhampton | Fixed Penalty | N/A | Yes - Via Email | |||
| 18545 | op-snap---monthly-publication-march-2025.pdf | 2302 | 2025-03 | Car | Vauxhall | Corsa | Red | Driving without Due Care and Attention | None | Henwood Road Wolverhampton | Henwood Road Wolverhampton | Wolverhampton | Wolverhampton | Warning Letter | Outside of 14 Days NIP | Yes - Via Email | 52.5930037 | -2.1685306 | |
| 18613 | op-snap---monthly-publication-march-2025.pdf | 2370 | 2025-03 | Car | Vauxhall | Corsa | White | Stop a vehicle within pelican pedestrian crossing limits | None | High Street, Tettenhall | High Street, Tettenhall | Wolverhampton | Wolverhampton | Education | N/A | Yes - Via Email | 52.5980906 | -2.168057 |
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);