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'}
10 rows where disposal = "Warning Letter", offence = "Driving a vehicle wholly or partly on a footpath" and reporter_transport_mode = "Pedestrian" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_colour, council_area_raw
council_area 5
- Birmingham 5
- Sandwell 2
- Coventry 1
- Sutton Coldfield 1
- Wolverhampton 1
reporter_transport_mode 1
- Pedestrian · 10 ✖
offence 1
- Driving a vehicle wholly or partly on a footpath · 10 ✖
disposal 1
- Warning Letter · 10 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7510 | op-snap---monthly-publication-february-2026.pdf | 257 | 2026-02 | Pedestrian | ssangyong | Blue | Driving a vehicle wholly or partly on a footpath | None | Causeway Green Road | Causeway Green Road | Sandwell | Sandwell | Warning Letter | N/A | 52.4831146 | -2.0169818 | |||
| 11174 | op-snap---monthly-publication-january-2026.pdf | 635 | 2026-01 | Pedestrian | Toyota | Prius | Grey | Driving a vehicle wholly or partly on a footpath | None | Lichfield Road Mere Green | Lichfield Road Mere Green | Sutton Coldfield | Sutton Coldfield | Warning Letter | N/A | 52.5872149 | -1.8300386 | ||
| 4792 | op-snap---monthly-publication-december-2025.pdf | 920 | 2025-12 | Pedestrian | Honda | WW 125 | Grey | Driving a vehicle wholly or partly on a footpath | None | Highfield Road | Highfield Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4216321 | -1.855984 | ||
| 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 | ||
| 22965 | op-snap---monthly-publication-october-2025.pdf | 915 | 2025-10 | Pedestrian | KTM | Orange | Driving a vehicle wholly or partly on a footpath | None | Northycote Lane | Northycote Lane | Wolverhampton | Wolverhampton | Warning Letter | N/A | 52.6340387 | -2.1102234 | |||
| 15176 | op-snap---monthly-publication-june-2025.pdf | 1105 | 2025-06 | Pedestrian | Peugeot | Partner | White | Driving a vehicle wholly or partly on a footpath | None | Allesley Hall Drive | Allesley Hall Drive | Coventry | Coventry | Warning Letter | N/A | 52.4177276 | -1.5557037 | ||
| 20155 | op-snap---monthly-publication-may-2025.pdf | 1517 | 2025-05 | Pedestrian | Toyota | Yaris | Silver | Driving a vehicle wholly or partly on a footpath | None | Dog Kennel Lane | Dog Kennel Lane | Sandwell | Sandwell | Warning Letter | N/A | 52.4901007 | -1.9986317 | ||
| 20157 | op-snap---monthly-publication-may-2025.pdf | 1519 | 2025-05 | Pedestrian | DB11 | White | Driving a vehicle wholly or partly on a footpath | None | Hagley Road West | Hagley Road West | Birmingham | Birmingham | Warning Letter | N/A | 52.4656414 | -1.9852276 | |||
| 16392 | op-snap---monthly-publication-march-2025.pdf | 149 | 2025-03 | Pedestrian | Aprilla SR 50 | Blue | Driving a vehicle wholly or partly on a footpath | None | Edbaston Reservoir | Edbaston Reservoir | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | ||||
| 5202 | op-snap---monthly-publication-february-2025.pdf | 19 | 2025-02 | Pedestrian | Nissan | Juke | Black | Driving a vehicle wholly or partly on a footpath | None | Alcester Road | Alcester Road | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | 52.4470686 | -1.8880749 |
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);