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'}
12 rows where disposal = "Education", offence = "Driving without Due Care and Attention" and reporter_transport_mode = "Lorry" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, offence_location_raw, offence_location, council_area_raw
vehicle_make 8
- Ford 3
- Jaguar 2
- Vauxhall 2
- BMW 1
- Daf 1
- Hyundai 1
- Land Rover 1
- Mercedes-Benz 1
reporter_transport_mode 1
- Lorry · 12 ✖
offence 1
- Driving without Due Care and Attention · 12 ✖
disposal 1
- Education · 12 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7905 | op-snap---monthly-publication-february-2026.pdf | 652 | 2026-02 | Lorry | Ford | Fiesta | Black | Driving without Due Care and Attention | None | M5 14.4 marker post towards 15.0 | M5 14.4 marker post towards 15.0 | Halesowen | Halesowen | Education | N/A | ||||
| 7971 | op-snap---monthly-publication-february-2026.pdf | 718 | 2026-02 | Lorry | Mercedes-Benz | C300 | Blue | Driving without Due Care and Attention | None | All saints Way | All saints Way | Sandwell | Sandwell | Education | N/A | 52.5344405 | -1.985568 | ||
| 11877 | op-snap---monthly-publication-january-2026.pdf | 1338 | 2026-01 | Lorry | Vauxhall | Antara | Silver | Driving without Due Care and Attention | None | M6 Motorway | M6 Motorway | Coventry | Coventry | Education | N/A | ||||
| 4380 | op-snap---monthly-publication-december-2025.pdf | 508 | 2025-12 | Lorry | Daf | HGV | White | Driving without Due Care and Attention | None | M6 (N), near Wednesbury | M6 (N), near Wednesbury | Walsall | Walsall | Education | N/A | ||||
| 22619 | op-snap---monthly-publication-october-2025.pdf | 569 | 2025-10 | Lorry | BMW | 420D | Grey | Driving without Due Care and Attention | None | M42 Motorway | M42 Motorway | Birmingham | Birmingham | Education | N/A | 52.490826 | -1.8882034 | ||
| 22703 | op-snap---monthly-publication-october-2025.pdf | 653 | 2025-10 | Lorry | Hyundai | i30 | Grey | Driving without Due Care and Attention | None | M42 | M42 | Birmingham | Birmingham | Education | N/A | ||||
| 24628 | op-snap---monthly-publication-september-2025.pdf | 847 | 2025-09 | Lorry | Ford | Fiesta | Silver | Driving without Due Care and Attention | None | M6 Jn10 exit | M6 Jn10 exit | Walsall | Walsall | Education | 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 | ||||
| 2527 | op-snap---monthly-publication-august-2025.pdf | 502 | 2025-08 | Lorry | Ford | Fiesta | Silver | Driving without Due Care and Attention | None | A458 Lye By Pass | Lye By Pass | Dudley | Dudley | Education | N/A | 52.4589885 | -2.1160387 | ||
| 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 | ||
| 15521 | op-snap---monthly-publication-june-2025.pdf | 1450 | 2025-06 | Lorry | Vauxhall | Astra | Blue | Driving without Due Care and Attention | None | M6 | M6 | Birmingham | Birmingham | Education | N/A | ||||
| 16686 | op-snap---monthly-publication-march-2025.pdf | 443 | 2025-03 | Lorry | Land Rover | Discovery | Grey | Driving without Due Care and Attention | None | M6 jct 9 heading onto M6 south | M6 jct 9 heading onto M6 south | Birmingham | Birmingham | Education | N/A | Yes - Via Email | 52.676119 | -2.0858425 |
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);