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'}
8 rows where council_area = "Dudley", offence = "Contravening a Red Traffic Light" and vehicle_make = "Toyota" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, offence_location, nfa_rationale, latitude, longitude
disposal 4
- NFA 3
- Education 2
- Fixed Penalty 2
- Warning Letter 1
vehicle_make 1
- Toyota · 8 ✖
offence 1
- Contravening a Red Traffic Light · 8 ✖
council_area 1
- Dudley · 8 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 4424 | op-snap---monthly-publication-december-2025.pdf | 552 | 2025-12 | Car | Toyota | Yaris | Red | Contravening a Red Traffic Light | None | High Street (A491), Stourbridge | High Street (A491), Stourbridge | Dudley | Dudley | Education | N/A | 52.4602651 | -2.1490725 | ||
| 23782 | op-snap---monthly-publication-september-2025.pdf | 1 | 2025-09 | Car | Toyota | Yaris | Black | Contravening a Red Traffic Light | None | Central Way, Merry Hill | Central Way, Merry Hill | Dudley | Dudley | NFA | No Offence | ||||
| 24269 | op-snap---monthly-publication-september-2025.pdf | 488 | 2025-09 | Car | Toyota | Blue | Contravening a Red Traffic Light | None | Castle Gate Island | Castle Gate Island | Dudley | Dudley | NFA | No Independent Evidence Available | 52.5136155 | -2.0733909 | |||
| 24612 | op-snap---monthly-publication-september-2025.pdf | 831 | 2025-09 | Car | Toyota | CHR | White | Contravening a Red Traffic Light | None | Birmingham New Road (Burntree) | Birmingham New Road (Burntree) | Dudley | Dudley | Fixed Penalty | N/A | ||||
| 12306 | op-snap---monthly-publication-july-2025.pdf | 358 | 2025-07 | Car | Toyota | Pro Ace | White | Contravening a Red Traffic Light | None | Hall Street | Hall Street | Dudley | Dudley | Education | N/A | 52.5409774 | -2.1235921 | ||
| 13115 | op-snap---monthly-publication-july-2025.pdf | 1167 | 2025-07 | car | Toyota | Aygo | Silver | Contravening a Red Traffic Light | None | Hall St | Hall Street | Dudley | Dudley | Fixed Penalty | N/A | 52.5409774 | -2.1235921 | ||
| 15684 | op-snap---monthly-publication-june-2025.pdf | 1613 | 2025-06 | Car | Toyota | Prius | Grey | Contravening a Red Traffic Light | None | Level Street | Level Street | Dudley | Dudley | NFA | No Offence | 52.4850236 | -2.1088919 | ||
| 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 |
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);