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 reporter_transport_mode = "Pedestrian" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, second_offence, offence_location_raw, offence_location, council_area_raw, latitude, longitude
vehicle_make 10
- Nissan 2
- Toyota 2
- Audi 1
- Kia 1
- Land Rover 1
- Lexus 1
- Renault 1
- Suzuki 1
- Tesla 1
- Volkswagen 1
offence 3
council_area 3
- Birmingham 9
- Coventry 2
- Solihull 1
reporter_transport_mode 1
- Pedestrian · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 20618 | op-snap---monthly-publication-november-2025.pdf | 160 | 2025-11 | Pedestrian | Renault | Megane | Grey | Using a Mobile Phone Whilst Driving | None | Chester Road | Chester Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.5359496 | -1.8324115 | ||
| 20683 | op-snap---monthly-publication-november-2025.pdf | 225 | 2025-11 | Pedestrian | Nissan | Note | Black | Using a Mobile Phone Whilst Driving | None | Bell Green Road | Bell Green Road | Coventry | Coventry | Fixed Penalty | N/A | 52.4324855 | -1.4815548 | ||
| 20982 | op-snap---monthly-publication-november-2025.pdf | 524 | 2025-11 | Pedestrian | Suzuki | Celerio | White | Using a Mobile Phone Whilst Driving | None | Hill Street | Hill Street | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4777765 | -1.901321 | ||
| 21534 | op-snap---monthly-publication-november-2025.pdf | 1076 | 2025-11 | Pedestrian | Land Rover | Defender | Green | Driving a vehicle wholly or partly on a footpath | None | Kings Heath High Street, Alcester Road | Kings Heath High Street, Alcester Road | Birmingham | Birmingham | Fixed Penalty | N/A | ||||
| 21552 | op-snap---monthly-publication-november-2025.pdf | 1094 | 2025-11 | Pedestrian | Toyota | Aygo | White | Using a Mobile Phone Whilst Driving | None | Hagley Road, Birmingham | Hagley Road, Birmingham | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4720702 | -1.9367526 | ||
| 21565 | op-snap---monthly-publication-november-2025.pdf | 1107 | 2025-11 | Pedestrian | Audi | A1 | Black | Using a Mobile Phone Whilst Driving | None | Islington Row Middleway | Islington Row Middleway | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4720132 | -1.9142946 | ||
| 21566 | op-snap---monthly-publication-november-2025.pdf | 1108 | 2025-11 | Pedestrian | Kia | Sportage | Blue | Using a Mobile Phone Whilst Driving | None | Walsgrave Road | Walsgrave Road | Coventry | Coventry | Fixed Penalty | N/A | 52.4096725 | -1.487901 | ||
| 21579 | op-snap---monthly-publication-november-2025.pdf | 1121 | 2025-11 | Pedestrian | Volkswagen | ID4 | Grey | Using a Mobile Phone Whilst Driving | None | Heaton Road, Solihull | Heaton Road, Solihull | Solihull | Solihull | Fixed Penalty | N/A | 52.4284827 | -1.7951002 | ||
| 21586 | op-snap---monthly-publication-november-2025.pdf | 1128 | 2025-11 | Pedestrian | Nissan | Micra | Silver | Using a Mobile Phone Whilst Driving | None | Cartland Road | Cartland Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4298554 | -1.9086629 | ||
| 21714 | op-snap---monthly-publication-november-2025.pdf | 1256 | 2025-11 | Pedestrian | Toyota | Auris | Grey | Stop a vehicle within pelican pedestrian crossing limits | No vehicle excise licence | Washwood Heath Road | Washwood Heath Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4929304 | -1.8229092 | ||
| 22011 | op-snap---monthly-publication-november-2025.pdf | 1553 | 2025-11 | Pedestrian | Tesla | Model 3 | Grey | Using a Mobile Phone Whilst Driving | None | Bristol Road | Bristol Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4543565 | -1.9114004 | ||
| 22012 | op-snap---monthly-publication-november-2025.pdf | 1554 | 2025-11 | Pedestrian | Lexus | NH | Black | Using a Mobile Phone Whilst Driving | None | Bristol Road | Bristol Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4543565 | -1.9114004 |
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);