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 month = "2026-01", offence = "Contravening a Red Traffic Light" and vehicle_make = "BMW" 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
- Out of Force Area 4
- Coventry 2
- Solihull 1
- Wolverhampton 1
disposal 3
- NFA 6
- Education 5
- Warning Letter 2
reporter_transport_mode 2
- Car 11
- Pedal Bike 2
vehicle_make 1
- BMW · 13 ✖
offence 1
- Contravening a Red Traffic Light · 13 ✖
month 1
- 2026-01 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 10568 | op-snap---monthly-publication-january-2026.pdf | 29 | 2026-01 | Pedal Bike | BMW | 120d | Black | Contravening a Red Traffic Light | None | Binley Road | Binley Road | Coventry | Coventry | Education | N/A | 52.4070602 | -1.4732469 | ||
| 10795 | op-snap---monthly-publication-january-2026.pdf | 256 | 2026-01 | Car | BMW | 1 Series | Blue | Contravening a Red Traffic Light | None | Coventry Road, Exhall | Coventry Road, Exhall | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 11074 | op-snap---monthly-publication-january-2026.pdf | 535 | 2026-01 | Car | BMW | 116d | Black | Contravening a Red Traffic Light | None | Soundwell Road, Bristol | Soundwell Road, Bristol | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 11121 | op-snap---monthly-publication-january-2026.pdf | 582 | 2026-01 | Pedal Bike | BMW | 320D | Black | Contravening a Red Traffic Light | None | A45 slip road Allesley Green to Birmingham | A45 slip road Allesley Green to Birmingham | Coventry | Coventry | Warning Letter | N/A | ||||
| 11310 | op-snap---monthly-publication-january-2026.pdf | 771 | 2026-01 | Car | BMW | Blue | Contravening a Red Traffic Light | None | A34 Newcastle | Newcastle | Out of Force Area | Out of Force Area | NFA | Out of Force | |||||
| 11370 | op-snap---monthly-publication-january-2026.pdf | 831 | 2026-01 | Car | BMW | X5.. | Blue | Contravening a Red Traffic Light | None | Pershore Road | Pershore Road | Birmingham | Birmingham | Education | N/A | 52.4308271 | -1.920078 | ||
| 11390 | op-snap---monthly-publication-january-2026.pdf | 851 | 2026-01 | Car | BMW | 1 Series | Grey | Contravening a Red Traffic Light | None | Cooks Lane | Cooks Lane | Birmingham | Birmingham | Education | N/A | 52.482758 | -1.7603097 | ||
| 11395 | op-snap---monthly-publication-january-2026.pdf | 856 | 2026-01 | Car | BMW | 218D | White | Contravening a Red Traffic Light | None | Stratford Road | Stratford Road | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.4203897 | -1.8338574 | ||
| 11496 | op-snap---monthly-publication-january-2026.pdf | 957 | 2026-01 | Car | BMW | 640.. | White | Contravening a Red Traffic Light | None | A34 Grey Friars | Grey Friars | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 11602 | op-snap---monthly-publication-january-2026.pdf | 1063 | 2026-01 | Car | BMW | 318 I M | Blue | Contravening a Red Traffic Light | None | Friary Road / Oxhill Road junction | Friary Road / Oxhill Road junction | Birmingham | Birmingham | Education | N/A | 52.5162814 | -1.9395798 | ||
| 11693 | op-snap---monthly-publication-january-2026.pdf | 1154 | 2026-01 | Car | BMW | 530.. | Blue | Contravening a Red Traffic Light | None | Howard Road Kings Heath | Howard Road Kings Heath | Birmingham | Birmingham | Education | N/A | 52.4281582 | -1.8932772 | ||
| 11851 | op-snap---monthly-publication-january-2026.pdf | 1312 | 2026-01 | Car | BMW | 420.. | Silver | Contravening a Red Traffic Light | None | M42 Jct 5 slip. | M42 Junction 5 slip | Solihull | Solihull | Warning Letter | N/A | ||||
| 11891 | op-snap---monthly-publication-january-2026.pdf | 1352 | 2026-01 | Car | BMW | 1 Series | White | Contravening a Red Traffic Light | None | Hunter Road | Hunter Road | Wolverhampton | Wolverhampton | NFA | No Independent Evidence Available |
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);