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'}
12 rows where council_area = "Sandwell", month = "2025-10" and vehicle_make = "Audi" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, offence_location_raw, offence_location, nfa_rationale, latitude, longitude
offence 3
disposal 3
reporter_transport_mode 2
- Pedestrian 8
- Car 4
vehicle_make 1
- Audi · 12 ✖
month 1
- 2025-10 · 12 ✖
council_area 1
- Sandwell · 12 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 22418 | op-snap---monthly-publication-october-2025.pdf | 368 | 2025-10 | Car | Audi | A6 | Black | Driving without Due Care and Attention | None | M5 | M5 | Sandwell | Sandwell | NFA | No Offence | ||||
| 22452 | op-snap---monthly-publication-october-2025.pdf | 402 | 2025-10 | Car | Audi | A5 | Black | Driving without Due Care and Attention | None | A41 | A41 | Sandwell | Sandwell | NFA | Not in Public Interest | ||||
| 22981 | op-snap---monthly-publication-october-2025.pdf | 931 | 2025-10 | Car | Audi | A1 | Black | Driving without Due Care and Attention | None | Black Country New Road | Black Country New Road | Sandwell | Sandwell | Other Action Taken | N/A | 52.5527191 | -2.0312967 | ||
| 23096 | op-snap---monthly-publication-october-2025.pdf | 1046 | 2025-10 | Pedestrian | Audi | q7 | Black | 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 | ||
| 23142 | op-snap---monthly-publication-october-2025.pdf | 1092 | 2025-10 | Car | Audi | audi | Grey | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | berwod road | Berwod Road | Sandwell | Sandwell | NFA | Misc Inc Crimes | ||||
| 23286 | op-snap---monthly-publication-october-2025.pdf | 1236 | 2025-10 | Pedestrian | Audi | A6 | Beige | 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 | ||
| 23391 | op-snap---monthly-publication-october-2025.pdf | 1341 | 2025-10 | Pedestrian | Audi | A1 | Black | Cause vehicle to be left in a dangerous position | None | Abbey Road | Abbey Road | Sandwell | Sandwell | Warning Letter | N/A | 52.47753 | -1.9774758 | ||
| 23424 | op-snap---monthly-publication-october-2025.pdf | 1374 | 2025-10 | Pedestrian | Audi | Q3 | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Tiverton Road | Tiverton Road | Sandwell | Sandwell | Warning Letter | N/A | 52.4920476 | -1.9612509 | ||
| 23645 | op-snap---monthly-publication-october-2025.pdf | 1595 | 2025-10 | Pedestrian | Audi | Silver | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Halesowen Road | Halesowen Road | Sandwell | Sandwell | Warning Letter | N/A | 52.4727241 | -2.0645309 | |||
| 23649 | op-snap---monthly-publication-october-2025.pdf | 1599 | 2025-10 | Pedestrian | Audi | Q3 | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Regent Road | Regent Road | Sandwell | Sandwell | Warning Letter | N/A | 52.5106406 | -2.0559963 | ||
| 23656 | op-snap---monthly-publication-october-2025.pdf | 1606 | 2025-10 | Pedestrian | Audi | A4 | Blue | 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 | ||||
| 23661 | op-snap---monthly-publication-october-2025.pdf | 1611 | 2025-10 | Pedestrian | Audi | Q2 | White | 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);