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 month = "2025-12", offence = "Using a Mobile Phone Whilst Driving" and vehicle_make = "Ford" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
council_area 5
reporter_transport_mode 3
- Car 7
- Pedal Bike 3
- Pedestrian 1
disposal 2
- Fixed Penalty 8
- NFA 3
vehicle_make 1
- Ford · 11 ✖
offence 1
- Using a Mobile Phone Whilst Driving · 11 ✖
month 1
- 2025-12 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3893 | op-snap---monthly-publication-december-2025.pdf | 21 | 2025-12 | Car | Ford | puma | Grey | Using a Mobile Phone Whilst Driving | None | Sarehole Road | Sarehole Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4422505 | -1.8539684 | ||
| 3980 | op-snap---monthly-publication-december-2025.pdf | 108 | 2025-12 | Car | Ford | C Maxx | Black | Using a Mobile Phone Whilst Driving | None | Ansty Road | Ansty Road | Coventry | Coventry | Fixed Penalty | N/A | 52.4205675 | -1.4520187 | ||
| 4043 | op-snap---monthly-publication-december-2025.pdf | 171 | 2025-12 | Car | Ford | White | Using a Mobile Phone Whilst Driving | None | Leamington Road | Leamington Road | Coventry | Coventry | NFA | No Independent Evidence Available | 52.3921304 | -1.5156601 | |||
| 4055 | op-snap---monthly-publication-december-2025.pdf | 183 | 2025-12 | Pedestrian | Ford | Yellow | Using a Mobile Phone Whilst Driving | None | Mallards Close | Mallards Close | Out of Force Area | Out of Force Area | NFA | Out of Force | |||||
| 4326 | op-snap---monthly-publication-december-2025.pdf | 454 | 2025-12 | Car | Ford | Fiesta | Silver | Using a Mobile Phone Whilst Driving | None | M6 Motorway | M6 Motorway | Birmingham | Birmingham | Fixed Penalty | N/A | 52.5327447 | -1.899844 | ||
| 4374 | op-snap---monthly-publication-december-2025.pdf | 502 | 2025-12 | Pedal Bike | Ford | Focus | Grey | Using a Mobile Phone Whilst Driving | None | Moseley Road | Moseley Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4679402 | -1.881408 | ||
| 4425 | op-snap---monthly-publication-december-2025.pdf | 553 | 2025-12 | Car | Ford | Ranger | Black | Using a Mobile Phone Whilst Driving | None | Stratford Road near Union Road, S | Stratford Road near Union Road, S | hBiirrlmeyingham | Hbiirrlmeyingham | Fixed Penalty | N/A | 52.4532265 | -1.8659356 | ||
| 4554 | op-snap---monthly-publication-december-2025.pdf | 682 | 2025-12 | Pedal Bike | Ford | Transit | Silver | Using a Mobile Phone Whilst Driving | None | Granville Street | Granville Street | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4762076 | -1.9124263 | ||
| 4931 | op-snap---monthly-publication-december-2025.pdf | 1059 | 2025-12 | Car | Ford | Fiesta | Black | Using a Mobile Phone Whilst Driving | None | A45 Coventry Road | Coventry Road | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.4726661 | -1.8769032 | ||
| 5057 | op-snap---monthly-publication-december-2025.pdf | 1185 | 2025-12 | Pedal Bike | Ford | Fusion | Blue | Using a Mobile Phone Whilst Driving | None | Bell Green Road | Bell Green Road | Coventry | Coventry | Fixed Penalty | N/A | 52.4324855 | -1.4815548 | ||
| 5168 | op-snap---monthly-publication-december-2025.pdf | 1296 | 2025-12 | Car | Ford | Transit | White | Using a Mobile Phone Whilst Driving | None | Leamore | Leamore | Walsall | Walsall | Fixed Penalty | N/A | 52.6017244 | -2.0081529 |
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);