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 vehicle_make = "Dennis" 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, nfa_rationale, latitude, longitude
council_area 5
- Wolverhampton 4
- Birmingham 2
- Dudley 2
- Solihull 2
- Sandwell 1
reporter_transport_mode 4
- Pedal Bike 5
- Car 4
- Pedestrian 1
- Van 1
offence 3
disposal 3
- NFA 6
- Education 3
- Warning Letter 2
vehicle_make 1
- Dennis · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 8295 | op-snap---monthly-publication-february-2026.pdf | 1042 | 2026-02 | Pedal Bike | Dennis | Bus | Grey | Driving without Due Care and Attention | None | St Martins | Street Martins | Birmingham | Birmingham | Warning Letter | N/A | 52.477697 | -1.8962719 | ||
| 7582 | op-snap---monthly-publication-february-2026.pdf | 329 | 2026-02 | Car | Dennis | Green | Cause vehicle to be left in a dangerous position | None | Tinkers Farm Road | Tinkers Farm Road | Birmingham | Birmingham | Education | N/A | 52.4124264 | -1.981477 | |||
| 11560 | op-snap---monthly-publication-january-2026.pdf | 1021 | 2026-01 | Car | Dennis | Alexander | Red | Driving without Due Care and Attention | None | Brierley Hill Road | Brierley Hill Road | Dudley | Dudley | NFA | Outside of 14 DAYS Late Submission | 52.4811151 | -2.1456435 | ||
| 21978 | op-snap---monthly-publication-november-2025.pdf | 1520 | 2025-11 | Car | Dennis | Enviro | Driving without Due Care and Attention | None | Sharmans Cross Road | Sharmans Cross Road | Solihull | Solihull | Education | N/A | 52.4167172 | -1.7990388 | |||
| 21543 | op-snap---monthly-publication-november-2025.pdf | 1085 | 2025-11 | Car | Dennis | Bus | Driving without Due Care and Attention | None | Dudley Stree, Carters Green, West Bromwich | Dudley Stree, Carters Green, West Bromwich | Sandwell | Sandwell | Education | N/A | |||||
| 22291 | op-snap---monthly-publication-october-2025.pdf | 241 | 2025-10 | Van | Dennis | Diamond bus | silver | Misc - Non Traffic Offences | None | Whitley Avenue | Whitley Avenue | Dudley | Dudley | NFA | No Offence | ||||
| 22195 | op-snap---monthly-publication-october-2025.pdf | 145 | 2025-10 | Pedal Bike | Dennis | Alexander | White | Driving without Due Care and Attention | None | Sharmans Cross | Sharmans Cross | Solihull | Solihull | NFA | Outside of 14 Days NIP | 52.4151594 | -1.8062462 | ||
| 3828 | op-snap---monthly-publication-august-2025.pdf | 1803 | 2025-08 | Pedal Bike | Dennis | Red | Cause vehicle to be left in a dangerous position | None | Cannock Road | Cannock Road | Wolverhampton | Wolverhampton | NFA | Misc Inc Crimes | 52.6083917 | -2.1033365 | |||
| 3827 | op-snap---monthly-publication-august-2025.pdf | 1802 | 2025-08 | Pedal Bike | Dennis | White | Cause vehicle to be left in a dangerous position | None | Cannock Road | Cannock Road | Wolverhampton | Wolverhampton | NFA | Misc Inc Crimes | 52.6083917 | -2.1033365 | |||
| 3826 | op-snap---monthly-publication-august-2025.pdf | 1801 | 2025-08 | Pedal Bike | Dennis | Yellow | Cause vehicle to be left in a dangerous position | None | Cannock Road | Cannock Road | Wolverhampton | Wolverhampton | NFA | No Offence | 52.6083917 | -2.1033365 | |||
| 3802 | op-snap---monthly-publication-august-2025.pdf | 1777 | 2025-08 | Pedestrian | Dennis | Yellow | Cause vehicle to be left in a dangerous position | None | Cannock Road | Cannock Road | Wolverhampton | Wolverhampton | Warning Letter | N/A | 52.6083917 | -2.1033365 |
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);