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 reporter_transport_mode = "Pedestrian" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, offence_location_raw, offence_location, council_area_raw, nfa_rationale, latitude, longitude
vehicle_make 8
- Audi 2
- Land Rover 1
- Porsche 1
- Renault 1
- Scania 1
- Seat 1
- Skoda 1
- Volkswagen 1
council_area 4
- Birmingham 5
- Coventry 2
- Dudley 1
- Out of Force Area 1
disposal 3
- NFA 4
- Fixed Penalty 3
- Education 2
reporter_transport_mode 1
- Pedestrian · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 10636 | op-snap---monthly-publication-january-2026.pdf | 97 | 2026-01 | Pedestrian | Porsche | Cayman | Blue | Using a Mobile Phone Whilst Driving | None | Merry Hill Car Park | Merry Hill Car Park | Dudley | Dudley | NFA | No Independent Evidence Available | ||||
| 10754 | op-snap---monthly-publication-january-2026.pdf | 215 | 2026-01 | Pedestrian | Scania | White | Using a Mobile Phone Whilst Driving | None | Hagley Road near Highfield Road | Hagley Road near Highfield Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.471836 | -1.9401037 | |||
| 10855 | op-snap---monthly-publication-january-2026.pdf | 316 | 2026-01 | Pedestrian | Volkswagen | Polo | Red | Using a Mobile Phone Whilst Driving | None | Ninevah Road | Ninevah Road | Birmingham | Birmingham | NFA | No Independent Evidence Available | ||||
| 10955 | op-snap---monthly-publication-january-2026.pdf | 416 | 2026-01 | Pedestrian | Skoda | Rapid | blue | Using a Mobile Phone Whilst Driving | None | Hagley Road | Hagley Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.471632 | -1.9456776 | ||
| 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 | ||
| 11090 | op-snap---monthly-publication-january-2026.pdf | 551 | 2026-01 | Pedestrian | Renault | Clio | Blue | Using a Mobile Phone Whilst Driving | None | out of force blackpool | Out Of Force Blackpool | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 11378 | op-snap---monthly-publication-january-2026.pdf | 839 | 2026-01 | Pedestrian | Land Rover | Discovery | Black | Using a Mobile Phone Whilst Driving | None | Bell Green Road | Bell Green Road | Coventry | Coventry | Education | N/A | 52.4324855 | -1.4815548 | ||
| 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 | ||
| 11919 | op-snap---monthly-publication-january-2026.pdf | 1380 | 2026-01 | Pedestrian | Seat | Ateca | Grey | Using a Mobile Phone Whilst Driving | None | Coventry Road | Coventry Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4726661 | -1.8769032 |
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);