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 disposal = "Court", month = "2026-02" and offence = "Contravening a Red Traffic Light" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, second_offence, council_area_raw
vehicle_make 5
- Ford 2
- Volkswagen 2
- Audi 1
- Kawasaki 1
- Mercedes-Benz 1
council_area 4
reporter_transport_mode 1
- Car 8
offence 1
- Contravening a Red Traffic Light · 8 ✖
month 1
- 2026-02 · 8 ✖
disposal 1
- Court · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 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 | ||
| 7680 | op-snap---monthly-publication-february-2026.pdf | 427 | 2026-02 | Car | Audi | Q5 | Grey | Contravening a Red Traffic Light | None | Newbury Lane | Newbury Lane | Birmingham | Birmingham | Court | N/A | ||||
| 7799 | op-snap---monthly-publication-february-2026.pdf | 546 | 2026-02 | Car | Mercedes-Benz | A Class | Black | Contravening a Red Traffic Light | No Insurance | Jockey Road | Jockey Road | Sutton Coldfield | Sutton Coldfield | Court | N/A | 52.5535276 | -1.8302584 | ||
| 7969 | op-snap---monthly-publication-february-2026.pdf | 716 | 2026-02 | Car | Kawasaki | ZX1100 | Grey | Contravening a Red Traffic Light | None | A452 Chester Road | Chester Road | Sutton Coldfield | Sutton Coldfield | Court | N/A | 52.5359496 | -1.8324115 | ||
| 8062 | op-snap---monthly-publication-february-2026.pdf | 809 | 2026-02 | Car | Dodge | White | Contravening a Red Traffic Light | VRM fails to conform to Regulations | Middle Piece Way | Middle Piece Way | Wolverhampton | Wolverhampton | Court | N/A | |||||
| 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 | ||
| 8360 | op-snap---monthly-publication-february-2026.pdf | 1107 | 2026-02 | Car | Ford | Transit | Blue | Contravening a Red Traffic Light | No Insurance | Brookvale Road | Brookvale Road | Birmingham | Birmingham | Court | N/A | 52.5219365 | -1.8755325 | ||
| 8443 | op-snap---monthly-publication-february-2026.pdf | 1190 | 2026-02 | Car | Ford | Fiesta | Silver | Contravening a Red Traffic Light | Drive otherwise than in accordance with a licence | Walsall Road | Walsall Road | Birmingham | Birmingham | Court | N/A | 52.5919543 | -1.8517118 |
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);