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 = "2025-10", offence = "Using a Mobile Phone Whilst Driving" and vehicle_make = "Mercedes-Benz" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
reporter_transport_mode 4
- Pedal Bike 4
- Pedestrian 4
- Car 3
- Other 1
disposal 3
- Fixed Penalty 7
- NFA 4
- Warning Letter 1
council_area 3
vehicle_make 1
- Mercedes-Benz · 12 ✖
offence 1
- Using a Mobile Phone Whilst Driving · 12 ✖
month 1
- 2025-10 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 22109 | op-snap---monthly-publication-october-2025.pdf | 59 | 2025-10 | Pedal Bike | Mercedes-Benz | A250 | Black | Using a Mobile Phone Whilst Driving | None | Alcester Road | Alcester Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4470686 | -1.8880749 | ||
| 22189 | op-snap---monthly-publication-october-2025.pdf | 139 | 2025-10 | Pedal Bike | Mercedes-Benz | GLA | White | Using a Mobile Phone Whilst Driving | None | High Street, Harborne | High Street, Harborne | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4612733 | -1.9430543 | ||
| 22338 | op-snap---monthly-publication-october-2025.pdf | 288 | 2025-10 | Pedestrian | Mercedes-Benz | Black | Using a Mobile Phone Whilst Driving | None | Hagley Road | Hagley Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.471632 | -1.9456776 | |||
| 22574 | op-snap---monthly-publication-october-2025.pdf | 524 | 2025-10 | Pedal Bike | Mercedes-Benz | 250 | Red | Using a Mobile Phone Whilst Driving | None | Pershore Road | Pershore Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4308271 | -1.920078 | ||
| 22615 | op-snap---monthly-publication-october-2025.pdf | 565 | 2025-10 | Pedestrian | Mercedes-Benz | Sprinter | White | Using a Mobile Phone Whilst Driving | None | Plough and Harrow Road | Plough and Harrow Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.5899123 | -1.8057069 | ||
| 22689 | op-snap---monthly-publication-october-2025.pdf | 639 | 2025-10 | Pedal Bike | Mercedes-Benz | clk200 | Black | Using a Mobile Phone Whilst Driving | None | Augustus Road | Augustus Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4695793 | -1.9378608 | ||
| 22696 | op-snap---monthly-publication-october-2025.pdf | 646 | 2025-10 | Car | Mercedes-Benz | AMG GLE | Black | Using a Mobile Phone Whilst Driving | None | Broadway North | Broadway North | Walsall | Walsall | Warning Letter | N/A | 52.5886007 | -1.9741222 | ||
| 22776 | op-snap---monthly-publication-october-2025.pdf | 726 | 2025-10 | Pedestrian | Mercedes-Benz | Citan | White | Using a Mobile Phone Whilst Driving | None | Springfield Road | Springfield Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4327486 | -1.8844997 | ||
| 22800 | op-snap---monthly-publication-october-2025.pdf | 750 | 2025-10 | Pedestrian | Mercedes-Benz | Grey | Using a Mobile Phone Whilst Driving | None | Pleck Road | Pleck Road | Walsall | Walsall | NFA | No Independent Evidence Available | 52.5827033 | -1.9960274 | |||
| 22891 | op-snap---monthly-publication-october-2025.pdf | 841 | 2025-10 | Other | Mercedes-Benz | Sprinter | White | Using a Mobile Phone Whilst Driving | None | Church Lane, Worcester | Church Lane, Worcester | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 22925 | op-snap---monthly-publication-october-2025.pdf | 875 | 2025-10 | Car | Mercedes-Benz | Grey | Using a Mobile Phone Whilst Driving | None | Wilnecote | Wilnecote | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.5213778 | -1.9046931 | |||
| 22977 | op-snap---monthly-publication-october-2025.pdf | 927 | 2025-10 | Car | Mercedes-Benz | A200 | White | Using a Mobile Phone Whilst Driving | None | M5 near to Jct 8 North | M5 near to Junction 8 North | Out of Force Area | Out of Force Area | NFA | Out of Force |
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);