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 council_area = "Sandwell", month = "2025-10" and vehicle_make = "Vauxhall" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, offence_location_raw, offence_location, nfa_rationale
disposal 4
- Warning Letter 5
- Education 2
- NFA 2
- Other Action Taken 1
reporter_transport_mode 3
- Pedestrian 5
- Car 4
- Pedal Bike 1
offence 3
vehicle_make 1
- Vauxhall · 10 ✖
month 1
- 2025-10 · 10 ✖
council_area 1
- Sandwell · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 22277 | op-snap---monthly-publication-october-2025.pdf | 227 | 2025-10 | Car | Vauxhall | Astra | Silver | Driving without Due Care and Attention | None | Birmingham Road | Birmingham Road | Sandwell | Sandwell | Education | N/A | 52.5461417 | -1.9334193 | ||
| 22368 | op-snap---monthly-publication-october-2025.pdf | 318 | 2025-10 | Car | Vauxhall | Crossland | Blue | Drive a vehicle other than on the carriageway of a motorway | None | M6 SB J8 | M6 Southbound J8 | Sandwell | Sandwell | Warning Letter | N/A | 52.6760749 | -2.0862582 | ||
| 22737 | op-snap---monthly-publication-october-2025.pdf | 687 | 2025-10 | Car | Vauxhall | Combo | Silver | Driving without Due Care and Attention | No Insurance | Halesowen Street | Halesowen Street | Sandwell | Sandwell | Other Action Taken | N/A | 52.5032898 | -2.0166717 | ||
| 22756 | op-snap---monthly-publication-october-2025.pdf | 706 | 2025-10 | Car | Vauxhall | Zafira | Black | Driving without Due Care and Attention | None | Pennyhill Lane | Pennyhill Lane | Sandwell | Sandwell | NFA | No VRM | 52.5379481 | -1.9791804 | ||
| 22946 | op-snap---monthly-publication-october-2025.pdf | 896 | 2025-10 | Pedal Bike | Vauxhall | Corsa | Grey | Driving without Due Care and Attention | None | Walsall Road | Walsall Road | Sandwell | Sandwell | Education | N/A | 52.5439824 | -1.9306805 | ||
| 23297 | op-snap---monthly-publication-october-2025.pdf | 1247 | 2025-10 | Pedestrian | Vauxhall | Corsa | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Dudley Road | Dudley Road | Sandwell | Sandwell | Warning Letter | N/A | 52.4877352 | -1.9494469 | ||
| 23338 | op-snap---monthly-publication-october-2025.pdf | 1288 | 2025-10 | Pedestrian | Vauxhall | Mokka | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Barclay Road | Barclay Road | Sandwell | Sandwell | Warning Letter | N/A | 52.4722765 | -1.9787531 | ||
| 23411 | op-snap---monthly-publication-october-2025.pdf | 1361 | 2025-10 | Pedestrian | Vauxhall | Zafira | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Shelsley Avenue | Shelsley Avenue | Sandwell | Sandwell | Warning Letter | N/A | 52.4906088 | -2.0317097 | ||
| 23657 | op-snap---monthly-publication-october-2025.pdf | 1607 | 2025-10 | Pedestrian | Vauxhall | Elite | Grey | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Whithymoor Primary School | Whithymoor Primary School | Sandwell | Sandwell | NFA | Misc Inc Crimes | ||||
| 23659 | op-snap---monthly-publication-october-2025.pdf | 1609 | 2025-10 | Pedestrian | Vauxhall | Astra | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Whithymoor Primary School | Whithymoor Primary School | Sandwell | Sandwell | Warning Letter | N/A |
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);