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-07" and vehicle_make = "Daf" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, council_area_raw, nfa_rationale
offence 6
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 3
- Driving without Due Care and Attention 3
- Contravening a Red Traffic Light 2
- Cause vehicle to be left in a dangerous position 1
- Prohibited vehicle in offside lane of motorway 1
- Using a Mobile Phone Whilst Driving 1
council_area 5
disposal 4
- NFA 5
- Warning Letter 4
- Education 1
- Fixed Penalty 1
reporter_transport_mode 3
- Car 6
- Pedal Bike 3
- Other 2
vehicle_make 1
- Daf · 11 ✖
month 1
- 2025-07 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 12001 | op-snap---monthly-publication-july-2025.pdf | 53 | 2025-07 | Other | Daf | Yellow | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Wem High St, Shrewsbury | Wem High Street, Shrewsbury | Out of Force Area | Out of Force Area | NFA | Out of Force | |||||
| 12002 | op-snap---monthly-publication-july-2025.pdf | 54 | 2025-07 | Car | Daf | Grey | Contravening a Red Traffic Light | none | Sir Henry Parkes Road | Sir Henry Parkes Road | Coventry | Coventry | Warning Letter | N/A | 52.3900568 | -1.5550766 | |||
| 12024 | op-snap---monthly-publication-july-2025.pdf | 76 | 2025-07 | Pedal Bike | Daf | Taxi | Black | Using a Mobile Phone Whilst Driving | None | Humber Road, | Humber Road | Coventry | Coventry | Fixed Penalty | N/A | 52.4050667 | -1.4866877 | ||
| 12105 | op-snap---monthly-publication-july-2025.pdf | 157 | 2025-07 | Car | Daf | Lorry | White | Contravening a Red Traffic Light | None | A38 Minworth | Minworth | Sutton Coldfield | Sutton Coldfield | Education | N/A | 52.5301514 | -1.7586638 | ||
| 12132 | op-snap---monthly-publication-july-2025.pdf | 184 | 2025-07 | Pedal Bike | Daf | White | Driving without Due Care and Attention | None | Gooch st at Bissell St | Gooch st at Bissell Street | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.4696234 | -1.8952392 | |||
| 12159 | op-snap---monthly-publication-july-2025.pdf | 211 | 2025-07 | Other | Daf | Dennis | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | High Street, Kings Heath | High Street, Kings Heath | Birmingham | Birmingham | Warning Letter | N/A | 52.4353506 | -1.8927483 | ||
| 12556 | op-snap---monthly-publication-july-2025.pdf | 608 | 2025-07 | Car | Daf | Truck | White | Prohibited vehicle in offside lane of motorway | None | M6 SB J6-5 | M6 Southbound J6-5 | Birmingham | Birmingham | NFA | No Offence | 52.6760749 | -2.0862582 | ||
| 13119 | op-snap---monthly-publication-july-2025.pdf | 1171 | 2025-07 | Car | Daf | Truck | White | Driving without Due Care and Attention | None | M6 Jct 10-10A | M6 Junction 10-10A | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.676119 | -2.0858425 | ||
| 13323 | op-snap---monthly-publication-july-2025.pdf | 1375 | 2025-07 | Pedal Bike | Daf | Tipper | Blue | Driving without Due Care and Attention | None | Stoney Stanton Lane | Stoney Stanton Lane | Coventry | Coventry | Warning Letter | N/A | 52.4211068 | -1.4966527 | ||
| 13476 | op-snap---monthly-publication-july-2025.pdf | 1528 | 2025-07 | Car | Daf | Trucks | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Bilston road | Bilston road | Wolverhampton | Wolverhampton | NFA | Misc Inc Crimes | 52.5801329 | -2.1138283 | ||
| 13602 | op-snap---monthly-publication-july-2025.pdf | 1654 | 2025-07 | Car | Daf | BOX VAN | White | Cause vehicle to be left in a dangerous position | None | Eddish Road | Eddish Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4833672 | -1.7871439 |
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);