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'}
9 rows where offence = "Driving without Reasonable Consideration", reporter_transport_mode = "Car" and vehicle_make = "Daf" 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 5
- Out of Force Area 4
- Birmingham 2
- Coventry 1
- Solihull 1
- Walsall 1
disposal 2
- NFA 7
- Warning Letter 2
vehicle_make 1
- Daf · 9 ✖
reporter_transport_mode 1
- Car · 9 ✖
offence 1
- Driving without Reasonable Consideration · 9 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 23321 | op-snap---monthly-publication-october-2025.pdf | 1271 | 2025-10 | Car | Daf | Tipper | White | Driving without Reasonable Consideration | None | Nuneaton | Nuneaton | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.4014214 | -1.5189806 | ||
| 24509 | op-snap---monthly-publication-september-2025.pdf | 728 | 2025-09 | Car | Daf | Trucks | White | Driving without Reasonable Consideration | None | M42 J9 | M42 J9 | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.3601724 | -1.8062199 | ||
| 14246 | op-snap---monthly-publication-june-2025.pdf | 175 | 2025-06 | Car | Daf | HGV | Yellow | Driving without Reasonable Consideration | None | M42 | M42 | Solihull | Solihull | NFA | No Independent Evidence Available | ||||
| 14298 | op-snap---monthly-publication-june-2025.pdf | 227 | 2025-06 | Car | Daf | HGV | White | Driving without Reasonable Consideration | None | Newport Road | Newport Road | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.5024739 | -1.7975977 | ||
| 1182 | op-snap---monthly-publication-april-2025.pdf | 1181 | 2025-04 | Car | Daf | Van | White | Driving without Reasonable Consideration | None | Styvechalke Roundabout , Coventry | Styvechalke Roundabout , Coventry | Coventry | Coventry | NFA | Outside of 14 Days NIP | ||||
| 18225 | op-snap---monthly-publication-march-2025.pdf | 1982 | 2025-03 | Car | Daf | HGV | White | Driving without Reasonable Consideration | None | A42 Warwickshire | Warwickshire | Out of Force Area | Out of Force Area | NFA | Out of Force | Yes - Via Email | 52.4318492 | -1.7319529 | |
| 18240 | op-snap---monthly-publication-march-2025.pdf | 1997 | 2025-03 | Car | Daf | HGV | Red | Driving without Reasonable Consideration | None | Lichfield Road | Lichfield Road | Walsall | Walsall | Warning Letter | N/A | Yes - Via Email | 52.6095168 | -2.0493009 | |
| 9005 | op-snap---monthly-publication-january-2025.pdf | 113 | 2025-01 | Car | Daf | HGV | White | Driving without Reasonable Consideration | None | M6 | M6 | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | |||
| 9092 | op-snap---monthly-publication-january-2025.pdf | 200 | 2025-01 | Car | Daf | HGV | Blue | Driving without Reasonable Consideration | None | Unknown not given | Unknown not given | Birmingham | Birmingham | NFA | No VRM | 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);