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 = "2025-10", offence = "Using a Mobile Phone Whilst Driving" and vehicle_make = "Audi" 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 5
- Coventry 2
- Walsall 1
- Wolverhampton 1
reporter_transport_mode 2
- Pedal Bike 6
- Car 3
disposal 2
- Fixed Penalty 6
- NFA 3
vehicle_make 1
- Audi · 9 ✖
offence 1
- Using a Mobile Phone Whilst Driving · 9 ✖
month 1
- 2025-10 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 22074 | op-snap---monthly-publication-october-2025.pdf | 24 | 2025-10 | Car | Audi | Q7 | Black | Using a Mobile Phone Whilst Driving | None | UK | Uk | Wolverhampton | Wolverhampton | NFA | No Offence | 52.5857245 | -2.1300952 | ||
| 22148 | op-snap---monthly-publication-october-2025.pdf | 98 | 2025-10 | Pedal Bike | Audi | TT. | Blue | Using a Mobile Phone Whilst Driving | None | Hagley Road | Hagley Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.471632 | -1.9456776 | ||
| 22472 | op-snap---monthly-publication-october-2025.pdf | 422 | 2025-10 | Pedal Bike | Audi | A3 | Black | Using a Mobile Phone Whilst Driving | None | Three Shires Oak Road | Three Shires Oak Road | Birmingham | Birmingham | Fixed Penalty | N/A | ||||
| 22515 | op-snap---monthly-publication-october-2025.pdf | 465 | 2025-10 | Car | Audi | A3 | White | Using a Mobile Phone Whilst Driving | None | Wolverhampton Road | Wolverhampton Road | Walsall | Walsall | NFA | No Independent Evidence Available | 52.5867763 | -2.0104342 | ||
| 22604 | op-snap---monthly-publication-october-2025.pdf | 554 | 2025-10 | Pedal Bike | Audi | A3 | Black | Using a Mobile Phone Whilst Driving | None | Aston Webb Boulevard | Aston Webb Boulevard | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4468506 | -1.9395619 | ||
| 22764 | op-snap---monthly-publication-october-2025.pdf | 714 | 2025-10 | Pedal Bike | Audi | RS3 | Black | Using a Mobile Phone Whilst Driving | None | Alcester Road | Alcester Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4470686 | -1.8880749 | ||
| 22863 | op-snap---monthly-publication-october-2025.pdf | 813 | 2025-10 | Pedal Bike | Audi | A4 | Black | Using a Mobile Phone Whilst Driving | None | Harborne Road | Harborne Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4718503 | -1.9195423 | ||
| 23026 | op-snap---monthly-publication-october-2025.pdf | 976 | 2025-10 | Pedal Bike | Audi | TT | Black | Using a Mobile Phone Whilst Driving | None | Fletchamstead Highway | Fletchamstead Highway | Coventry | Coventry | Fixed Penalty | N/A | 52.396476 | -1.5561348 | ||
| 23063 | op-snap---monthly-publication-october-2025.pdf | 1013 | 2025-10 | Car | Audi | A3 | White | Using a Mobile Phone Whilst Driving | None | Hinckley Road | Hinckley Road | Coventry | Coventry | NFA | No Independent Evidence Available | 52.435502 | -1.4327166 |
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);