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'}
11 rows where council_area = "Sandwell", month = "2025-05" and vehicle_make = "BMW" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, nfa_rationale
offence 5
disposal 5
- NFA 6
- Fixed Penalty 2
- Court 1
- Education 1
- Warning Letter 1
vehicle_make 1
- BMW · 11 ✖
month 1
- 2025-05 · 11 ✖
council_area 1
- Sandwell · 11 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 18688 | op-snap---monthly-publication-may-2025.pdf | 50 | 2025-05 | Car | BMW | X3.. | Grey | Using a Mobile Phone Whilst Driving | None | Seagar Street West Bromwich | Seagar Street West Bromwich | Sandwell | Sandwell | Fixed Penalty | N/A | 52.5223981 | -1.9866132 | ||
| 18689 | op-snap---monthly-publication-may-2025.pdf | 51 | 2025-05 | Motorbike | BMW | 320d | Blue | Driving without Due Care and Attention | None | M5 NB 2-1 | M5 Northbound 2-1 | Sandwell | Sandwell | NFA | Outside of 14 Days NIP | ||||
| 18803 | op-snap---monthly-publication-may-2025.pdf | 165 | 2025-05 | Car | BMW | X1 | Black | Driving without Reasonable Consideration | None | M5 | M5 | Sandwell | Sandwell | NFA | Outside of 14 Days NIP | ||||
| 19064 | op-snap---monthly-publication-may-2025.pdf | 426 | 2025-05 | Car | BMW | 7 SERIES | Grey | Driving without Due Care and Attention | None | BLACK COUNTRY NEW ROAD | Black Country New Road | Sandwell | Sandwell | NFA | Outside of 14 Days NIP | 52.5527191 | -2.0312967 | ||
| 19069 | op-snap---monthly-publication-may-2025.pdf | 431 | 2025-05 | Car | BMW | 320.. | Blue | Driving without Due Care and Attention | None | M5 South Jct 1 | M5 South Junction 1 | Sandwell | Sandwell | NFA | Outside of 14 Days NIP | ||||
| 19328 | op-snap---monthly-publication-may-2025.pdf | 690 | 2025-05 | Car | BMW | 530e | Grey | Driving without Due Care and Attention | No Insurance | Hamstead Road | Hamstead Road | Sandwell | Sandwell | Court | N/A | 52.5330374 | -1.9304577 | ||
| 19405 | op-snap---monthly-publication-may-2025.pdf | 767 | 2025-05 | car | BMW | X1 | White | Contravening a Red Traffic Light | None | Dartmouth road | Dartmouth road | Sandwell | Sandwell | Education | N/A | 52.5035988 | -1.972107 | ||
| 19433 | op-snap---monthly-publication-may-2025.pdf | 795 | 2025-05 | Car | BMW | 5 Series | Grey | Driving without Due Care and Attention | None | Cape Hill | Cape Hill | Sandwell | Sandwell | Fixed Penalty | N/A | 52.4867919 | -1.9604535 | ||
| 19454 | op-snap---monthly-publication-may-2025.pdf | 816 | 2025-05 | Car | BMW | 116I | Green | Driving without Reasonable Consideration | None | Tollhouse Way | Tollhouse Way | Sandwell | Sandwell | NFA | Outside of 14 DAYS Late Submission | 52.5003461 | -1.9782389 | ||
| 19924 | op-snap---monthly-publication-may-2025.pdf | 1286 | 2025-05 | Car | BMW | NP | Black | Driving without Due Care and Attention | None | A34 | A34 | Sandwell | Sandwell | NFA | Outside of 14 Days NIP | ||||
| 20255 | op-snap---monthly-publication-may-2025.pdf | 1617 | 2025-05 | Car | BMW | 520D | Grey | Dangerous Driving | None | Lewisham Road | Lewisham Road | Sandwell | Sandwell | Warning Letter | N/A | 52.5007274 | -1.9661248 |
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);