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'}
7 rows where offence = "Driving a vehicle wholly or partly on a footpath", reporter_transport_mode = "Pedestrian" and vehicle_make = "Ford" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence, council_area_raw, nfa_rationale
council_area 4
- Birmingham 4
- Coventry 1
- Halesowen 1
- Solihull 1
disposal 3
- Fixed Penalty 5
- NFA 1
- Warning Letter 1
vehicle_make 1
- Ford · 7 ✖
reporter_transport_mode 1
- Pedestrian · 7 ✖
offence 1
- Driving a vehicle wholly or partly on a footpath · 7 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 11661 | op-snap---monthly-publication-january-2026.pdf | 1122 | 2026-01 | Pedestrian | Ford | Focus | Green | Driving a vehicle wholly or partly on a footpath | None | Clay Lane | Clay Lane | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4509038 | -1.8083784 | ||
| 4924 | op-snap---monthly-publication-december-2025.pdf | 1052 | 2025-12 | Pedestrian | Ford | B-Max | Silver | Driving a vehicle wholly or partly on a footpath | None | Conybere Street | Conybere Street | Birmingham | Birmingham | Warning Letter | N/A | 52.4659206 | -1.8894973 | ||
| 1652 | op-snap---monthly-publication-april-2025.pdf | 1651 | 2025-04 | Pedestrian | Ford | Fiesta | Blue | Driving a vehicle wholly or partly on a footpath | None | Barnfield Avenue | Barnfield Avenue | Coventry | Coventry | NFA | Outside of 14 DAYs NIP | 52.4261207 | -1.5659557 | ||
| 16651 | op-snap---monthly-publication-march-2025.pdf | 408 | 2025-03 | Pedestrian | Ford | Transit | Grey | Driving a vehicle wholly or partly on a footpath | No vehicle excise licence | Sharmans Cross Road | Sharmans Cross Road | Solihull | Solihull | Fixed Penalty | N/A | Yes - Via Email | 52.4167172 | -1.7990388 | |
| 18553 | op-snap---monthly-publication-march-2025.pdf | 2310 | 2025-03 | Pedestrian | Ford | BC15URH | Black | Driving a vehicle wholly or partly on a footpath | None | Rea Street | Rea Street | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4734695 | -1.8890674 | |
| 5204 | op-snap---monthly-publication-february-2025.pdf | 21 | 2025-02 | Pedestrian | Ford | Fiesta | Black | Driving a vehicle wholly or partly on a footpath | None | Alcester Road | Alcester Road | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4470686 | -1.8880749 | |
| 6689 | op-snap---monthly-publication-february-2025.pdf | 1506 | 2025-02 | Pedestrian | Ford | Transit | White | Driving a vehicle wholly or partly on a footpath | None | Woodgate Lane at Clapgate Lane | Woodgate Lane at Clapgate Lane | Halesowen | Halesowen | Fixed Penalty | N/A | Yes - Via Email | 52.4424238 | -2.010981 |
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);