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 month = "2025-02" and offence = "Drive on hard shoulder" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, second_offence, offence_location_raw, offence_location, council_area_raw, nfa_rationale, latitude, longitude
vehicle_make 8
- Ford 3
- Audi 1
- Kia 1
- Mitsubishi 1
- Toyota 1
- Vauxhall 1
- Volkswagen 1
- Volvo 1
disposal 5
- Education 3
- Warning Letter 3
- Court 2
- NFA 2
- Fixed Penalty 1
council_area 4
reporter_transport_mode 1
- Car 11
offence 1
- Drive on hard shoulder · 11 ✖
month 1
- 2025-02 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 5234 | op-snap---monthly-publication-february-2025.pdf | 51 | 2025-02 | Car | Drive on hard shoulder | None | M6 Northbound Jct 4 to 5 | M6 Northbound Junction 4 to 5 | Birmingham | Birmingham | NFA | No VRM | Yes - Via Email | 52.6912652 | -2.1043715 | ||||
| 5485 | op-snap---monthly-publication-february-2025.pdf | 302 | 2025-02 | Car | Toyota | Corolla | White | Drive on hard shoulder | None | M6 Southbound (exit slip at Junction | M6 Southbound (exit slip at Junction | 6B itromwianrgdhsa Smalford C | 6B Itromwianrgdhsa Smalford C | Court | N/A | Yes - Via Email | |||
| 5916 | op-snap---monthly-publication-february-2025.pdf | 733 | 2025-02 | Car | Ford | Ranger | Grey | Drive on hard shoulder | None | M6 J4a | M6 J4a | Birmingham | Birmingham | Education | N/A | Yes - Via Email | 52.6912891 | -2.1046372 | |
| 5921 | op-snap---monthly-publication-february-2025.pdf | 738 | 2025-02 | Car | Volvo | HGV | White | Drive on hard shoulder | None | M6 J4a | M6 J4a | Birmingham | Birmingham | Education | N/A | Yes - Via Email | 52.6912891 | -2.1046372 | |
| 6337 | op-snap---monthly-publication-february-2025.pdf | 1154 | 2025-02 | Car | Audi | A5 | Black | Drive on hard shoulder | No Insurance | M5 Northbound | M5 Northbound | Birmingham | Birmingham | Court | 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 | |||
| 6413 | op-snap---monthly-publication-february-2025.pdf | 1230 | 2025-02 | Car | Kia | Sportage | Yellow | Drive on hard shoulder | None | M6 towards J4 South | M6 towards J4 South | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | |||
| 6414 | op-snap---monthly-publication-february-2025.pdf | 1231 | 2025-02 | Car | Volkswagen | Polo | Silver | Drive on hard shoulder | None | M6 towards J4 South | M6 towards J4 South | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | |||
| 6416 | op-snap---monthly-publication-february-2025.pdf | 1233 | 2025-02 | Car | Ford | KA | Grey | Drive on hard shoulder | None | M6 towards J4 South | M6 towards J4 South | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | |||
| 6656 | op-snap---monthly-publication-february-2025.pdf | 1473 | 2025-02 | Car | Vauxhall | Corsa | Blue | Drive on hard shoulder | None | M6 NB J7 | M6 Northbound J7 | Birmingham | Birmingham | Education | N/A | Yes - Via Email | 52.6912891 | -2.1046372 | |
| 6659 | op-snap---monthly-publication-february-2025.pdf | 1476 | 2025-02 | Car | Mitsubishi | ASX | Silver | Drive on hard shoulder | None | M5 SB Frankley Svcs | M5 Southbound Frankley Svcs | 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);