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'}
10 rows where offence = "Driving without Due Care and Attention", reporter_transport_mode = "Pedal Bike" and vehicle_make = "Daf" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_colour, council_area_raw, nfa_rationale
council_area 4
- Coventry 5
- Birmingham 2
- Walsall 2
- Solihull 1
disposal 3
- Education 5
- NFA 4
- Warning Letter 1
vehicle_make 1
- Daf · 10 ✖
reporter_transport_mode 1
- Pedal Bike · 10 ✖
offence 1
- Driving without Due Care and Attention · 10 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7831 | op-snap---monthly-publication-february-2026.pdf | 578 | 2026-02 | Pedal Bike | Daf | White | Driving without Due Care and Attention | None | Allesley Old Road | Allesley Old Road | Coventry | Coventry | NFA | No Offence | 52.4103629 | -1.5441218 | |||
| 22271 | op-snap---monthly-publication-october-2025.pdf | 221 | 2025-10 | Pedal Bike | Daf | Lorry | white | Driving without Due Care and Attention | None | Broad Lane, Coventry | Broad Lane, Coventry | Coventry | Coventry | NFA | Outside of 14 Days NIP | 52.4144409 | -1.5990259 | ||
| 24610 | op-snap---monthly-publication-september-2025.pdf | 829 | 2025-09 | Pedal Bike | Daf | lorry | White | Driving without Due Care and Attention | None | Walsall Road | Walsall Road | Birmingham | Birmingham | Education | N/A | 52.5919543 | -1.8517118 | ||
| 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 | |||
| 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 | ||
| 15504 | op-snap---monthly-publication-june-2025.pdf | 1433 | 2025-06 | Pedal Bike | Daf | HGV | White | Driving without Due Care and Attention | None | Cromwell Lane | Cromwell Lane | Coventry | Coventry | Education | N/A | 52.3961178 | -1.5956542 | ||
| 19253 | op-snap---monthly-publication-may-2025.pdf | 615 | 2025-05 | Pedal Bike | Daf | Scania | White | Driving without Due Care and Attention | None | Damson Parkway | Damson Parkway | Solihull | Solihull | Education | N/A | 52.437016 | -1.7578446 | ||
| 19953 | op-snap---monthly-publication-may-2025.pdf | 1315 | 2025-05 | Pedal Bike | Daf | Truck | White | Driving without Due Care and Attention | None | Chester road | Chester road | Walsall | Walsall | NFA | Outside of 14 Days NIP | 52.5692139 | -1.8799672 | ||
| 16380 | op-snap---monthly-publication-march-2025.pdf | 137 | 2025-03 | Pedal Bike | Daf | Truck - Concrete Mixer | Green | Driving without Due Care and Attention | None | Radford Road | Radford Road | Coventry | Coventry | Education | N/A | Yes - Via Email | 52.4235908 | -1.5226276 | |
| 9604 | op-snap---monthly-publication-january-2025.pdf | 712 | 2025-01 | Pedal Bike | Daf | Tractor | White | Driving without Due Care and Attention | None | Lichfield Street | Lichfield Street | Walsall | Walsall | Education | N/A | Yes - Via Email | 52.5882772 | -1.9761264 |
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);