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'}
11 rows where month = "2026-02" and vehicle_make = "Lexus" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, offence_location_raw, offence_location, council_area_raw, nfa_rationale, latitude, longitude
offence 6
disposal 6
- Education 3
- NFA 3
- Fixed Penalty 2
- Court 1
- Duplicate Submission 1
- Warning Letter 1
reporter_transport_mode 3
- Car 6
- Pedal Bike 3
- Pedestrian 2
council_area 3
- Birmingham 9
- Solihull 1
- Wolverhampton 1
vehicle_make 1
- Lexus · 11 ✖
month 1
- 2026-02 · 11 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7466 | op-snap---monthly-publication-february-2026.pdf | 213 | 2026-02 | Car | Lexus | Black | Fail to display rear VRM plate | None | Woodridge Handsworth | Woodridge Handsworth | Birmingham | Birmingham | NFA | No VRM | |||||
| 7532 | op-snap---monthly-publication-february-2026.pdf | 279 | 2026-02 | Car | Lexus | CT200 | White | Driving without Due Care and Attention | None | Cross Street South | Cross Street South | Wolverhampton | Wolverhampton | Education | N/A | 52.570955 | -2.130838 | ||
| 7924 | op-snap---monthly-publication-february-2026.pdf | 671 | 2026-02 | Pedal Bike | Lexus | NX300H | Black | Using a Mobile Phone Whilst Driving | None | Metchley Lane | Metchley Lane | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4552055 | -1.9461279 | ||
| 8228 | op-snap---monthly-publication-february-2026.pdf | 975 | 2026-02 | Pedestrian | Lexus | ES 300h | Silver | Cause vehicle to be left in a dangerous position | None | Oxhill Road | Oxhill Road | Birmingham | Birmingham | Warning Letter | N/A | 52.513857 | -1.9367367 | ||
| 8236 | op-snap---monthly-publication-february-2026.pdf | 983 | 2026-02 | Car | Lexus | IS 300H | Silver | Stop a vehicle within pelican pedestrian crossing limits | None | Lozells Road | Lozells Road | Birmingham | Birmingham | NFA | Not in Public Interest | 52.502683 | -1.9033516 | ||
| 8247 | op-snap---monthly-publication-february-2026.pdf | 994 | 2026-02 | Car | Lexus | RX450H | Black | Driving without Due Care and Attention | No vehicle excise licence | Solihull Bypass | Solihull Bypass | Solihull | Solihull | Education | N/A | 52.4207529 | -1.7757467 | ||
| 8290 | op-snap---monthly-publication-february-2026.pdf | 1037 | 2026-02 | Pedestrian | Lexus | ES300 | Silver | Cause vehicle to be left in a dangerous position | None | Oxhill Road | Oxhill Road | Birmingham | Birmingham | Duplicate Submission | Duplicate Submission | 52.513857 | -1.9367367 | ||
| 8474 | op-snap---monthly-publication-february-2026.pdf | 1221 | 2026-02 | Pedal Bike | Lexus | IS 300H | Silver | Contravening a Red Traffic Light | None | Northfield Road | Northfield Road | Birmingham | Birmingham | NFA | No Offence | 52.4167654 | -1.9411244 | ||
| 8617 | op-snap---monthly-publication-february-2026.pdf | 1364 | 2026-02 | Pedal Bike | Lexus | IS 300H | Red | Driving without Due Care and Attention | None | Northfield Road | Northfield Road | Birmingham | Birmingham | Education | N/A | 52.4167654 | -1.9411244 | ||
| 8692 | op-snap---monthly-publication-february-2026.pdf | 1439 | 2026-02 | Car | Lexus | RZ | Black | Using a Mobile Phone Whilst Driving | None | Hagley Road | Hagley Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.471632 | -1.9456776 | ||
| 8810 | op-snap---monthly-publication-february-2026.pdf | 1557 | 2026-02 | Car | Lexus | NX450 | Black | Driving without Due Care and Attention | None | Chester Road, Castle Bromwich | Chester Road, Castle Bromwich | Birmingham | Birmingham | Court | 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);