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 offence = "Cause unnecessary obstruction by motor vehicle", reporter_transport_mode = "Pedestrian" and vehicle_make = "Vauxhall" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
council_area 5
- Birmingham 6
- Dudley 1
- Sandwell 1
- Sutton Coldfield 1
- Wolverhampton 1
disposal 2
- Warning Letter 9
- NFA 1
vehicle_make 1
- Vauxhall · 10 ✖
reporter_transport_mode 1
- Pedestrian · 10 ✖
offence 1
- Cause unnecessary obstruction by motor vehicle · 10 ✖
month 1
- 2025-09 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 25001 | op-snap---monthly-publication-september-2025.pdf | 1220 | 2025-09 | Pedestrian | Vauxhall | Mokka | Black | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Lozells Rd | Lozells Road | Birmingham | Birmingham | Warning Letter | N/A | 52.502683 | -1.9033516 | ||
| 25062 | op-snap---monthly-publication-september-2025.pdf | 1281 | 2025-09 | Pedestrian | Vauxhall | movano | White | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Melton Road | Melton Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4331096 | -1.8874806 | ||
| 25200 | op-snap---monthly-publication-september-2025.pdf | 1419 | 2025-09 | Pedestrian | Vauxhall | Corsa | Black | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Bentley Road | Bentley Road | Birmingham | Birmingham | Warning Letter | N/A | 52.5417313 | -1.8010055 | ||
| 25236 | op-snap---monthly-publication-september-2025.pdf | 1455 | 2025-09 | Pedestrian | Vauxhall | astra | Grey | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | PArtons Road | PArtons Road | Birmingham | Birmingham | NFA | No VRM | 52.4248418 | -1.9030041 | ||
| 25302 | op-snap---monthly-publication-september-2025.pdf | 1521 | 2025-09 | Pedestrian | Vauxhall | Astra | Blue | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Broadwell Road, Oldbury | Broadwell Road, Oldbury | Sandwell | Sandwell | Warning Letter | N/A | 52.5080794 | -2.0125585 | ||
| 25311 | op-snap---monthly-publication-september-2025.pdf | 1530 | 2025-09 | Pedestrian | Vauxhall | Astra | Silver | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | tettenhall Road | tettenhall Road | Wolverhampton | Wolverhampton | Warning Letter | N/A | 52.5883523 | -2.1466187 | ||
| 25380 | op-snap---monthly-publication-september-2025.pdf | 1599 | 2025-09 | Pedestrian | Vauxhall | Corsa | Silver | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Antrobus Road | Antrobus Road | Birmingham | Birmingham | Warning Letter | N/A | 52.5457851 | -1.8457052 | ||
| 25430 | op-snap---monthly-publication-september-2025.pdf | 1649 | 2025-09 | Pedestrian | Vauxhall | Astra | Silver | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Gayfield Avenue | Gayfield Avenue | Dudley | Dudley | Warning Letter | N/A | 52.4693896 | -2.1251602 | ||
| 25496 | op-snap---monthly-publication-september-2025.pdf | 1715 | 2025-09 | Pedestrian | Vauxhall | Grandland | Grey | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Moor Green Lane | Moor Green Lane | Birmingham | Birmingham | Warning Letter | N/A | 52.4374665 | -1.9119895 | ||
| 25579 | op-snap---monthly-publication-september-2025.pdf | 1798 | 2025-09 | Pedestrian | Vauxhall | mokka | Black | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | cotysmore road | Cotysmore Road | Sutton Coldfield | Sutton Coldfield | Warning Letter | N/A | 52.5712977 | -1.8098984 |
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);