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 disposal = "NFA", offence = "Driving without Due Care and Attention" and vehicle_make = "Scania" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
council_area 6
- Birmingham 3
- Out of Force Area 2
- Sandwell 2
- Walsall 2
- Dudley 1
- Wolverhampton 1
vehicle_make 1
- Scania · 11 ✖
offence 1
- Driving without Due Care and Attention · 11 ✖
disposal 1
- NFA · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 8384 | op-snap---monthly-publication-february-2026.pdf | 1131 | 2026-02 | Car | Scania | tractor | White | Driving without Due Care and Attention | None | M6 A446 | M6 A446 | Birmingham | Birmingham | NFA | No Offence | 52.5184417 | -1.8723226 | ||
| 11589 | op-snap---monthly-publication-january-2026.pdf | 1050 | 2026-01 | Car | Scania | HGV | Blue | Driving without Due Care and Attention | None | M6 North | M6 North | Walsall | Walsall | NFA | No VRM | 52.5859649 | -1.9897914 | ||
| 4057 | op-snap---monthly-publication-december-2025.pdf | 185 | 2025-12 | Car | Scania | HGV | White | Driving without Due Care and Attention | None | M6 Jn11 | M6 Jn11 | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.5145911 | -1.8679162 | ||
| 4384 | op-snap---monthly-publication-december-2025.pdf | 512 | 2025-12 | Car | Scania | White | Driving without Due Care and Attention | None | M6/M54 | M6/M54 | Wolverhampton | Wolverhampton | NFA | Not in Public Interest | |||||
| 4624 | op-snap---monthly-publication-december-2025.pdf | 752 | 2025-12 | Car | Scania | HGV | Red | Driving without Due Care and Attention | None | M6 (N) at jn10 | M6 (N) at jn10 | Walsall | Walsall | NFA | No Offence | ||||
| 4855 | op-snap---monthly-publication-december-2025.pdf | 983 | 2025-12 | Car | Scania | Red | Driving without Due Care and Attention | None | M6 | M6 | Birmingham | Birmingham | NFA | No Offence | |||||
| 20756 | op-snap---monthly-publication-november-2025.pdf | 298 | 2025-11 | Car | Scania | Tractor | White | Driving without Due Care and Attention | None | Bilston Road | Bilston Road | Sandwell | Sandwell | NFA | Not in Public Interest | 52.5485881 | -2.0510406 | ||
| 21474 | op-snap---monthly-publication-november-2025.pdf | 1016 | 2025-11 | Car | Scania | HGV | White | Driving without Due Care and Attention | None | A45 | A45 | Birmingham | Birmingham | NFA | No Independent Evidence Available | ||||
| 22581 | op-snap---monthly-publication-october-2025.pdf | 531 | 2025-10 | Car | Scania | Tractor | Orange | Driving without Due Care and Attention | None | Castlegate Island | Castlegate Island | Dudley | Dudley | NFA | No Offence | ||||
| 24525 | op-snap---monthly-publication-september-2025.pdf | 744 | 2025-09 | Lorry | Scania | Coach | Yellow | Driving without Due Care and Attention | None | M5 J2-1 | M5 J2-1 | Sandwell | Sandwell | NFA | No Offence | 52.4945433 | -2.0190848 | ||
| 2259 | op-snap---monthly-publication-august-2025.pdf | 234 | 2025-08 | Car | Scania | White | Driving without Due Care and Attention | None | M42 NB J9 | M42 Northbound J9 | Out of Force Are | Out of Force Area | NFA | Out of Force |
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);