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'}
13 rows where disposal = "Court", offence = "Contravening a Red Traffic Light" and vehicle_make = "Volkswagen" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence, offence_location, council_area_raw, latitude, longitude
month 10
council_area 6
- Birmingham 6
- Sandwell 2
- Wolverhampton 2
- Coventry 1
- Dudley 1
- Walsall 1
vehicle_make 1
- Volkswagen · 13 ✖
reporter_transport_mode 1
- Car 13
offence 1
- Contravening a Red Traffic Light · 13 ✖
disposal 1
- Court · 13 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7340 | op-snap---monthly-publication-february-2026.pdf | 87 | 2026-02 | Car | Volkswagen | Golf | Grey | Contravening a Red Traffic Light | None | Birchfield Road Oldbury | Birchfield Road Oldbury | Sandwell | Sandwell | Court | N/A | 52.4921923 | -2.0324631 | ||
| 8250 | op-snap---monthly-publication-february-2026.pdf | 997 | 2026-02 | Car | Volkswagen | Toureg | Black | Contravening a Red Traffic Light | None | Cuckoo Road | Cuckoo Road | Birmingham | Birmingham | Court | N/A | 52.5049023 | -1.8603659 | ||
| 11199 | op-snap---monthly-publication-january-2026.pdf | 660 | 2026-01 | Car | Volkswagen | T-Roc | Blue | Contravening a Red Traffic Light | None | Reddings Lane Tysley | Reddings Lane Tysley | Birmingham | Birmingham | Court | N/A | ||||
| 11642 | op-snap---monthly-publication-january-2026.pdf | 1103 | 2026-01 | Car | Volkswagen | Scirroco | Blue | Contravening a Red Traffic Light | None | Great Charles Street | Great Charles Street | Birmingham | Birmingham | Court | N/A | 52.4837518 | -1.901874 | ||
| 4150 | op-snap---monthly-publication-december-2025.pdf | 278 | 2025-12 | Car | Volkswagen | Polo | Black | Contravening a Red Traffic Light | None | Park Gate Road | Park Gate Road | Coventry | Coventry | Court | N/A | 52.4538286 | -1.7889568 | ||
| 20613 | op-snap---monthly-publication-november-2025.pdf | 155 | 2025-11 | Car | Volkswagen | Golf | Grey | Contravening a Red Traffic Light | None | Tyburn Road | Tyburn Road | Birmingham | Birmingham | Court | N/A | 52.5113867 | -1.8337258 | ||
| 21297 | op-snap---monthly-publication-november-2025.pdf | 839 | 2025-11 | Car | Volkswagen | Golf | White | Contravening a Red Traffic Light | No Insurance | Congreaves Road | Congreaves Road | Sandwell | Sandwell | Court | N/A | 52.470985 | -2.0793886 | ||
| 24717 | op-snap---monthly-publication-september-2025.pdf | 936 | 2025-09 | Car | Volkswagen | Golf | Blue | Contravening a Red Traffic Light | None | Stechford LAne | Stechford LAne | Birmingham | Birmingham | Court | N/A | 52.4930549 | -1.8179571 | ||
| 3156 | op-snap---monthly-publication-august-2025.pdf | 1131 | 2025-08 | Car | Volkswagen | Golf | Blue | Contravening a Red Traffic Light | None | Lichfeild Road | Lichfeild Road | Walsall | Walsall | Court | N/A | ||||
| 14207 | op-snap---monthly-publication-june-2025.pdf | 136 | 2025-06 | Car | Volkswagen | GOLF | Black | Contravening a Red Traffic Light | None | KING STREET | King Street | Dudley | Dudley | Court | N/A | 52.5095654 | -2.0806912 | ||
| 211 | op-snap---monthly-publication-april-2025.pdf | 210 | 2025-04 | Car | Volkswagen | Polo | Black | Contravening a Red Traffic Light | No Insurance | Brownshore Lane | Brownshore Lane | Wolverhampton | Wolverhampton | Court | N/A | ||||
| 18170 | op-snap---monthly-publication-march-2025.pdf | 1927 | 2025-03 | Car | Volkswagen | GOLF | Silver | Contravening a Red Traffic Light | No Insurance | BLACK COUNTRY ROUTE A463 | Black Country Route A463 | Wolverhampton | Wolverhampton | Court | N/A | Yes - Via Email | 52.5643803 | -2.0755663 | |
| 9340 | op-snap---monthly-publication-january-2025.pdf | 448 | 2025-01 | Car | Volkswagen | UP | Silver | Contravening a Red Traffic Light | No Insurance | CUCKOO ROAD | Cuckoo Road | Birmingham | Birmingham | Court | N/A | Yes - Via Email | 52.5049023 | -1.8603659 |
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);