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", reporter_transport_mode = "Car" and vehicle_make = "Skoda" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, nfa_rationale
disposal 5
- NFA 5
- Court 2
- Warning Letter 2
- Education 1
- Fixed Penalty 1
offence 4
vehicle_make 1
- Skoda · 11 ✖
reporter_transport_mode 1
- Car · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7586 | op-snap---monthly-publication-february-2026.pdf | 333 | 2026-02 | Car | Skoda | fabia | White | Contravening a Red Traffic Light | None | West Bromwich Street | West Bromwich Street | Sandwell | Sandwell | Fixed Penalty | N/A | 52.5075775 | -2.0180673 | ||
| 8678 | op-snap---monthly-publication-february-2026.pdf | 1425 | 2026-02 | Car | Skoda | Kamiq | Black | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Throne Road | Throne Road | Sandwell | Sandwell | Warning Letter | N/A | 52.4875572 | -2.0284052 | ||
| 11262 | op-snap---monthly-publication-january-2026.pdf | 723 | 2026-01 | Car | Skoda | Octavia | Black | Driving without Due Care and Attention | None | UK | Uk | Sandwell | Sandwell | NFA | No Independent Evidence Available | 52.5019896 | -2.0209184 | ||
| 4054 | op-snap---monthly-publication-december-2025.pdf | 182 | 2025-12 | Car | Skoda | Octavia | Black | Contravening a Red Traffic Light | None | Fenton Street | Fenton Street | Sandwell | Sandwell | Court | N/A | 52.5004036 | -1.9790049 | ||
| 2306 | op-snap---monthly-publication-august-2025.pdf | 281 | 2025-08 | Car | Skoda | Yeti | Grey | Driving without Due Care and Attention | None | Black Country New Road | Black Country New Road | Sandwell | Sandwell | Education | N/A | 52.5527191 | -2.0312967 | ||
| 12043 | op-snap---monthly-publication-july-2025.pdf | 95 | 2025-07 | Car | Skoda | Fabia | White | Contravening a Red Traffic Light | None | Wolverhampton Road | Wolverhampton Road | Sandwell | Sandwell | NFA | Outside of 14 Days NIP | 52.4702299 | -1.9948976 | ||
| 12787 | op-snap---monthly-publication-july-2025.pdf | 839 | 2025-07 | Car | Skoda | Kodiaq | Silver | Driving without Due Care and Attention | None | Cronehills Linkway | Cronehills Linkway | Sandwell | Sandwell | NFA | No Independent Evidence Available | 52.5216057 | -1.9934283 | ||
| 20454 | op-snap---monthly-publication-may-2025.pdf | 1816 | 2025-05 | Car | Skoda | Rapid | Blue | Contravening a Red Traffic Light | None | Birmingham Road West | Birmingham Road West | Sandwell | Sandwell | Warning Letter | N/A | 52.5079951 | -1.9495377 | ||
| 51 | op-snap---monthly-publication-april-2025.pdf | 50 | 2025-04 | Car | Skoda | Octavia | Grey | Driving without Due Care and Attention | None | Birmingham Road | Birmingham Road | Sandwell | Sandwell | Court | N/A | 52.5461417 | -1.9334193 | ||
| 400 | op-snap---monthly-publication-april-2025.pdf | 399 | 2025-04 | Car | Skoda | Octavia | Blue | Driving without Reasonable Consideration | None | High Street, Cradley Heath | High Street, Cradley Heath | Sandwell | Sandwell | NFA | Outside of 14 Days NIP | 52.4757272 | -2.043439 | ||
| 1718 | op-snap---monthly-publication-april-2025.pdf | 1717 | 2025-04 | Car | Skoda | KAMIQ | White | Driving without Due Care and Attention | None | M6 JCT 7 (southbound) off ramp | M6 JCT 7 (southbound) off ramp | Sandwell | Sandwell | NFA | Outside of 14 Days NIP | 52.676119 | -2.0858425 |
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);