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'}
6 rows where council_area = "Wolverhampton", month = "2026-02" and vehicle_make = "Vauxhall" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, nfa_rationale
disposal 5
- Warning Letter 2
- Court 1
- Education 1
- Fixed Penalty 1
- NFA 1
reporter_transport_mode 4
- Car 3
- Bus 1
- Horse Rider 1
- Pedal Bike 1
offence 4
vehicle_make 1
- Vauxhall · 6 ✖
month 1
- 2026-02 · 6 ✖
council_area 1
- Wolverhampton · 6 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7361 | op-snap---monthly-publication-february-2026.pdf | 108 | 2026-02 | Car | Vauxhall | Corsa | White | Contravening a Red Traffic Light | None | Bilston Road | Bilston Road | Wolverhampton | Wolverhampton | NFA | No Independent Evidence Available | 52.5801329 | -2.1138283 | ||
| 7378 | op-snap---monthly-publication-february-2026.pdf | 125 | 2026-02 | Bus | Vauxhall | Astra | Grey | Driving without Due Care and Attention | None | Aston Road | Aston Road | Wolverhampton | Wolverhampton | Court | N/A | ||||
| 7698 | op-snap---monthly-publication-february-2026.pdf | 445 | 2026-02 | Horse Rider | Vauxhall | Corsa | Grey | Driving without Due Care and Attention | None | Wakeley Hill Penn between Mount Rd and Swan Bank | Wakeley Hill Penn between Mount Road and Swan Bank | Wolverhampton | Wolverhampton | Education | N/A | ||||
| 7729 | op-snap---monthly-publication-february-2026.pdf | 476 | 2026-02 | Car | Vauxhall | Vivaro | Grey | Drive / Ride / Lead an animal on a footpath | None | Thompson Avenue | Thompson Avenue | Wolverhampton | Wolverhampton | Warning Letter | N/A | 52.5722181 | -2.1205684 | ||
| 7789 | op-snap---monthly-publication-february-2026.pdf | 536 | 2026-02 | Pedal Bike | Vauxhall | Corsa | Blue | No Insurance | None | Wood End Road | Wood End Road | Wolverhampton | Wolverhampton | Fixed Penalty | N/A | 52.605993 | -2.0805938 | ||
| 8436 | op-snap---monthly-publication-february-2026.pdf | 1183 | 2026-02 | Car | Vauxhall | Movano | White | Driving without Due Care and Attention | None | Tettenhall Road | Tettenhall Road | Wolverhampton | Wolverhampton | Warning Letter | N/A | 52.5883523 | -2.1466187 |
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);