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'}
12 rows where month = "2026-02", offence = "Contravening a Red Traffic Light" and vehicle_make = "Vauxhall" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
council_area 5
- Birmingham 5
- Coventry 2
- Dudley 2
- Out of Force Area 2
- Wolverhampton 1
disposal 4
- Education 6
- NFA 3
- Warning Letter 2
- Fixed Penalty 1
reporter_transport_mode 2
- Car 11
- Pedestrian 1
vehicle_make 1
- Vauxhall · 12 ✖
offence 1
- Contravening a Red Traffic Light · 12 ✖
month 1
- 2026-02 · 12 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7260 | op-snap---monthly-publication-february-2026.pdf | 7 | 2026-02 | Car | Vauxhall | Astra | Grey | Contravening a Red Traffic Light | None | Hamstead Hill | Hamstead Hill | Birmingham | Birmingham | Education | N/A | 52.5274116 | -1.9287273 | ||
| 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 | ||
| 7434 | op-snap---monthly-publication-february-2026.pdf | 181 | 2026-02 | Car | Vauxhall | Combo | White | Contravening a Red Traffic Light | None | Leek Road (A53) - Staffs | Leek Road (A53) - Staffs | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 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 | ||||
| 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 | ||
| 7755 | op-snap---monthly-publication-february-2026.pdf | 502 | 2026-02 | Car | Vauxhall | Meriva | White | Contravening a Red Traffic Light | None | Hampstead Road at Victorian Way | Hampstead Road at Victorian Way | Birmingham | Birmingham | Education | N/A | 52.3993507 | -1.9640409 | ||
| 7811 | op-snap---monthly-publication-february-2026.pdf | 558 | 2026-02 | Car | Vauxhall | Corsa | White | Contravening a Red Traffic Light | None | A444/Coventry Rd roundabout | A444/Coventry Road roundabout | Coventry | Coventry | Warning Letter | N/A | 52.4471432 | -1.4975901 | ||
| 8048 | op-snap---monthly-publication-february-2026.pdf | 795 | 2026-02 | Pedestrian | Vauxhall | Mokka | Grey | Contravening a Red Traffic Light | None | Stratford Upon Avon | Stratford Upon Avon | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.3499075 | -1.7812051 | ||
| 8424 | op-snap---monthly-publication-february-2026.pdf | 1171 | 2026-02 | Car | Vauxhall | corsa | Orange | Contravening a Red Traffic Light | None | Cooks Lane | Cooks Lane | Birmingham | Birmingham | Education | N/A | 52.482758 | -1.7603097 | ||
| 8463 | op-snap---monthly-publication-february-2026.pdf | 1210 | 2026-02 | Car | Vauxhall | Corsa | Grey | Contravening a Red Traffic Light | None | A444 Jimmy Hill Way | Jimmy Hill Way | Coventry | Coventry | Education | N/A | 52.4214017 | -1.4870278 | ||
| 8485 | op-snap---monthly-publication-february-2026.pdf | 1232 | 2026-02 | Car | Vauxhall | Insigna | White | Contravening a Red Traffic Light | None | Ladypool Road | Ladypool Road | Birmingham | Birmingham | Education | N/A | 52.4520441 | -1.8787544 | ||
| 8555 | op-snap---monthly-publication-february-2026.pdf | 1302 | 2026-02 | Car | Vauxhall | Vivaro | Grey | Contravening a Red Traffic Light | None | Bromford Lane | Bromford Lane | Birmingham | Birmingham | Fixed Penalty | N/A | 52.5083238 | -1.8332287 |
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);