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-11", offence = "Using a Mobile Phone Whilst Driving" and vehicle_make = "Nissan" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
reporter_transport_mode 3
- Pedal Bike 6
- Pedestrian 2
- Other 1
council_area 3
- Birmingham 4
- Coventry 4
- Sandwell 1
disposal 2
- Fixed Penalty 8
- NFA 1
vehicle_make 1
- Nissan · 9 ✖
offence 1
- Using a Mobile Phone Whilst Driving · 9 ✖
month 1
- 2025-11 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 20587 | op-snap---monthly-publication-november-2025.pdf | 129 | 2025-11 | Pedal Bike | Nissan | Micra | Blue | Using a Mobile Phone Whilst Driving | None | Pershore Road | Pershore Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4308271 | -1.920078 | ||
| 20683 | op-snap---monthly-publication-november-2025.pdf | 225 | 2025-11 | Pedestrian | Nissan | Note | Black | Using a Mobile Phone Whilst Driving | None | Bell Green Road | Bell Green Road | Coventry | Coventry | Fixed Penalty | N/A | 52.4324855 | -1.4815548 | ||
| 20766 | op-snap---monthly-publication-november-2025.pdf | 308 | 2025-11 | Pedal Bike | Nissan | X-Trail | Black | Using a Mobile Phone Whilst Driving | None | Longmore Street | Longmore Street | Birmingham | Birmingham | Fixed Penalty | N/A | 52.464484 | -1.8923374 | ||
| 21366 | op-snap---monthly-publication-november-2025.pdf | 908 | 2025-11 | Other | Nissan | Qashqai | Purple | Using a Mobile Phone Whilst Driving | None | Southgate, Cradley Heath | Southgate, Cradley Heath | Sandwell | Sandwell | NFA | Not in Public Interest | 52.4705111 | -2.0807857 | ||
| 21369 | op-snap---monthly-publication-november-2025.pdf | 911 | 2025-11 | Pedal Bike | Nissan | Qashqai | Silver | Using a Mobile Phone Whilst Driving | None | Hinckley Road | Hinckley Road | Coventry | Coventry | Fixed Penalty | N/A | 52.435502 | -1.4327166 | ||
| 21510 | op-snap---monthly-publication-november-2025.pdf | 1052 | 2025-11 | Pedal Bike | Nissan | Juke | Black | Using a Mobile Phone Whilst Driving | None | Earlsdon Avenue North | Earlsdon Avenue North | Coventry | Coventry | Fixed Penalty | N/A | 52.4025196 | -1.5327802 | ||
| 21586 | op-snap---monthly-publication-november-2025.pdf | 1128 | 2025-11 | Pedestrian | Nissan | Micra | Silver | Using a Mobile Phone Whilst Driving | None | Cartland Road | Cartland Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4298554 | -1.9086629 | ||
| 21641 | op-snap---monthly-publication-november-2025.pdf | 1183 | 2025-11 | Pedal Bike | Nissan | Qashqai | Blue | Using a Mobile Phone Whilst Driving | None | Walsgrave Road | Walsgrave Road | Coventry | Coventry | Fixed Penalty | N/A | 52.4096725 | -1.487901 | ||
| 21862 | op-snap---monthly-publication-november-2025.pdf | 1404 | 2025-11 | Pedal Bike | Nissan | Micra | Grey | Using a Mobile Phone Whilst Driving | None | Metchley Lane | Metchley Lane | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4552055 | -1.9461279 |
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);