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 = "Dudley", disposal = "Warning Letter" and offence = "Contravening a Red Traffic Light" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_colour, offence_location_raw, offence_location, nfa_rationale, latitude, longitude
vehicle_make 9
- Vauxhall 3
- Mitsubishi 2
- Audi 1
- Mercedes-Benz 1
- Nissan 1
- Scania 1
- Skoda 1
- Toyota 1
- Volkswagen 1
offence 1
- Contravening a Red Traffic Light · 12 ✖
disposal 1
- Warning Letter · 12 ✖
council_area 1
- Dudley · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7615 | op-snap---monthly-publication-february-2026.pdf | 362 | 2026-02 | Car | Vauxhall | Astra | Black | Contravening a Red Traffic Light | None | A491 | A491 | Dudley | Dudley | Warning Letter | N/A | ||||
| 7630 | op-snap---monthly-publication-february-2026.pdf | 377 | 2026-02 | Car | Mitsubishi | Outlander | Black | Contravening a Red Traffic Light | None | Stourbridge Road | Stourbridge Road | Dudley | Dudley | Warning Letter | N/A | 52.5002997 | -2.1081386 | ||
| 10963 | op-snap---monthly-publication-january-2026.pdf | 424 | 2026-01 | Car | Scania | Tipper | Yellow | Contravening a Red Traffic Light | None | Birmingham Road | Birmingham Road | Dudley | Dudley | Warning Letter | N/A | 52.5131355 | -2.0651615 | ||
| 4911 | op-snap---monthly-publication-december-2025.pdf | 1039 | 2025-12 | Car | Nissan | Micra | Silver | Contravening a Red Traffic Light | None | New Birmingham Road | New Birmingham Road | Dudley | Dudley | Warning Letter | N/A | 52.5123958 | -2.0585145 | ||
| 4965 | op-snap---monthly-publication-december-2025.pdf | 1093 | 2025-12 | Car | Vauxhall | Mokka | Black | Contravening a Red Traffic Light | None | Stroubridge Road | Stroubridge Road | Dudley | Dudley | Warning Letter | N/A | ||||
| 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 | ||
| 22170 | op-snap---monthly-publication-october-2025.pdf | 120 | 2025-10 | Car | Vauxhall | Corsa | White | Contravening a Red Traffic Light | None | Birmingham Road | Birmingham Road | Dudley | Dudley | Warning Letter | N/A | 52.5131355 | -2.0651615 | ||
| 2597 | op-snap---monthly-publication-august-2025.pdf | 572 | 2025-08 | Car | Volkswagen | Crafter | White | Contravening a Red Traffic Light | None | Duncan Edwards Way | Duncan Edwards Way | Dudley | Dudley | Warning Letter | N/A | 52.5047428 | -2.0823754 | ||
| 2999 | op-snap---monthly-publication-august-2025.pdf | 974 | 2025-08 | Car | Mitsubishi | Mirage | Blue | Contravening a Red Traffic Light | None | Brettel Lane | Brettel Lane | Dudley | Dudley | Warning Letter | N/A | ||||
| 19463 | op-snap---monthly-publication-may-2025.pdf | 825 | 2025-05 | Car | Audi | A4 | Silver | Contravening a Red Traffic Light | None | A449 | A449 | Dudley | Dudley | Warning Letter | N/A | ||||
| 18579 | op-snap---monthly-publication-march-2025.pdf | 2336 | 2025-03 | Car | Toyota | Corolla | Silver | Contravening a Red Traffic Light | None | Penn Road | Penn Road | Dudley | Dudley | Warning Letter | Outside of 14 Days NIP | Yes - Via Email | |||
| 6938 | op-snap---monthly-publication-february-2025.pdf | 1755 | 2025-02 | Car | Skoda | Octivia | White | Contravening a Red Traffic Light | None | The Boulvervard | The Boulvervard | Dudley | Dudley | Warning Letter | Outside of 14 DAYS Late Submission | 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);