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 disposal = "Fixed Penalty" and offence = "Drive on hard shoulder" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_colour, council_area_raw
council_area 4
- Birmingham 4
- Sandwell 4
- Out of Force Area 1
- Walsall 1
reporter_transport_mode 1
- Car 10
offence 1
- Drive on hard shoulder · 10 ✖
disposal 1
- Fixed Penalty · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 11112 | op-snap---monthly-publication-january-2026.pdf | 573 | 2026-01 | Car | Toyota | Noah Voxy ZWR80 | White | Drive on hard shoulder | None | M5 NB approaching M6 (S) slip | M5 Northbound approaching M6 (S) slip | Sandwell | Sandwell | Fixed Penalty | N/A | ||||
| 22485 | op-snap---monthly-publication-october-2025.pdf | 435 | 2025-10 | Car | Lexus | CT200H | Silver | Drive on hard shoulder | None | M6 Motorway | M6 Motorway | Birmingham | Birmingham | Fixed Penalty | N/A | 52.5327447 | -1.899844 | ||
| 23922 | op-snap---monthly-publication-september-2025.pdf | 141 | 2025-09 | Car | Toyota | Yaris | Red | Drive on hard shoulder | None | m42 | M42 | Birmingham | Birmingham | Fixed Penalty | N/A | ||||
| 24418 | op-snap---monthly-publication-september-2025.pdf | 637 | 2025-09 | Car | Toyota | Corolla | Grey | Drive on hard shoulder | None | M5 Southbound jn 3-4 | M5 Southbound jn 3-4 | Birmingham | Birmingham | Fixed Penalty | N/A | ||||
| 2422 | op-snap---monthly-publication-august-2025.pdf | 397 | 2025-08 | Car | Iveco | Daily | White | Drive on hard shoulder | None | M5 North | M5 North | Sandwell | Sandwell | Fixed Penalty | N/A | 52.5274455 | -2.0298903 | ||
| 19084 | op-snap---monthly-publication-may-2025.pdf | 446 | 2025-05 | Car | BMW | X5 | Grey | Drive on hard shoulder | None | M6 Motorway Northbound Jn 2-3 | M6 Motorway Northbound Junction 2-3 | Out of Force Area | Out of Force Area | Fixed Penalty | N/A | ||||
| 16452 | op-snap---monthly-publication-march-2025.pdf | 209 | 2025-03 | Car | Audi | A4 | White | Drive on hard shoulder | None | M5 SB J1 | M5 Southbound J1 | Sandwell | Sandwell | Fixed Penalty | N/A | Yes - Via Email | |||
| 16972 | op-snap---monthly-publication-march-2025.pdf | 729 | 2025-03 | Car | Volkswagen | Transporter | White | Drive on hard shoulder | None | M6 Jn6 | M6 Jn6 | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | |||
| 18361 | op-snap---monthly-publication-march-2025.pdf | 2118 | 2025-03 | Car | Audi | A1 | Black | Drive on hard shoulder | None | M5 | M5 | Sandwell | Sandwell | Fixed Penalty | N/A | Yes - Via Email | |||
| 6347 | op-snap---monthly-publication-february-2025.pdf | 1164 | 2025-02 | Car | Ford | Puma | White | Drive on hard shoulder | None | M6 North Junction 8-9 | M6 North Junction 8-9 | Walsall | Walsall | Fixed Penalty | N/A | 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);