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 = "Wolverhampton", disposal = "Fixed Penalty" and offence = "Cause vehicle to be left in a dangerous position" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, source_row, vehicle_colour, second_offence
reporter_transport_mode 2
- Pedestrian 5
- Car 4
offence 1
- Cause vehicle to be left in a dangerous position · 9 ✖
disposal 1
- Fixed Penalty · 9 ✖
council_area 1
- Wolverhampton · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3998 | op-snap---monthly-publication-december-2025.pdf | 126 | 2025-12 | Pedestrian | Mercedes-Benz | GLC | Black | Cause vehicle to be left in a dangerous position | None | Hobs Road | Hobs Road | Wolverhampton | Wolverhampton | Fixed Penalty | N/A | ||||
| 5448 | op-snap---monthly-publication-february-2025.pdf | 265 | 2025-02 | Pedestrian | Citroen | C5 | White | Cause vehicle to be left in a dangerous position | None | Church Hill, Wolverhampton | Church Hill, Wolverhampton | Wolverhampton | Wolverhampton | Fixed Penalty | N/A | Yes - Via Email | 52.5590109 | -2.1567213 | |
| 5659 | op-snap---monthly-publication-february-2025.pdf | 476 | 2025-02 | Car | Hyundai | Tucson | Grey | Cause vehicle to be left in a dangerous position | None | Snow Hill Wolverhampton | Snow Hill Wolverhampton | Wolverhampton | Wolverhampton | Fixed Penalty | N/A | Yes - Via Email | 52.5809573 | -2.1257424 | |
| 5978 | op-snap---monthly-publication-february-2025.pdf | 795 | 2025-02 | Pedestrian | Audi | A1 | White | Cause vehicle to be left in a dangerous position | None | Church Rd | Church Road | Wolverhampton | Wolverhampton | Fixed Penalty | N/A | Yes - Via Email | 52.5733162 | -2.1560281 | |
| 6740 | op-snap---monthly-publication-february-2025.pdf | 1557 | 2025-02 | Car | Kia | Niro | Red | Cause vehicle to be left in a dangerous position | None | Church Hill/Penn Road | Church Hill/Penn Road | Wolverhampton | Wolverhampton | Fixed Penalty | N/A | Yes - Via Email | 52.559758 | -2.1579394 | |
| 9465 | op-snap---monthly-publication-january-2025.pdf | 573 | 2025-01 | Pedestrian | Renault | CLIO | White | Cause vehicle to be left in a dangerous position | None | CHURCH ROAD, COSELEY | Church Road, Coseley | Wolverhampton | Wolverhampton | Fixed Penalty | N/A | Yes - Via Email | |||
| 10026 | op-snap---monthly-publication-january-2025.pdf | 1134 | 2025-01 | Car | Vauxhall | Crossland | Orange | Cause vehicle to be left in a dangerous position | No vehicle excise licence | Bradley Lane | Bradley Lane | Wolverhampton | Wolverhampton | Fixed Penalty | N/A | Yes - Via Email | 52.5529243 | -2.0649029 | |
| 10300 | op-snap---monthly-publication-january-2025.pdf | 1408 | 2025-01 | Pedestrian | Mercedes-Benz | GLE | Grey | Cause vehicle to be left in a dangerous position | None | Penn Road | Penn Road | Wolverhampton | Wolverhampton | Fixed Penalty | N/A | Yes - Via Email | 52.5599616 | -2.1556338 | |
| 10449 | op-snap---monthly-publication-january-2025.pdf | 1557 | 2025-01 | Car | Dacia | Jogger | Green | Cause vehicle to be left in a dangerous position | None | Woodthorne Road South | Woodthorne Road South | Wolverhampton | Wolverhampton | Fixed Penalty | N/A | Yes - Via Email | 52.5978057 | -2.1878404 |
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);