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'}
9 rows where month = "2025-09", offence = "Driving a vehicle wholly or partly on a footpath" and reporter_transport_mode = "Car" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, offence_location_raw, offence_location, council_area_raw, nfa_rationale, latitude, longitude
vehicle_make 5
- Citroen 4
- Toyota 2
- Kia 1
- Mercedes-Benz 1
- Volkswagen 1
disposal 4
- Fixed Penalty 5
- Warning Letter 2
- Education 1
- NFA 1
council_area 2
- Birmingham 7
- Sandwell 2
reporter_transport_mode 1
- Car · 9 ✖
offence 1
- Driving a vehicle wholly or partly on a footpath · 9 ✖
month 1
- 2025-09 · 9 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 24002 | op-snap---monthly-publication-september-2025.pdf | 221 | 2025-09 | Car | Kia | Xceed | Silver | Driving a vehicle wholly or partly on a footpath | None | Oxford Road | Oxford Road | Birmingham | Birmingham | NFA | Outside of 14 DAYS Late Submission | 52.4456323 | -1.8858352 | ||
| 24069 | op-snap---monthly-publication-september-2025.pdf | 288 | 2025-09 | Car | Citroen | C2 | Black | Driving a vehicle wholly or partly on a footpath | None | Hill Top, West Bromwich | Hill Top, West Bromwich | Sandwell | Sandwell | Fixed Penalty | N/A | 52.5389478 | -2.0112156 | ||
| 24271 | op-snap---monthly-publication-september-2025.pdf | 490 | 2025-09 | Car | Citroen | C3 | Black | Driving a vehicle wholly or partly on a footpath | None | Grove Lane, Handsworth | Grove Lane, Handsworth | Birmingham | Birmingham | Fixed Penalty | N/A | 52.5094412 | -1.9304582 | ||
| 24273 | op-snap---monthly-publication-september-2025.pdf | 492 | 2025-09 | Car | Mercedes-Benz | Sprinter | Blue | Driving a vehicle wholly or partly on a footpath | None | A41 Birmingham Road | Birmingham Road | Sandwell | Sandwell | Fixed Penalty | N/A | 52.5461417 | -1.9334193 | ||
| 24502 | op-snap---monthly-publication-september-2025.pdf | 721 | 2025-09 | Car | Citroen | C1 | Red | Driving a vehicle wholly or partly on a footpath | None | South Road, Northfield | South Road, Northfield | Birmingham | Birmingham | Education | N/A | 52.4074768 | -1.9720667 | ||
| 24557 | op-snap---monthly-publication-september-2025.pdf | 776 | 2025-09 | Car | Toyota | Auris | Blue | Driving a vehicle wholly or partly on a footpath | None | Marsh Lane | Marsh Lane | Birmingham | Birmingham | Warning Letter | N/A | 52.527277 | -1.8519677 | ||
| 24558 | op-snap---monthly-publication-september-2025.pdf | 777 | 2025-09 | Car | Citroen | C3 | Black | Driving a vehicle wholly or partly on a footpath | None | Marsh Lane | Marsh Lane | Birmingham | Birmingham | Warning Letter | N/A | 52.527277 | -1.8519677 | ||
| 24806 | op-snap---monthly-publication-september-2025.pdf | 1025 | 2025-09 | Car | Toyota | Prius | Brown | Driving a vehicle wholly or partly on a footpath | None | Bromford Lane | Bromford Lane | Birmingham | Birmingham | Fixed Penalty | N/A | 52.5083238 | -1.8332287 | ||
| 24942 | op-snap---monthly-publication-september-2025.pdf | 1161 | 2025-09 | Car | Volkswagen | Polo | Silver | Driving a vehicle wholly or partly on a footpath | None | Raddlebarn Road | Raddlebarn Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4397168 | -1.9260414 |
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);