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 = "Dudley", offence = "Contravening a Red Traffic Light" and vehicle_make = "Mercedes-Benz" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, nfa_rationale
disposal 4
- Education 4
- NFA 4
- Fixed Penalty 1
- Warning Letter 1
vehicle_make 1
- Mercedes-Benz · 10 ✖
offence 1
- Contravening a Red Traffic Light · 10 ✖
council_area 1
- Dudley · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 10789 | op-snap---monthly-publication-january-2026.pdf | 250 | 2026-01 | Car | Mercedes-Benz | C250 | White | Contravening a Red Traffic Light | None | Duncan Edwards Way | Duncan Edwards Way | Dudley | Dudley | NFA | Not in Public Interest | 52.5047428 | -2.0823754 | ||
| 3992 | op-snap---monthly-publication-december-2025.pdf | 120 | 2025-12 | Car | Mercedes-Benz | Vito | White | Contravening a Red Traffic Light | None | Factory Road | Factory Road | Dudley | Dudley | Education | N/A | 52.5324055 | -2.0739923 | ||
| 4828 | op-snap---monthly-publication-december-2025.pdf | 956 | 2025-12 | Car | Mercedes-Benz | Sprinter | White | Contravening a Red Traffic Light | None | A491 High Street, Amblecote | High Street, Amblecote | Dudley | Dudley | Education | N/A | 52.461983 | -2.1492141 | ||
| 20551 | op-snap---monthly-publication-november-2025.pdf | 93 | 2025-11 | Motorbike | Mercedes-Benz | C220 | Black | Contravening a Red Traffic Light | None | Pedmore Road | Pedmore Road | Dudley | Dudley | Warning Letter | N/A | 52.4897451 | -2.1069141 | ||
| 24791 | op-snap---monthly-publication-september-2025.pdf | 1010 | 2025-09 | Car | Mercedes-Benz | GLA 300 | Grey | Contravening a Red Traffic Light | None | Birmingham New Road | Birmingham New Road | Dudley | Dudley | Education | N/A | 52.5478387 | -2.0943116 | ||
| 2646 | op-snap---monthly-publication-august-2025.pdf | 621 | 2025-08 | Car | Mercedes-Benz | A180 | Blue | Contravening a Red Traffic Light | None | Stourbridge Road | Stourbridge Road | Dudley | Dudley | Fixed Penalty | N/A | 52.5002997 | -2.1081386 | ||
| 12160 | op-snap---monthly-publication-july-2025.pdf | 212 | 2025-07 | Car | Mercedes-Benz | Black | Contravening a Red Traffic Light | None | Hagley Road | Hagley Road | Dudley | Dudley | NFA | No Offence | 52.4514139 | -2.1423625 | |||
| 19052 | op-snap---monthly-publication-may-2025.pdf | 414 | 2025-05 | Car | Mercedes-Benz | Vito | Green | Contravening a Red Traffic Light | None | High Street Quarry Bank | High Street Quarry Bank | Dudley | Dudley | Education | N/A | 52.4583107 | -2.1169703 | ||
| 20105 | op-snap---monthly-publication-may-2025.pdf | 1467 | 2025-05 | Car | Mercedes-Benz | np | Black | Contravening a Red Traffic Light | None | Dudley street, bilston | Dudley street, bilston | Dudley | Dudley | NFA | Outside of 14 Days NIP | 52.5602061 | -2.0759802 | ||
| 1546 | op-snap---monthly-publication-april-2025.pdf | 1545 | 2025-04 | Car | Mercedes-Benz | NP | Silver | Contravening a Red Traffic Light | None | Traffic light junction on the tipton road | Traffic light junction on the tipton road | Dudley | Dudley | NFA | Outside of 14 Days NIP |
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);