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 = "2025-12", reporter_transport_mode = "Car" and vehicle_make = "Honda" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, offence_location, council_area_raw, nfa_rationale, latitude, longitude
offence 6
council_area 6
- Birmingham 5
- Sandwell 2
- Out of Force Area 1
- Rsoaanddwell 1
- Solihull 1
- Wolverhampton 1
disposal 4
- Warning Letter 7
- NFA 2
- Education 1
- Fixed Penalty 1
vehicle_make 1
- Honda · 11 ✖
reporter_transport_mode 1
- Car · 11 ✖
month 1
- 2025-12 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 4030 | op-snap---monthly-publication-december-2025.pdf | 158 | 2025-12 | Car | Honda | Jazz | Grey | Contravening a Red Traffic Light | None | Wolverhampton Road at Portway | Wolverhampton Road at Portway | RSoaanddwell | Rsoaanddwell | Fixed Penalty | N/A | 52.4661511 | -1.9846785 | ||
| 4123 | op-snap---monthly-publication-december-2025.pdf | 251 | 2025-12 | Car | Honda | Civic | Grey | Misc - Non Traffic Offences | None | Maple Tree Lane | Maple Tree Lane | Sandwell | Sandwell | Warning Letter | N/A | ||||
| 4227 | op-snap---monthly-publication-december-2025.pdf | 355 | 2025-12 | Car | Honda | Civic | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Washwood Heath Road | Washwood Heath Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4929304 | -1.8229092 | ||
| 4296 | op-snap---monthly-publication-december-2025.pdf | 424 | 2025-12 | Car | Honda | crv | Brown | Cause vehicle to be left in a dangerous position | None | washwood heath road | Washwood Heath Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4929304 | -1.8229092 | ||
| 4412 | op-snap---monthly-publication-december-2025.pdf | 540 | 2025-12 | Car | Honda | CR-V | Black | Using a Mobile Phone Whilst Driving | No Insurance | Battlefield Road | Battlefield Road | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 4583 | op-snap---monthly-publication-december-2025.pdf | 711 | 2025-12 | Car | Honda | Civic | Red | Driving without Due Care and Attention | None | Broad Lane South | Broad Lane South | Wolverhampton | Wolverhampton | Warning Letter | N/A | 52.5995308 | -2.0598045 | ||
| 4627 | op-snap---monthly-publication-december-2025.pdf | 755 | 2025-12 | Car | Honda | Civic | Grey | Misc - Non Traffic Offences | None | Island Road | Island Road | Birmingham | Birmingham | Warning Letter | N/A | 52.5095686 | -1.9544485 | ||
| 4682 | op-snap---monthly-publication-december-2025.pdf | 810 | 2025-12 | Car | Honda | Civic | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Garretts Green Lane | Garretts Green Lane | Birmingham | Birmingham | Warning Letter | N/A | 52.4675802 | -1.7905748 | ||
| 4760 | op-snap---monthly-publication-december-2025.pdf | 888 | 2025-12 | Car | Honda | CRV | Blue | Driving without Due Care and Attention | None | Oakenshaw Road | Oakenshaw Road | Solihull | Solihull | Education | N/A | 52.4017754 | -1.8151522 | ||
| 4847 | op-snap---monthly-publication-december-2025.pdf | 975 | 2025-12 | Car | Honda | Silver | Contravening a Red Traffic Light | None | A41 Birmingham Road | Birmingham Road | Sandwell | Sandwell | NFA | Outside of 14 Days NIP | 52.5461417 | -1.9334193 | |||
| 5033 | op-snap---monthly-publication-december-2025.pdf | 1161 | 2025-12 | Car | Honda | civic | Grey | Cause vehicle to be left in a dangerous position | None | bristol road | Bristol Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4543565 | -1.9114004 |
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);