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 council_area = "Solihull" and reporter_transport_mode = "Lorry" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_colour, second_offence, nfa_rationale
vehicle_make 6
- Jaguar 2
- Vauxhall 2
- Land Rover 1
- Mazda 1
- Mercedes-Benz 1
- Volkswagen 1
offence 5
disposal 4
- Education 3
- Court 2
- Fixed Penalty 2
- NFA 1
reporter_transport_mode 1
- Lorry · 8 ✖
council_area 1
- Solihull · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7278 | op-snap---monthly-publication-february-2026.pdf | 25 | 2026-02 | Lorry | Mercedes-Benz | C220 | Grey | Driving without Due Care and Attention | None | M6 north | M6 north | Solihull | Solihull | Court | N/A | 52.4991559 | -1.7380439 | ||
| 11760 | op-snap---monthly-publication-january-2026.pdf | 1221 | 2026-01 | Lorry | Vauxhall | Movano | White | Fail to display rear VRM plate | None | M42 Motorway | M42 Motorway | Solihull | Solihull | Fixed Penalty | N/A | ||||
| 2123 | op-snap---monthly-publication-august-2025.pdf | 98 | 2025-08 | Lorry | Jaguar | I Pace | Blue | Driving without Due Care and Attention | None | M42 | M42 | Solihull | Solihull | Education | N/A | ||||
| 14138 | op-snap---monthly-publication-june-2025.pdf | 67 | 2025-06 | Lorry | Jaguar | XF | Blue | Driving without Due Care and Attention | None | Bickenhill Interchange | Bickenhill Interchange | Solihull | Solihull | Education | N/A | 52.4457674 | -1.7082354 | ||
| 15196 | op-snap---monthly-publication-june-2025.pdf | 1125 | 2025-06 | Lorry | Volkswagen | Armarok | Grey | Drive / stop / cause to remain at rest a motor vehicle drawing a trailer in offside lane of a motorway | None | M42 South | M42 South | Solihull | Solihull | Education | N/A | 52.4473832 | -1.7140496 | ||
| 1653 | op-snap---monthly-publication-april-2025.pdf | 1652 | 2025-04 | Lorry | Vauxhall | NP | White | Misc - Non Traffic Offences | None | Station road Lapworth | Station road Lapworth | Solihull | Solihull | NFA | Outside of 14 Days NIP | ||||
| 16980 | op-snap---monthly-publication-march-2025.pdf | 737 | 2025-03 | Lorry | Land Rover | Sport | Grey | Using a Mobile Phone Whilst Driving | Driving without Due Care and Attention | M42 Southbound near to Jn6 | M42 Southbound near to Jn6 | Solihull | Solihull | Court | N/A | Yes - Via Email | |||
| 10349 | op-snap---monthly-publication-january-2025.pdf | 1457 | 2025-01 | Lorry | Mazda | CX5 | Black | Using a Mobile Phone Whilst Driving | None | M42 SB 6-5 | M42 Southbound 6-5 | Solihull | Solihull | 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);