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 = "Fixed Penalty", month = "2025-11" and vehicle_make = "Ford" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, offence_location_raw, offence_location, council_area_raw, latitude, longitude
offence 5
council_area 5
- Coventry 5
- Birmingham 4
- Dudley 1
- Walsall 1
- Wolverhampton 1
reporter_transport_mode 3
- Pedal Bike 6
- Car 5
- Lorry 1
vehicle_make 1
- Ford · 12 ✖
month 1
- 2025-11 · 12 ✖
disposal 1
- Fixed Penalty · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 20687 | op-snap---monthly-publication-november-2025.pdf | 229 | 2025-11 | Pedal Bike | Ford | Fiesta | Red | Using a Mobile Phone Whilst Driving | None | A45 | A45 | Coventry | Coventry | Fixed Penalty | N/A | ||||
| 20773 | op-snap---monthly-publication-november-2025.pdf | 315 | 2025-11 | Pedal Bike | Ford | Transit | White | Using a Mobile Phone Whilst Driving | No vehicle excise licence | Aston Webb Boulevard | Aston Webb Boulevard | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4468506 | -1.9395619 | ||
| 20983 | op-snap---monthly-publication-november-2025.pdf | 525 | 2025-11 | Pedal Bike | Ford | Focus | Grey | Using a Mobile Phone Whilst Driving | None | Church Lane | Church Lane | Coventry | Coventry | Fixed Penalty | N/A | 52.4202618 | -1.6010473 | ||
| 21266 | op-snap---monthly-publication-november-2025.pdf | 808 | 2025-11 | Car | Ford | Focus | Black | Use a motor vehicle / trailer in a condition likely to cause danger of injury | None | Saltwells Road | Saltwells Road | Dudley | Dudley | Fixed Penalty | N/A | 52.4828169 | -2.0775182 | ||
| 21268 | op-snap---monthly-publication-november-2025.pdf | 810 | 2025-11 | Pedal Bike | Ford | Kuga | Grey | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Gibbins Road Selly Oak | Gibbins Road Selly Oak | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4390303 | -1.9512931 | ||
| 21334 | op-snap---monthly-publication-november-2025.pdf | 876 | 2025-11 | Car | Ford | fiesta | Black | Driving without Due Care and Attention | None | spring road | Spring Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.444262 | -1.8362585 | ||
| 21468 | op-snap---monthly-publication-november-2025.pdf | 1010 | 2025-11 | Pedal Bike | Ford | Ranger | Grey | Using a Mobile Phone Whilst Driving | None | Stoney Stanton Road | Stoney Stanton Road | Coventry | Coventry | Fixed Penalty | N/A | 52.4221152 | -1.4959475 | ||
| 21564 | op-snap---monthly-publication-november-2025.pdf | 1106 | 2025-11 | Car | Ford | Transit | Grey | Use a motor vehicle / trailer in a condition likely to cause danger of injury | None | Swan Island, South Yardley, Birmingham | Swan Island, South Yardley, Birmingham | Birmingham | Birmingham | Fixed Penalty | N/A | ||||
| 21635 | op-snap---monthly-publication-november-2025.pdf | 1177 | 2025-11 | Car | Ford | Puma | White | Contravening a Red Traffic Light | None | Walsgrave Road | Walsgrave Road | Coventry | Coventry | Fixed Penalty | N/A | 52.4096725 | -1.487901 | ||
| 21661 | op-snap---monthly-publication-november-2025.pdf | 1203 | 2025-11 | Pedal Bike | Ford | Transit | White | Using a Mobile Phone Whilst Driving | None | Walsgrave Road | Walsgrave Road | Coventry | Coventry | Fixed Penalty | N/A | 52.4096725 | -1.487901 | ||
| 21681 | op-snap---monthly-publication-november-2025.pdf | 1223 | 2025-11 | Lorry | Ford | Fiesta | Silver | Driving without Due Care and Attention | None | M6 Jn 8 | M6 Junction 8 | Walsall | Walsall | Fixed Penalty | N/A | 52.6760749 | -2.0862582 | ||
| 21961 | op-snap---monthly-publication-november-2025.pdf | 1503 | 2025-11 | Car | Ford | Fiesta | Silver | Driving without Due Care and Attention | None | Railway Drive | Railway Drive | Wolverhampton | Wolverhampton | Fixed Penalty | N/A | 52.5867311 | -2.1226283 |
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);