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" and reporter_transport_mode = "Lorry" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_colour, second_offence, offence_location, nfa_rationale
vehicle_make 10
- Mercedes-Benz 3
- Audi 1
- BMW 1
- Daf 1
- Ford 1
- Mg 1
- Peugeot 1
- Scania 1
- Vauxhall 1
- Volkswagen 1
offence 6
disposal 5
- Fixed Penalty 3
- NFA 3
- Court 2
- Education 2
- Warning Letter 2
reporter_transport_mode 1
- Lorry · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7971 | op-snap---monthly-publication-february-2026.pdf | 718 | 2026-02 | Lorry | Mercedes-Benz | C300 | Blue | Driving without Due Care and Attention | None | All saints Way | All saints Way | Sandwell | Sandwell | Education | N/A | 52.5344405 | -1.985568 | ||
| 8161 | op-snap---monthly-publication-february-2026.pdf | 908 | 2026-02 | Lorry | Ford | Transit | White | Driving without Due Care and Attention | None | Birmingham Road | Birmingham Road | Sandwell | Sandwell | Fixed Penalty | N/A | 52.5461417 | -1.9334193 | ||
| 8500 | op-snap---monthly-publication-february-2026.pdf | 1247 | 2026-02 | Lorry | Mercedes-Benz | S320 | Black | Driving without Due Care and Attention | No Insurance | Wood Green Road | Wood Green Road | Sandwell | Sandwell | Court | N/A | 52.5628617 | -2.0055157 | ||
| 22799 | op-snap---monthly-publication-october-2025.pdf | 749 | 2025-10 | Lorry | Daf | lorry | White | Driving without Due Care and Attention | None | A4034 Oldbury | Oldbury | Sandwell | Sandwell | NFA | No Independent Evidence Available | 52.5039074 | -2.0163917 | ||
| 24064 | op-snap---monthly-publication-september-2025.pdf | 283 | 2025-09 | Lorry | Mercedes-Benz | A250 | Black | DMroivtionrg v wehitihcoleu fta Dilu teo Ccoamrep alyn dw Aittht eenntdioonrsable | None | M6 J8 SB | M6 J8 Southbound | Sandwell | Sandwell | Warning Letter | N/A | 52.6760749 | -2.0862582 | ||
| 24525 | op-snap---monthly-publication-september-2025.pdf | 744 | 2025-09 | Lorry | Scania | Coach | Yellow | Driving without Due Care and Attention | None | M5 J2-1 | M5 J2-1 | Sandwell | Sandwell | NFA | No Offence | 52.4945433 | -2.0190848 | ||
| 14495 | op-snap---monthly-publication-june-2025.pdf | 424 | 2025-06 | Lorry | Audi | Q3 | White | Misc - Non Traffic Offences | None | Black Country Route | Black Country Route | Sandwell | Sandwell | NFA | Misc Inc Crimes | ||||
| 14497 | op-snap---monthly-publication-june-2025.pdf | 426 | 2025-06 | Lorry | Vauxhall | Vivaro | Silver | No Insurance | None | Stafford Road, Darlaston | Stafford Road, Darlaston | Sandwell | Sandwell | Fixed Penalty | N/A | ||||
| 15615 | op-snap---monthly-publication-june-2025.pdf | 1544 | 2025-06 | Lorry | Mg | Trophy | Grey | Driving without Due Care and Attention | None | M5 SB | M5 Southbound | Sandwell | Sandwell | Fixed Penalty | N/A | ||||
| 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 | ||||
| 17618 | op-snap---monthly-publication-march-2025.pdf | 1375 | 2025-03 | Lorry | BMW | 3 series | Black | Contravening a Red Traffic Light | None | Birchley Island | Birchley Island | Sandwell | Sandwell | Education | N/A | Yes - Via Email | 52.4926604 | -2.0216743 | |
| 5892 | op-snap---monthly-publication-february-2025.pdf | 709 | 2025-02 | Lorry | Peugeot | 107 | Red | Dangerous Driving | None | M5 Southbound | M5 Southbound | 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);