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 = "Wolverhampton", 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, nfa_rationale
vehicle_make 8
- BMW 1
- Ford 1
- Jaguar 1
- Kia 1
- Mercedes-Benz 1
- Tesla 1
- Vauxhall 1
- Volkswagen 1
disposal 5
- Education 5
- Court 1
- Fixed Penalty 1
- NFA 1
- Warning Letter 1
reporter_transport_mode 2
- Car 8
- Pedal Bike 1
offence 1
- Contravening a Red Traffic Light · 9 ✖
month 1
- 2026-02 · 9 ✖
council_area 1
- Wolverhampton · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7301 | op-snap---monthly-publication-february-2026.pdf | 48 | 2026-02 | Pedal Bike | Mercedes-Benz | GL350 | White | Contravening a Red Traffic Light | None | Penn Road | Penn Road | Wolverhampton | Wolverhampton | Warning Letter | N/A | 52.5599616 | -2.1556338 | ||
| 7361 | op-snap---monthly-publication-february-2026.pdf | 108 | 2026-02 | Car | Vauxhall | Corsa | White | Contravening a Red Traffic Light | None | Bilston Road | Bilston Road | Wolverhampton | Wolverhampton | NFA | No Independent Evidence Available | 52.5801329 | -2.1138283 | ||
| 7731 | op-snap---monthly-publication-february-2026.pdf | 478 | 2026-02 | Car | Jaguar | F-Pace | Blue | Contravening a Red Traffic Light | None | Thompson Avenue | Thompson Avenue | Wolverhampton | Wolverhampton | Education | N/A | 52.5722181 | -2.1205684 | ||
| 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 | |||||
| 8092 | op-snap---monthly-publication-february-2026.pdf | 839 | 2026-02 | Car | BMW | 320d | Red | Contravening a Red Traffic Light | None | Oxley Moor Road | Oxley Moor Road | Wolverhampton | Wolverhampton | Education | N/A | 52.6158347 | -2.1377689 | ||
| 8220 | op-snap---monthly-publication-february-2026.pdf | 967 | 2026-02 | Car | Tesla | s 75 | Black | Contravening a Red Traffic Light | None | Lichfield Road | Lichfield Road | Wolverhampton | Wolverhampton | Fixed Penalty | N/A | 52.6076348 | -2.0612269 | ||
| 8398 | op-snap---monthly-publication-february-2026.pdf | 1145 | 2026-02 | Car | Kia | Niro | Grey | Contravening a Red Traffic Light | None | Parkfield Road | Parkfield Road | Wolverhampton | Wolverhampton | Education | N/A | 52.567016 | -2.1208485 | ||
| 8557 | op-snap---monthly-publication-february-2026.pdf | 1304 | 2026-02 | Car | Volkswagen | T Troc | Black | Contravening a Red Traffic Light | None | Black Country Route | Black Country Route | Wolverhampton | Wolverhampton | Education | N/A | 52.5642677 | -2.0755469 | ||
| 8619 | op-snap---monthly-publication-february-2026.pdf | 1366 | 2026-02 | Car | Ford | Ranger | Black | Contravening a Red Traffic Light | None | Essington Road | Essington Road | Wolverhampton | Wolverhampton | Education | N/A |
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);