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 = "Volkswagen" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, offence_location, nfa_rationale, latitude, longitude
offence 4
reporter_transport_mode 3
- Pedestrian 5
- Car 4
- Pedal Bike 1
disposal 3
- Warning Letter 8
- Court 1
- NFA 1
vehicle_make 1
- Volkswagen · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 22428 | op-snap---monthly-publication-october-2025.pdf | 378 | 2025-10 | Pedestrian | Volkswagen | Golf | Grey | Cause vehicle to be left in a dangerous position | None | Hobbs Road | Hobbs Road | Sandwell | Sandwell | Court | N/A | ||||
| 22964 | op-snap---monthly-publication-october-2025.pdf | 914 | 2025-10 | Car | Volkswagen | Tiguan | Red | Contravening a Red Traffic Light | None | All saints Way | All saints Way | Sandwell | Sandwell | NFA | No Independent Evidence Available | 52.5344405 | -1.985568 | ||
| 23118 | op-snap---monthly-publication-october-2025.pdf | 1068 | 2025-10 | Pedestrian | Volkswagen | CC | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Park Road | Park Road | Sandwell | Sandwell | Warning Letter | N/A | 52.4731892 | -1.976166 | ||
| 23213 | op-snap---monthly-publication-october-2025.pdf | 1163 | 2025-10 | Pedestrian | Volkswagen | Golf | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Abbey Road | Abbey Road | Sandwell | Sandwell | Warning Letter | N/A | 52.47753 | -1.9774758 | ||
| 23240 | op-snap---monthly-publication-october-2025.pdf | 1190 | 2025-10 | Pedestrian | Volkswagen | Golf | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Abey Road | Abbey Road | Sandwell | Sandwell | Warning Letter | N/A | 52.47753 | -1.9774758 | ||
| 23243 | op-snap---monthly-publication-october-2025.pdf | 1193 | 2025-10 | Pedestrian | Volkswagen | Jetta | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Apsley Road | Apsley Road | Sandwell | Sandwell | Warning Letter | N/A | 52.4651624 | -2.0105642 | ||
| 23312 | op-snap---monthly-publication-october-2025.pdf | 1262 | 2025-10 | Car | Volkswagen | Tiguan | Grey | 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 | ||
| 23313 | op-snap---monthly-publication-october-2025.pdf | 1263 | 2025-10 | Car | Volkswagen | polo | Black | 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 | ||
| 23672 | op-snap---monthly-publication-october-2025.pdf | 1622 | 2025-10 | Pedal Bike | Volkswagen | Golf | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Friar Park | Friar Park | Sandwell | Sandwell | Warning Letter | N/A | 52.5522333 | -1.9878275 | ||
| 23769 | op-snap---monthly-publication-october-2025.pdf | 1719 | 2025-10 | Car | Volkswagen | Polo | Blue | Driving without Due Care and Attention | None | Ethel St | Ethel Street | Sandwell | Sandwell | Warning Letter | N/A | 52.4782487 | -1.9729502 |
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);