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 disposal = "Warning Letter", offence = "Using a Mobile Phone Whilst Driving" and vehicle_make = "Ford" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence, council_area_raw
council_area 5
- Birmingham 5
- Coventry 3
- Sandwell 2
- Solihull 1
- Walsall 1
reporter_transport_mode 3
- Car 9
- Other 2
- Pedal Bike 1
vehicle_make 1
- Ford · 12 ✖
offence 1
- Using a Mobile Phone Whilst Driving · 12 ✖
disposal 1
- Warning Letter · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 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 | ||
| 24369 | op-snap---monthly-publication-september-2025.pdf | 588 | 2025-09 | Other | Ford | Transit | White | Using a Mobile Phone Whilst Driving | None | Compton Close | Compton Close | Solihull | Solihull | Warning Letter | N/A | 52.4167285 | -1.811636 | ||
| 12713 | op-snap---monthly-publication-july-2025.pdf | 765 | 2025-07 | Car | Ford | Focus | Black | Using a Mobile Phone Whilst Driving | Driving without Due Care and | AWttoeondtisoentton | AWttoeondtisoentton | Sandwell | Sandwell | Warning Letter | N/A | ||||
| 13898 | op-snap---monthly-publication-july-2025.pdf | 1950 | 2025-07 | Car | Ford | Fiesta | Grey | Using a Mobile Phone Whilst Driving | None | M42 Junction 7 | M42 Junction 7 | Birmingham | Birmingham | Warning Letter | N/A | ||||
| 15113 | op-snap---monthly-publication-june-2025.pdf | 1042 | 2025-06 | Car | Ford | Transit | White | Using a Mobile Phone Whilst Driving | None | M5 | M5 | Sandwell | Sandwell | Warning Letter | N/A | ||||
| 15618 | op-snap---monthly-publication-june-2025.pdf | 1547 | 2025-06 | Other | Ford | Kuga | Blue | Using a Mobile Phone Whilst Driving | None | Brentwood Avenue | Brentwood Avenue | Coventry | Coventry | Warning Letter | N/A | 52.3747077 | -1.5106466 | ||
| 19690 | op-snap---monthly-publication-may-2025.pdf | 1052 | 2025-05 | Car | Ford | Transit | White | Using a Mobile Phone Whilst Driving | None | Sky Blue WAY | Sky Blue WAY | Coventry | Coventry | Warning Letter | N/A | 52.4085943 | -1.4943275 | ||
| 20175 | op-snap---monthly-publication-may-2025.pdf | 1537 | 2025-05 | Car | Ford | C-max | Blue | Using a Mobile Phone Whilst Driving | None | Blackberry Lane | Blackberry Lane | Coventry | Coventry | Warning Letter | N/A | 52.4254016 | -1.4665041 | ||
| 20338 | op-snap---monthly-publication-may-2025.pdf | 1700 | 2025-05 | Car | Ford | transit | Silver | Using a Mobile Phone Whilst Driving | None | Green Lane | Green Lane | Birmingham | Birmingham | Warning Letter | N/A | 52.4618966 | -1.9955421 | ||
| 20396 | op-snap---monthly-publication-may-2025.pdf | 1758 | 2025-05 | Car | Ford | Fiesta | Brown | Using a Mobile Phone Whilst Driving | None | Kathleen Road | Kathleen Road | Birmingham | Birmingham | Warning Letter | N/A | 52.5599367 | -1.8173112 | ||
| 20457 | op-snap---monthly-publication-may-2025.pdf | 1819 | 2025-05 | Pedal Bike | Ford | TRANSIT | White | Using a Mobile Phone Whilst Driving | None | Hereford Close, Frankley | Hereford Close, Frankley | Birmingham | Birmingham | Warning Letter | N/A | 52.4047807 | -2.0101216 | ||
| 9874 | op-snap---monthly-publication-january-2025.pdf | 982 | 2025-01 | Car | Ford | Transit | White | Using a Mobile Phone Whilst Driving | None | PLeck Road | PLeck Road | Walsall | Walsall | Warning Letter | N/A | Yes - Via Email | 52.5827033 | -1.9960274 |
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);