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 disposal = "NFA", 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_colour, council_area_raw, nfa_rationale
vehicle_make 3
- Daf 2
- Mercedes-Benz 2
- Volkswagen 2
council_area 3
reporter_transport_mode 1
- Car · 9 ✖
offence 1
- Prohibited vehicle in offside lane of motorway · 9 ✖
disposal 1
- NFA · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 23350 | op-snap---monthly-publication-october-2025.pdf | 1300 | 2025-10 | Car | Yutong G12 | White | Prohibited vehicle in offside lane of motorway | None | M6 | M6 | Walsall | Walsall | NFA | Misc Inc Crimes | |||||
| 25330 | op-snap---monthly-publication-september-2025.pdf | 1549 | 2025-09 | Car | Volkswagen | up | Blue | Prohibited vehicle in offside lane of motorway | None | m40 | M40 | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 25366 | op-snap---monthly-publication-september-2025.pdf | 1585 | 2025-09 | Car | Mercedes-Benz | Sprtiner | White | Prohibited vehicle in offside lane of motorway | None | M6 Southbound | M6 Southbound | Birmingham | Birmingham | NFA | No VRM | ||||
| 2751 | op-snap---monthly-publication-august-2025.pdf | 726 | 2025-08 | Car | Daf | Trucks | Red | Prohibited vehicle in offside lane of motorway | None | M5 Bridgewater | M5 Bridgewater | Out of Force Are | Out of Force Area | NFA | Out of Force | ||||
| 12556 | op-snap---monthly-publication-july-2025.pdf | 608 | 2025-07 | Car | Daf | Truck | White | Prohibited vehicle in offside lane of motorway | None | M6 SB J6-5 | M6 Southbound J6-5 | Birmingham | Birmingham | NFA | No Offence | 52.6760749 | -2.0862582 | ||
| 12560 | op-snap---monthly-publication-july-2025.pdf | 612 | 2025-07 | Car | Prohibited vehicle in offside lane of motorway | None | M42 NB | M42 Northbound | Birmingham | Birmingham | NFA | No VRM | |||||||
| 13605 | op-snap---monthly-publication-july-2025.pdf | 1657 | 2025-07 | Car | Volkswagen | Tiguan | Black | Prohibited vehicle in offside lane of motorway | None | M42 | M42 | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 652 | op-snap---monthly-publication-april-2025.pdf | 651 | 2025-04 | Car | HGV | White | Prohibited vehicle in offside lane of motorway | None | M6 ?? | M6 ?? | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.5264087 | -1.8897131 | |||
| 6775 | op-snap---monthly-publication-february-2025.pdf | 1592 | 2025-02 | Car | Mercedes-Benz | Grey | Prohibited vehicle in offside lane of motorway | None | M5 j5 to 6 Off Force | M5 j5 to 6 Off Force | Out of Force Area | Out of Force Area | NFA | Out of Force | Yes - Via Email |
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);