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 month = "2025-04" and offence = "Driving a vehicle wholly or partly on a footpath" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
vehicle_make 5
- Mercedes-Benz 2
- Volkswagen 2
- Ford 1
- Suzuki 1
- Toyota 1
reporter_transport_mode 3
- Pedestrian 5
- Car 1
- Other 1
council_area 3
- Birmingham 5
- Coventry 1
- Dudley 1
disposal 2
- NFA 5
- Fixed Penalty 2
offence 1
- Driving a vehicle wholly or partly on a footpath · 7 ✖
month 1
- 2025-04 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 50 | op-snap---monthly-publication-april-2025.pdf | 49 | 2025-04 | Pedestrian | Volkswagen | Golf | White | Driving a vehicle wholly or partly on a footpath | None | Windsor Street South | Windsor Street South | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4850068 | -1.8801252 | ||
| 190 | op-snap---monthly-publication-april-2025.pdf | 189 | 2025-04 | Other | Volkswagen | Crafter | Red | Driving a vehicle wholly or partly on a footpath | None | Smallbrook Queensway | Smallbrook Queensway | Birmingham | Birmingham | NFA | No Offence | 52.4772584 | -1.8965734 | ||
| 196 | op-snap---monthly-publication-april-2025.pdf | 195 | 2025-04 | Car | Suzuki | Alto.. | Red | Driving a vehicle wholly or partly on a footpath | None | Washwood Heath Road | Washwood Heath Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4929304 | -1.8229092 | ||
| 1540 | op-snap---monthly-publication-april-2025.pdf | 1539 | 2025-04 | Pedestrian | Mercedes-Benz | NP | White | Driving a vehicle wholly or partly on a footpath | None | Grange road, kings heath | Grange road, kings heath | Birmingham | Birmingham | NFA | Outside of 14 DAYS NIP | 52.4365305 | -1.8936456 | ||
| 1583 | op-snap---monthly-publication-april-2025.pdf | 1582 | 2025-04 | Pedestrian | Mercedes-Benz | NP | Black | Driving a vehicle wholly or partly on a footpath | None | HARE AND HOUNDS, HIGH STREET KINGS HEATH | Hare And Hounds, High Street Kings Heath | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.4346757 | -1.8929687 | ||
| 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 | ||
| 1674 | op-snap---monthly-publication-april-2025.pdf | 1673 | 2025-04 | Pedestrian | Toyota | NP | Blue | Driving a vehicle wholly or partly on a footpath | None | Turners Lane , Brierley Hill | Turners Lane , Brierley Hill | Dudley | Dudley | NFA | Outside of 14 Days NIP | 52.4721372 | -2.1243522 |
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);