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'}
12 rows where month = "2026-02", 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 4
- Birmingham 7
- Coventry 2
- Out of Force Area 2
- Solihull 1
reporter_transport_mode 3
- Pedal Bike 7
- Car 4
- Pedestrian 1
disposal 3
- Fixed Penalty 9
- NFA 2
- Warning Letter 1
vehicle_make 1
- Ford · 12 ✖
offence 1
- Using a Mobile Phone Whilst Driving · 12 ✖
month 1
- 2026-02 · 12 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7334 | op-snap---monthly-publication-february-2026.pdf | 81 | 2026-02 | Pedal Bike | Ford | Fiesta | Silver | Using a Mobile Phone Whilst Driving | None | Church Road | Church Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4624743 | -1.7763934 | ||
| 7541 | op-snap---monthly-publication-february-2026.pdf | 288 | 2026-02 | Pedal Bike | Ford | Fiesta | Blue | Using a Mobile Phone Whilst Driving | None | Augustus Road | Augustus Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4695793 | -1.9378608 | ||
| 7639 | op-snap---monthly-publication-february-2026.pdf | 386 | 2026-02 | Car | Ford | Transit | Black | Using a Mobile Phone Whilst Driving | None | A529 Hinstock | Hinstock | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 7947 | op-snap---monthly-publication-february-2026.pdf | 694 | 2026-02 | Pedal Bike | Ford | Transit | White | Using a Mobile Phone Whilst Driving | None | Highgate Middleway | Highgate Middleway | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4661171 | -1.8832818 | ||
| 8019 | op-snap---monthly-publication-february-2026.pdf | 766 | 2026-02 | Pedal Bike | Ford | Blue | Using a Mobile Phone Whilst Driving | None | Aston Wedd | Aston Wedd | Birmingham | Birmingham | Fixed Penalty | N/A | |||||
| 8064 | op-snap---monthly-publication-february-2026.pdf | 811 | 2026-02 | Pedal Bike | Ford | Transit | White | Using a Mobile Phone Whilst Driving | None | Bell Green Road | Bell Green Road | Coventry | Coventry | Fixed Penalty | N/A | 52.4324855 | -1.4815548 | ||
| 8301 | op-snap---monthly-publication-february-2026.pdf | 1048 | 2026-02 | Car | Ford | Transit | White | Using a Mobile Phone Whilst Driving | None | M6 Motorway | M6 Motorway | Birmingham | Birmingham | Warning Letter | N/A | 52.5327447 | -1.899844 | ||
| 8342 | op-snap---monthly-publication-february-2026.pdf | 1089 | 2026-02 | Pedestrian | Ford | Etransit | White | Using a Mobile Phone Whilst Driving | None | Woodleigh Avenue | Woodleigh Avenue | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4501564 | -1.9468853 | ||
| 8548 | op-snap---monthly-publication-february-2026.pdf | 1295 | 2026-02 | Pedal Bike | Ford | Fiesta | Silver | Using a Mobile Phone Whilst Driving | None | Stoney Stanton Road | Stoney Stanton Road | Coventry | Coventry | Fixed Penalty | N/A | 52.4221152 | -1.4959475 | ||
| 8666 | op-snap---monthly-publication-february-2026.pdf | 1413 | 2026-02 | Car | Ford | White | Using a Mobile Phone Whilst Driving | None | IIminster Road | IIminster Road | Out of Force Area | Out of Force Area | NFA | Out of Force | |||||
| 8670 | op-snap---monthly-publication-february-2026.pdf | 1417 | 2026-02 | Car | Ford | Mondeo | Grey | Using a Mobile Phone Whilst Driving | None | M42 SB J5-4 | M42 Southbound J5-4 | Solihull | Solihull | Fixed Penalty | N/A | ||||
| 8768 | op-snap---monthly-publication-february-2026.pdf | 1515 | 2026-02 | Pedal Bike | Ford | Ka | White | Using a Mobile Phone Whilst Driving | None | Alcester Road | Alcester Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4470686 | -1.8880749 |
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);