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'}
13 rows where month = "2025-08", offence = "Drive on hard shoulder" and reporter_transport_mode = "Car" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, offence_location_raw, offence_location, council_area_raw, nfa_rationale
vehicle_make 8
- Mercedes-Benz 2
- Toyota 2
- Vauxhall 2
- Audi 1
- BMW 1
- Ford 1
- Iveco 1
- Volkswagen 1
disposal 5
- Education 4
- NFA 4
- Warning Letter 3
- Court 1
- Fixed Penalty 1
council_area 5
- Birmingham 7
- Sandwell 3
- Out of Force Area 1
- Walsall 1
- Wolverhampton 1
reporter_transport_mode 1
- Car · 13 ✖
offence 1
- Drive on hard shoulder · 13 ✖
month 1
- 2025-08 · 13 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2104 | op-snap---monthly-publication-august-2025.pdf | 79 | 2025-08 | Car | Mercedes-Benz | C200 | White | Drive on hard shoulder | None | M6 | M6 | Birmingham | Birmingham | NFA | No VRM | ||||
| 2154 | op-snap---monthly-publication-august-2025.pdf | 129 | 2025-08 | Car | Copen | Gold | Drive on hard shoulder | None | M6 Southbound Jct 6 | M6 Southbound Junction 6 | Birmingham | Birmingham | Education | N/A | 52.6760749 | -2.0862582 | |||
| 2271 | op-snap---monthly-publication-august-2025.pdf | 246 | 2025-08 | Car | Ford | C Max | Black | Drive on hard shoulder | None | M5 | M5 | Sandwell | Sandwell | Court | N/A | ||||
| 2346 | op-snap---monthly-publication-august-2025.pdf | 321 | 2025-08 | Car | Audi | A5 | Black | Drive on hard shoulder | None | M6 North | M6 North | Wolverhampton | Wolverhampton | NFA | Outside of 14 DAYS Late Submission | 52.6049795 | -2.085282 | ||
| 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 | ||
| 2510 | op-snap---monthly-publication-august-2025.pdf | 485 | 2025-08 | Car | Toyota | Yaris | Grey | Drive on hard shoulder | None | M5 approaching Jct 8 M6 | M5 approaching Junction 8 M6 | Birmingham | Birmingham | Education | N/A | ||||
| 2716 | op-snap---monthly-publication-august-2025.pdf | 691 | 2025-08 | Car | Drive on hard shoulder | None | M62 Widnes | M62 Widnes | Out of Force Are | Out of Force Area | NFA | Out of Force | |||||||
| 2743 | op-snap---monthly-publication-august-2025.pdf | 718 | 2025-08 | Car | Toyota | Avensis | Black | Drive on hard shoulder | None | M6 North Jct 4A | M6 North Junction 4A | Birmingham | Birmingham | Education | N/A | ||||
| 2753 | op-snap---monthly-publication-august-2025.pdf | 728 | 2025-08 | Car | BMW | 520.. | Grey | Drive on hard shoulder | None | M6 (North) | M6 (North) | Birmingham | Birmingham | Warning Letter | N/A | 52.5143137 | -1.7683873 | ||
| 2981 | op-snap---monthly-publication-august-2025.pdf | 956 | 2025-08 | Car | Vauxhall | Insignia | Black | Drive on hard shoulder | None | M6 Motorway | M6 Motorway | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.5327447 | -1.899844 | ||
| 3028 | op-snap---monthly-publication-august-2025.pdf | 1003 | 2025-08 | Car | Volkswagen | T Roc | Black | Drive on hard shoulder | None | M6 Jct 7 | M6 Junction 7 | Walsall | Walsall | Education | N/A | 52.676119 | -2.0858425 | ||
| 3671 | op-snap---monthly-publication-august-2025.pdf | 1646 | 2025-08 | Car | Mercedes-Benz | CLA45 | Red | Drive on hard shoulder | None | m5 | M5 | Sandwell | Sandwell | Warning Letter | N/A | ||||
| 3734 | op-snap---monthly-publication-august-2025.pdf | 1709 | 2025-08 | Car | Vauxhall | Insignia | Blue | Drive on hard shoulder | None | M5 | M5 | 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);