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'}
8 rows where month = "2025-09" and offence = "Drive on hard shoulder" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
vehicle_make 5
- Ford 3
- Toyota 2
- BMW 1
- Land Rover 1
- Renault 1
disposal 4
- NFA 4
- Fixed Penalty 2
- Education 1
- Warning Letter 1
council_area 4
- Birmingham 3
- Out of Force Area 3
- Sandwell 1
- Walsall 1
reporter_transport_mode 1
- Car 8
offence 1
- Drive on hard shoulder · 8 ✖
month 1
- 2025-09 · 8 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 23900 | op-snap---monthly-publication-september-2025.pdf | 119 | 2025-09 | Car | Ford | Transit | White | Drive on hard shoulder | None | M5 Jct 1 Northbound | M5 Junction 1 Northbound | Walsall | Walsall | Education | N/A | ||||
| 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 | ||||
| 24014 | op-snap---monthly-publication-september-2025.pdf | 233 | 2025-09 | Car | Land Rover | Sport | Grey | Drive on hard shoulder | None | M1 Jn 23-22 Southbound | M1 Junction 23-22 Southbound | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 24351 | op-snap---monthly-publication-september-2025.pdf | 570 | 2025-09 | Car | BMW | 3 series | Red | Drive on hard shoulder | None | M42 motorway | M42 motorway | Out of Force Area | Out of Force Area | Warning Letter | N/A | 52.490826 | -1.8882034 | ||
| 24415 | op-snap---monthly-publication-september-2025.pdf | 634 | 2025-09 | Car | Ford | Transit | White | Drive on hard shoulder | None | M5 NB J1 | M5 Northbound J1 | Sandwell | Sandwell | NFA | No Offence | ||||
| 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 | ||||
| 25150 | op-snap---monthly-publication-september-2025.pdf | 1369 | 2025-09 | Car | Ford | Transit | Blue | Drive on hard shoulder | None | out of force | Out Of Force | Out of Force Area | Out of Force Area | NFA | Misc Inc Crimes | ||||
| 25455 | op-snap---monthly-publication-september-2025.pdf | 1674 | 2025-09 | Car | Renault | clio | Black | Drive on hard shoulder | None | M^ Southbound | M^ Southbound | Birmingham | Birmingham | NFA | Misc Inc Crimes |
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);