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 = "Warning Letter", offence = "Prohibited vehicle in offside lane of motorway" and reporter_transport_mode = "Car" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, council_area_raw
vehicle_make 8
- Ford 2
- Scania 2
- Volvo 2
- Iveco 1
- Jeep 1
- Mercedes-Benz 1
- Renault 1
- Volkswagen 1
council_area 4
- Birmingham 6
- Coventry 2
- Sandwell 2
- Out of Force Area 1
reporter_transport_mode 1
- Car · 11 ✖
offence 1
- Prohibited vehicle in offside lane of motorway · 11 ✖
disposal 1
- Warning Letter · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 10549 | op-snap---monthly-publication-january-2026.pdf | 10 | 2026-01 | Car | Scania | White | Prohibited vehicle in offside lane of motorway | None | M42 between A45 and J 5 | M42 between A45 and J 5 | Birmingham | Birmingham | Warning Letter | N/A | |||||
| 23107 | op-snap---monthly-publication-october-2025.pdf | 1057 | 2025-10 | Car | Renault | Truck | Blue | Prohibited vehicle in offside lane of motorway | None | M6 Southbound | M6 Southbound | Birmingham | Birmingham | Warning Letter | N/A | ||||
| 23433 | op-snap---monthly-publication-october-2025.pdf | 1383 | 2025-10 | Car | Volvo | Tractor | White | Prohibited vehicle in offside lane of motorway | None | M6 Northbound | M6 Northbound | Birmingham | Birmingham | Warning Letter | N/A | ||||
| 25005 | op-snap---monthly-publication-september-2025.pdf | 1224 | 2025-09 | Car | Ford | Ranger | Black | Prohibited vehicle in offside lane of motorway | None | M5 northbound junction 2 | M5 northbound junction 2 | Sandwell | Sandwell | Warning Letter | N/A | 52.4945433 | -2.0190848 | ||
| 25146 | op-snap---monthly-publication-september-2025.pdf | 1365 | 2025-09 | Car | Jeep | Grand Cherokee | Silver | Prohibited vehicle in offside lane of motorway | None | M6 North | M6 North | Birmingham | Birmingham | Warning Letter | N/A | 52.5143137 | -1.7683873 | ||
| 25278 | op-snap---monthly-publication-september-2025.pdf | 1497 | 2025-09 | Car | Volkswagen | Crafter | White | Prohibited vehicle in offside lane of motorway | None | M42 East | M42 East | Birmingham | Birmingham | Warning Letter | N/A | 52.499556 | -1.8842084 | ||
| 3388 | op-snap---monthly-publication-august-2025.pdf | 1363 | 2025-08 | Car | Ford | Transit | Silver | Prohibited vehicle in offside lane of motorway | None | M5 Southbound Jct 1 to Jct 2 | M5 Southbound Junction 1 to Junction 2 | Sandwell | Sandwell | Warning Letter | N/A | ||||
| 3431 | op-snap---monthly-publication-august-2025.pdf | 1406 | 2025-08 | Car | Mercedes-Benz | Sprinter | White | Prohibited vehicle in offside lane of motorway | None | M6 southbound towards coventry | M6 southbound towards coventry | Coventry | Coventry | Warning Letter | N/A | ||||
| 13609 | op-snap---monthly-publication-july-2025.pdf | 1661 | 2025-07 | Car | Volvo | Tractor | Black | Prohibited vehicle in offside lane of motorway | None | Unknown | Out of Force Area | Out of Force Area | Warning Letter | N/A | |||||
| 14040 | op-snap---monthly-publication-july-2025.pdf | 2092 | 2025-07 | Car | Iveco | Daily | White | Prohibited vehicle in offside lane of motorway | None | M6 North junction3 | M6 North junction3 | Coventry | Coventry | Warning Letter | N/A | ||||
| 20244 | op-snap---monthly-publication-may-2025.pdf | 1606 | 2025-05 | Car | Scania | White | Prohibited vehicle in offside lane of motorway | None | M42 | M42 | Birmingham | Birmingham | Warning Letter | N/A |
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);