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 month = "2025-05", offence = "Using a Mobile Phone Whilst Driving" and vehicle_make = "Honda" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, council_area_raw, nfa_rationale
reporter_transport_mode 4
- Car 5
- Pedal Bike 2
- Pedestrian 1
- car 1
council_area 4
- Birmingham 5
- Sandwell 2
- Dudley 1
- Walsall 1
disposal 3
- Fixed Penalty 5
- Warning Letter 3
- NFA 1
vehicle_make 1
- Honda · 9 ✖
offence 1
- Using a Mobile Phone Whilst Driving · 9 ✖
month 1
- 2025-05 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 18692 | op-snap---monthly-publication-may-2025.pdf | 54 | 2025-05 | Car | Honda | Jazz | Blue | Using a Mobile Phone Whilst Driving | None | M5 North towards M6 | M5 North towards M6 | Sandwell | Sandwell | Fixed Penalty | N/A | ||||
| 18987 | op-snap---monthly-publication-may-2025.pdf | 349 | 2025-05 | car | Honda | 125 | Silver | Using a Mobile Phone Whilst Driving | None | Bromford Lane, West Bromwich | Bromford Lane, West Bromwich | Sandwell | Sandwell | Fixed Penalty | N/A | 52.5138332 | -2.0029321 | ||
| 19121 | op-snap---monthly-publication-may-2025.pdf | 483 | 2025-05 | Car | Honda | CRV | Grey | Using a Mobile Phone Whilst Driving | None | Harborne Lane | Harborne Lane | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4468464 | -1.9454816 | ||
| 19288 | op-snap---monthly-publication-may-2025.pdf | 650 | 2025-05 | Pedal Bike | Honda | Civic | Blue | Using a Mobile Phone Whilst Driving | None | Alcester Road | Alcester Road | Birmingham | Birmingham | NFA | No Offence | 52.4470686 | -1.8880749 | ||
| 19304 | op-snap---monthly-publication-may-2025.pdf | 666 | 2025-05 | Pedal Bike | Honda | Civic | Silver | Using a Mobile Phone Whilst Driving | None | Oxford Road | Oxford Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4456323 | -1.8858352 | ||
| 20017 | op-snap---monthly-publication-may-2025.pdf | 1379 | 2025-05 | Car | Honda | NSC | White | Using a Mobile Phone Whilst Driving | None | A458 Stourbridge ring road | Stourbridge ring road | Dudley | Dudley | Fixed Penalty | N/A | 52.4590366 | -2.1465735 | ||
| 20134 | op-snap---monthly-publication-may-2025.pdf | 1496 | 2025-05 | Pedestrian | Honda | Jazz | Silver | Using a Mobile Phone Whilst Driving | None | Radleys, Sheldon | Radleys, Sheldon | Birmingham | Birmingham | Warning Letter | N/A | 52.4674612 | -1.773053 | ||
| 20141 | op-snap---monthly-publication-may-2025.pdf | 1503 | 2025-05 | Car | Honda | FRV | Grey | Using a Mobile Phone Whilst Driving | No Insurance | A38(M) | A38(M) | Birmingham | Birmingham | Warning Letter | N/A | 52.4946291 | -1.8874209 | ||
| 20270 | op-snap---monthly-publication-may-2025.pdf | 1632 | 2025-05 | Car | Honda | Jazz | Grey | Using a Mobile Phone Whilst Driving | none | Trouse Lane | Trouse Lane | Walsall | Walsall | Warning Letter | N/A |
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);