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'}
8 rows where month = "2025-09", offence = "Using a Mobile Phone Whilst Driving" and vehicle_make = "Audi" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, council_area_raw, nfa_rationale
reporter_transport_mode 4
- Car 3
- Other 2
- Pedal Bike 2
- Pedestrian 1
disposal 3
- Fixed Penalty 4
- NFA 3
- Court 1
council_area 3
- Coventry 3
- Birmingham 2
- Walsall 1
vehicle_make 1
- Audi · 8 ✖
offence 1
- Using a Mobile Phone Whilst Driving · 8 ✖
month 1
- 2025-09 · 8 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 23835 | op-snap---monthly-publication-september-2025.pdf | 54 | 2025-09 | Pedal Bike | Audi | RS5 | Grey | Using a Mobile Phone Whilst Driving | None | Stoney Stanton Road | Stoney Stanton Road | Coventry | Coventry | Court | N/A | 52.4221152 | -1.4959475 | ||
| 24132 | op-snap---monthly-publication-september-2025.pdf | 351 | 2025-09 | Car | Audi | A4.. | White | Using a Mobile Phone Whilst Driving | None | Chester Road Brownhills | Chester Road Brownhills | Walsall | Walsall | Fixed Penalty | N/A | 52.6298869 | -1.9079971 | ||
| 24366 | op-snap---monthly-publication-september-2025.pdf | 585 | 2025-09 | Other | Audi | A6 | White | Using a Mobile Phone Whilst Driving | None | Unknown | NFA | No Offence | |||||||
| 24430 | op-snap---monthly-publication-september-2025.pdf | 649 | 2025-09 | Other | Audi | White | Using a Mobile Phone Whilst Driving | None | M5 | M5 | NFA | No VRM | |||||||
| 24600 | op-snap---monthly-publication-september-2025.pdf | 819 | 2025-09 | Car | Audi | A5 | Blue | Using a Mobile Phone Whilst Driving | None | Dudley Road | Dudley Road | Birmingham | Birmingham | NFA | No Offence | 52.4865107 | -1.9386263 | ||
| 24601 | op-snap---monthly-publication-september-2025.pdf | 820 | 2025-09 | Car | Audi | Grey | Using a Mobile Phone Whilst Driving | None | Blackberry Lane | Blackberry Lane | Coventry | Coventry | Fixed Penalty | N/A | 52.4254016 | -1.4665041 | |||
| 24651 | op-snap---monthly-publication-september-2025.pdf | 870 | 2025-09 | Pedal Bike | Audi | Q7 | Black | Using a Mobile Phone Whilst Driving | None | Harbourne Road | Harborne Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4718503 | -1.9195423 | ||
| 24801 | op-snap---monthly-publication-september-2025.pdf | 1020 | 2025-09 | Pedestrian | Audi | Q5 | White | Using a Mobile Phone Whilst Driving | None | Binley Road | Binley Road | Coventry | Coventry | Fixed Penalty | N/A | 52.4070602 | -1.4732469 |
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);