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 = "BMW" 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, latitude, longitude
offence 5
disposal 4
- Warning Letter 6
- NFA 4
- Court 1
- Education 1
reporter_transport_mode 3
- Car 6
- Pedestrian 5
- Pedal Bike 1
vehicle_make 1
- BMW · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 22305 | op-snap---monthly-publication-october-2025.pdf | 255 | 2025-10 | Pedestrian | BMW | M140.. | Yellow | Driving without Due Care and Attention | None | Upper High Street Wednesbury | Upper High Street Wednesbury | Sandwell | Sandwell | Warning Letter | N/A | 52.5533962 | -2.0204699 | ||
| 22540 | op-snap---monthly-publication-october-2025.pdf | 490 | 2025-10 | Car | BMW | X5 | Black | Contravening a Red Traffic Light | No Insurance | Lewisham Road | Lewisham Road | Sandwell | Sandwell | Court | N/A | 52.5007274 | -1.9661248 | ||
| 22716 | op-snap---monthly-publication-october-2025.pdf | 666 | 2025-10 | Car | BMW | 1 series | Grey | Driving without Due Care and Attention | None | Broadwell Road, Oldbury | Broadwell Road, Oldbury | Sandwell | Sandwell | Education | N/A | 52.5080794 | -2.0125585 | ||
| 22858 | op-snap---monthly-publication-october-2025.pdf | 808 | 2025-10 | Car | BMW | 420d | Black | Driving without Due Care and Attention | None | M5 slip to M6 | M5 slip to M6 | Sandwell | Sandwell | NFA | No Independent Evidence Available | ||||
| 22889 | op-snap---monthly-publication-october-2025.pdf | 839 | 2025-10 | Car | BMW | 118i | Black | Driving without Due Care and Attention | None | High Street, Smethwick | High Street, Smethwick | Sandwell | Sandwell | NFA | No Offence | 52.4955266 | -1.9697742 | ||
| 23101 | op-snap---monthly-publication-october-2025.pdf | 1051 | 2025-10 | Car | BMW | X6 | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | abbey road | Abbey Road | Sandwell | Sandwell | NFA | Misc Inc Crimes | 52.47753 | -1.9774758 | ||
| 23298 | op-snap---monthly-publication-october-2025.pdf | 1248 | 2025-10 | Pedal Bike | BMW | 218 | Grey | 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 | ||
| 23447 | op-snap---monthly-publication-october-2025.pdf | 1397 | 2025-10 | Pedestrian | BMW | 3 series | White | 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 | ||
| 23639 | op-snap---monthly-publication-october-2025.pdf | 1589 | 2025-10 | Pedestrian | BMW | 3 Series | Grey | Cause vehicle to be left in a dangerous position | None | Abbey Road | Abbey Road | Sandwell | Sandwell | Warning Letter | N/A | 52.47753 | -1.9774758 | ||
| 23653 | op-snap---monthly-publication-october-2025.pdf | 1603 | 2025-10 | Pedestrian | BMW | 218 | 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 | ||
| 23710 | op-snap---monthly-publication-october-2025.pdf | 1660 | 2025-10 | Car | BMW | 3 series | Grey | Misc - Non Traffic Offences | None | m5 oldbury | M5 Oldbury | Sandwell | Sandwell | NFA | Misc Inc Crimes | 52.5000242 | -2.0118933 | ||
| 23761 | op-snap---monthly-publication-october-2025.pdf | 1711 | 2025-10 | Pedestrian | BMW | X5 | Grey | Cause vehicle to be left in a dangerous position | None | stoney lane | Stoney Lane | Sandwell | Sandwell | Warning Letter | N/A | 52.523553 | -1.9890949 |
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);