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'}
9 rows where council_area = "Dudley", month = "2026-02" and offence = "Contravening a Red Traffic Light" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, offence_location_raw, offence_location, nfa_rationale, latitude, longitude
vehicle_make 7
- Vauxhall 2
- BMW 1
- Ford 1
- Land Rover 1
- Mitsubishi 1
- Seat 1
- Volkswagen 1
disposal 4
- Education 5
- Warning Letter 2
- Fixed Penalty 1
- NFA 1
reporter_transport_mode 1
- Car 9
offence 1
- Contravening a Red Traffic Light · 9 ✖
month 1
- 2026-02 · 9 ✖
council_area 1
- Dudley · 9 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7304 | op-snap---monthly-publication-february-2026.pdf | 51 | 2026-02 | Car | White | Contravening a Red Traffic Light | None | High Street Wordesley | High Street Wordesley | Dudley | Dudley | NFA | No Independent Evidence Available | ||||||
| 7371 | op-snap---monthly-publication-february-2026.pdf | 118 | 2026-02 | Car | Land Rover | Evoque | Beige | Contravening a Red Traffic Light | None | Venture Way | Venture Way | Dudley | Dudley | Education | N/A | 52.4836603 | -2.1189326 | ||
| 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 | ||
| 7734 | op-snap---monthly-publication-february-2026.pdf | 481 | 2026-02 | Car | Vauxhall | Meriva | Black | Contravening a Red Traffic Light | None | High Street, Wordsley | High Street, Wordsley | Dudley | Dudley | Education | N/A | 52.4778645 | -2.1594686 | ||
| 7735 | op-snap---monthly-publication-february-2026.pdf | 482 | 2026-02 | Car | Ford | Mondeo | Grey | Contravening a Red Traffic Light | None | High Street, Wordsley | High Street, Wordsley | Dudley | Dudley | Education | N/A | 52.4778645 | -2.1594686 | ||
| 7872 | op-snap---monthly-publication-february-2026.pdf | 619 | 2026-02 | Car | Seat | Ibiza | White | Contravening a Red Traffic Light | None | Brettle Lane, Brierley Hill | Brettle Lane, Brierley Hill | Dudley | Dudley | Education | N/A | ||||
| 8061 | op-snap---monthly-publication-february-2026.pdf | 808 | 2026-02 | Car | Volkswagen | Golf | Silver | Contravening a Red Traffic Light | None | Stourbridge Ring Road | Stourbridge Ring Road | Dudley | Dudley | Fixed Penalty | N/A | 52.4590366 | -2.1465735 | ||
| 8479 | op-snap---monthly-publication-february-2026.pdf | 1226 | 2026-02 | Car | BMW | 330D | White | Contravening a Red Traffic Light | None | Bunns Lane | Bunns Lane | Dudley | Dudley | Education | N/A | 52.5111371 | -2.0643295 |
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);