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'}
10 rows where council_area = "Wolverhampton", month = "2025-06" and vehicle_make = "BMW" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, nfa_rationale
offence 6
- Driving without Due Care and Attention 5
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 1
- Cause vehicle to be left in a dangerous position 1
- Contravening a Red Traffic Light 1
- Motor vehicle fail to accord precedence at a pelican crossing 1
- Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment 1
disposal 5
- Education 3
- NFA 3
- Warning Letter 2
- Court 1
- Fixed Penalty 1
reporter_transport_mode 4
- Car 6
- Pedestrian 2
- Lorry 1
- Other 1
vehicle_make 1
- BMW · 10 ✖
month 1
- 2025-06 · 10 ✖
council_area 1
- Wolverhampton · 10 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 14111 | op-snap---monthly-publication-june-2025.pdf | 40 | 2025-06 | Car | BMW | M | Grey | Driving without Due Care and Attention | None | CAKMORE ROAD | Cakmore Road | Wolverhampton | Wolverhampton | Fixed Penalty | N/A | ||||
| 14231 | op-snap---monthly-publication-june-2025.pdf | 160 | 2025-06 | Car | BMW | 218 M | Black | Motor vehicle fail to accord precedence at a pelican crossing | None | Windmill Lane | Windmill Lane | Wolverhampton | Wolverhampton | Education | N/A | 52.5807057 | -2.1902528 | ||
| 14433 | op-snap---monthly-publication-june-2025.pdf | 362 | 2025-06 | Car | BMW | 730d | Black | Contravening a Red Traffic Light | None | Tettenhall Road | Tettenhall Road | Wolverhampton | Wolverhampton | Education | N/A | 52.5883523 | -2.1466187 | ||
| 14562 | op-snap---monthly-publication-june-2025.pdf | 491 | 2025-06 | Pedestrian | BMW | 430D M | Black | Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment | None | Peel Street, Willenhall | Peel Street, Willenhall | Wolverhampton | Wolverhampton | NFA | No Independent Evidence Available | ||||
| 14882 | op-snap---monthly-publication-june-2025.pdf | 811 | 2025-06 | Car | BMW | 320D | Grey | Driving without Due Care and Attention | None | Church Hill | Church Hill | Wolverhampton | Wolverhampton | Education | N/A | 52.5590109 | -2.1567213 | ||
| 15028 | op-snap---monthly-publication-june-2025.pdf | 957 | 2025-06 | Lorry | BMW | 320D | White | Driving without Due Care and Attention | None | A41 | A41 | Wolverhampton | Wolverhampton | Court | N/A | ||||
| 15545 | op-snap---monthly-publication-june-2025.pdf | 1474 | 2025-06 | Other | BMW | M140 | Black | Driving without Due Care and Attention | None | Stafford Street | Stafford Street | Wolverhampton | Wolverhampton | NFA | No Offence | 52.5653849 | -2.0755665 | ||
| 15605 | op-snap---monthly-publication-june-2025.pdf | 1534 | 2025-06 | Car | BMW | 118i | Black | Driving without Due Care and Attention | None | Birmingham New Road | Birmingham New Road | Wolverhampton | Wolverhampton | NFA | Outside of 14 Days NIP | 52.5560698 | -2.1044322 | ||
| 16183 | op-snap---monthly-publication-june-2025.pdf | 2112 | 2025-06 | Pedestrian | BMW | x1 | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Tettenhall Green | Tettenhall Green | Wolverhampton | Wolverhampton | Warning Letter | N/A | 52.6010537 | -2.1695911 | ||
| 16238 | op-snap---monthly-publication-june-2025.pdf | 2167 | 2025-06 | Car | BMW | M135i | Black | Cause vehicle to be left in a dangerous position | None | Willow Avenue | Willow Avenue | Wolverhampton | Wolverhampton | Warning Letter | N/A | 52.6116069 | -2.096467 |
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);