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-04" and vehicle_make = "Volkswagen" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, nfa_rationale
reporter_transport_mode 5
- Car 8
- Lorry 1
- Pedal Bike 1
- Pedestrian 1
- Van 1
offence 5
disposal 3
- NFA 10
- Fixed Penalty 1
- Warning Letter 1
vehicle_make 1
- Volkswagen · 12 ✖
month 1
- 2025-04 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 10 | op-snap---monthly-publication-april-2025.pdf | 9 | 2025-04 | Lorry | Volkswagen | Golf | White | Driving without Due Care and Attention | None | A41 | A41 | Sandwell | Sandwell | Warning Letter | N/A | ||||
| 314 | op-snap---monthly-publication-april-2025.pdf | 313 | 2025-04 | Car | Volkswagen | Passat | Silver | Driving without Due Care and Attention | None | Highgate Road | Highgate Road | Sandwell | Sandwell | NFA | Outside of 14 Days NIP | 52.4683595 | -2.0596098 | ||
| 424 | op-snap---monthly-publication-april-2025.pdf | 423 | 2025-04 | Car | Volkswagen | Transporter | White | Using a Mobile Phone Whilst Driving | None | Oldbury Rd | Oldbury Road | Sandwell | Sandwell | NFA | No Independent Evidence Available | 52.5018196 | -1.9811249 | ||
| 563 | op-snap---monthly-publication-april-2025.pdf | 562 | 2025-04 | Pedal Bike | Volkswagen | Polo | Red | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Friar Park Road | Friar Park Road | Sandwell | Sandwell | NFA | Outside of 14 Days NIP | 52.5538676 | -1.9965667 | ||
| 992 | op-snap---monthly-publication-april-2025.pdf | 991 | 2025-04 | Car | Volkswagen | Estate | Blue | Driving without Reasonable Consideration | None | Booth Street , Smethwick | Booth Street , Smethwick | Sandwell | Sandwell | NFA | Outside of 14 Days NIP | 52.5007123 | -1.9518885 | ||
| 1042 | op-snap---monthly-publication-april-2025.pdf | 1041 | 2025-04 | Pedestrian | Volkswagen | Caddy | White | Cause vehicle to be left in a dangerous position | None | Lavender Farm Nursery , bookfields Road , Oldbury | Lavender Farm Nursery , bookfields Road , Oldbury | Sandwell | Sandwell | NFA | Outside of 14 Days NIP | ||||
| 1080 | op-snap---monthly-publication-april-2025.pdf | 1079 | 2025-04 | Car | Volkswagen | Blue | Driving without Reasonable Consideration | None | Norwood Road | Norwood Road | Sandwell | Sandwell | NFA | Outside of 14 Days NIP | 52.4655265 | -2.0494856 | |||
| 1194 | op-snap---monthly-publication-april-2025.pdf | 1193 | 2025-04 | Car | Volkswagen | Golf | Black | Using a Mobile Phone Whilst Driving | None | Holly Lane , Smethwick | Holly Lane , Smethwick | Sandwell | Sandwell | Fixed Penalty | N/A | 52.4968702 | -1.98537 | ||
| 1237 | op-snap---monthly-publication-april-2025.pdf | 1236 | 2025-04 | Car | Volkswagen | Blue | Driving without Reasonable Consideration | None | M5 Towards Junction 4 | M5 Towards Junction 4 | Sandwell | Sandwell | NFA | Outside of 14 Days NIP | |||||
| 1524 | op-snap---monthly-publication-april-2025.pdf | 1523 | 2025-04 | Van | Volkswagen | NP | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Adams Stret , West bromwich | Adams Stret , West bromwich | Sandwell | Sandwell | NFA | Outside of 14 Days NIP | ||||
| 1589 | op-snap---monthly-publication-april-2025.pdf | 1588 | 2025-04 | Car | Volkswagen | Golf | Grey | Driving without Due Care and Attention | None | Greenside Way. westbromwhich | Greenside Way. westbromwhich | Sandwell | Sandwell | NFA | Outside of 14 Days NIP | ||||
| 1756 | op-snap---monthly-publication-april-2025.pdf | 1755 | 2025-04 | Car | Volkswagen | Polo | Silver | Driving without Reasonable Consideration | None | A4123 | A4123 | Sandwell | Sandwell | NFA | Outside of 14 Days NIP |
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);