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", disposal = "Court" and vehicle_make = "Volkswagen" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence
reporter_transport_mode 3
- Car 7
- Pedal Bike 2
- Pedestrian 1
offence 3
vehicle_make 1
- Volkswagen · 10 ✖
disposal 1
- Court · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7270 | op-snap---monthly-publication-february-2026.pdf | 17 | 2026-02 | Car | Volkswagen | Golf | Black | Driving without Due Care and Attention | None | Hydes Road | Hydes Road | Sandwell | Sandwell | Court | N/A | 52.5538064 | -2.0139199 | ||
| 7340 | op-snap---monthly-publication-february-2026.pdf | 87 | 2026-02 | Car | Volkswagen | Golf | Grey | Contravening a Red Traffic Light | None | Birchfield Road Oldbury | Birchfield Road Oldbury | Sandwell | Sandwell | Court | N/A | 52.4921923 | -2.0324631 | ||
| 21297 | op-snap---monthly-publication-november-2025.pdf | 839 | 2025-11 | Car | Volkswagen | Golf | White | Contravening a Red Traffic Light | No Insurance | Congreaves Road | Congreaves Road | Sandwell | Sandwell | Court | N/A | 52.470985 | -2.0793886 | ||
| 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 | ||||
| 24242 | op-snap---monthly-publication-september-2025.pdf | 461 | 2025-09 | Car | Volkswagen | Golf | Blue | Driving without Due Care and Attention | None | Weston Road | Weston Road | Sandwell | Sandwell | Court | N/A | 52.4766185 | -1.9741954 | ||
| 14707 | op-snap---monthly-publication-june-2025.pdf | 636 | 2025-06 | Pedal Bike | Volkswagen | Golf | Silver | Driving without Due Care and Attention | No Insurance | Park Lane West | Park Lane West | Sandwell | Sandwell | Court | N/A | 52.5227061 | -2.0617482 | ||
| 15240 | op-snap---monthly-publication-june-2025.pdf | 1169 | 2025-06 | Car | Volkswagen | Grey | Driving without Due Care and Attention | None | WOOD GREEN ROAD | Wood Green Road | Sandwell | Sandwell | Court | N/A | 52.5628617 | -2.0055157 | |||
| 15495 | op-snap---monthly-publication-june-2025.pdf | 1424 | 2025-06 | Car | Volkswagen | Golf | Grey | Driving without Due Care and Attention | None | Dudley Road, Halesowen | Dudley Road, Halesowen | Sandwell | Sandwell | Court | N/A | ||||
| 6216 | op-snap---monthly-publication-february-2025.pdf | 1033 | 2025-02 | Car | Volkswagen | Golf | Black | Driving without Due Care and Attention | None | Newton Road Great Barr | Newton Road Great Barr | Sandwell | Sandwell | Court | N/A | Yes - Via Email | 52.5428813 | -1.9551642 | |
| 6530 | op-snap---monthly-publication-february-2025.pdf | 1347 | 2025-02 | Pedal Bike | Volkswagen | Polo | Black | Driving without Due Care and Attention | None | The Broadway, Norton | The Broadway, Norton | Sandwell | Sandwell | Court | N/A | Yes - Via Email |
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);