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 = "2026-01", offence = "Using a Mobile Phone Whilst Driving" and vehicle_make = "Audi" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, offence_location_raw, offence_location, council_area_raw, nfa_rationale, latitude, longitude
council_area 4
- Birmingham 5
- Coventry 2
- Out of Force Area 1
- Sandwell 1
reporter_transport_mode 3
- Pedal Bike 5
- Car 2
- Pedestrian 2
disposal 3
- Fixed Penalty 5
- NFA 3
- Education 1
vehicle_make 1
- Audi · 9 ✖
offence 1
- Using a Mobile Phone Whilst Driving · 9 ✖
month 1
- 2026-01 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 11052 | op-snap---monthly-publication-january-2026.pdf | 513 | 2026-01 | Pedestrian | Audi | A5 | White | Using a Mobile Phone Whilst Driving | None | Silver Street | Silver Street | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.433129 | -1.8963794 | ||
| 11110 | op-snap---monthly-publication-january-2026.pdf | 571 | 2026-01 | Pedal Bike | Audi | Q2 | Black | Using a Mobile Phone Whilst Driving | None | Bristol Street | Bristol Street | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4691145 | -1.9003257 | ||
| 11166 | op-snap---monthly-publication-january-2026.pdf | 627 | 2026-01 | Pedal Bike | Audi | Q3 | Grey | Using a Mobile Phone Whilst Driving | None | Metchley Lane | Metchley Lane | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4552055 | -1.9461279 | ||
| 11380 | op-snap---monthly-publication-january-2026.pdf | 841 | 2026-01 | Pedestrian | Audi | Q5 | Grey | Using a Mobile Phone Whilst Driving | None | Bell Green Road | Bell Green Road | Coventry | Coventry | Education | N/A | 52.4324855 | -1.4815548 | ||
| 11683 | op-snap---monthly-publication-january-2026.pdf | 1144 | 2026-01 | Car | Audi | TT | Grey | Using a Mobile Phone Whilst Driving | None | M53 Mersey Side | M53 Mersey Side | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 11757 | op-snap---monthly-publication-january-2026.pdf | 1218 | 2026-01 | Pedal Bike | Audi | S5 | Black | Using a Mobile Phone Whilst Driving | None | Harborne Road | Harborne Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4718503 | -1.9195423 | ||
| 11768 | op-snap---monthly-publication-january-2026.pdf | 1229 | 2026-01 | Pedal Bike | Audi | Q7 | Black | Using a Mobile Phone Whilst Driving | None | Bristol Road | Bristol Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4543565 | -1.9114004 | ||
| 11874 | op-snap---monthly-publication-january-2026.pdf | 1335 | 2026-01 | Car | Audi | A4.. | Black | Using a Mobile Phone Whilst Driving | None | Hill Top Road | Hill Top Road | Sandwell | Sandwell | NFA | No Offence | 52.4782626 | -1.9987277 | ||
| 11878 | op-snap---monthly-publication-january-2026.pdf | 1339 | 2026-01 | Pedal Bike | Audi | A5 | Black | Using a Mobile Phone Whilst Driving | None | Bell Green Road | Bell Green Road | Coventry | Coventry | Fixed Penalty | N/A | 52.4324855 | -1.4815548 |
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);