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 = "2025-07", reporter_transport_mode = "Pedestrian" and vehicle_make = "Honda" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw, nfa_rationale, latitude, longitude
offence 5
- Cause vehicle to be left in a dangerous position 6
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 2
- Contravening a Red Traffic Light 2
- Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD 1
- Using a Mobile Phone Whilst Driving 1
disposal 3
- Warning Letter 9
- NFA 2
- Education 1
council_area 3
- Birmingham 10
- Sutton Coldfield 1
- Walsall 1
vehicle_make 1
- Honda · 12 ✖
reporter_transport_mode 1
- Pedestrian · 12 ✖
month 1
- 2025-07 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 12272 | op-snap---monthly-publication-july-2025.pdf | 324 | 2025-07 | Pedestrian | Honda | FSH125 | White | Using a Mobile Phone Whilst Driving | None | Moore Streer | Moore Streer | Birmingham | Birmingham | NFA | No Offence | ||||
| 12364 | op-snap---monthly-publication-july-2025.pdf | 416 | 2025-07 | Pedestrian | Honda | Civic | Silver | Contravening a Red Traffic Light | None | Daw End Lane | Daw End Lane | Walsall | Walsall | Education | N/A | 52.6068849 | -1.9611652 | ||
| 12411 | op-snap---monthly-publication-july-2025.pdf | 463 | 2025-07 | Pedestrian | Honda | Jazz | Brown | Contravening a Red Traffic Light | None | Chester Road | Chester Road | Birmingham | Birmingham | NFA | No Offence | 52.5359496 | -1.8324115 | ||
| 13339 | op-snap---monthly-publication-july-2025.pdf | 1391 | 2025-07 | Pedestrian | Honda | Jazz | Silver | Cause vehicle to be left in a dangerous position | None | Moat Lane | Moat Lane | Birmingham | Birmingham | Warning Letter | N/A | 52.4654451 | -1.8040557 | ||
| 13386 | op-snap---monthly-publication-july-2025.pdf | 1438 | 2025-07 | Pedestrian | Honda | CRV | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Croftdown road | Croftdown road | Birmingham | Birmingham | Warning Letter | N/A | 52.4613299 | -1.9748385 | ||
| 13461 | op-snap---monthly-publication-july-2025.pdf | 1513 | 2025-07 | Pedestrian | Honda | CRV | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | florence Road | florence Road | Birmingham | Birmingham | Warning Letter | N/A | 52.5358059 | -1.8289953 | ||
| 13507 | op-snap---monthly-publication-july-2025.pdf | 1559 | 2025-07 | Pedestrian | Honda | JAzz | Blue | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Upper Holland Road | Upper Holland Road | Sutton Coldfield | Sutton Coldfield | Warning Letter | N/A | 52.561 | -1.8187105 | ||
| 13617 | op-snap---monthly-publication-july-2025.pdf | 1669 | 2025-07 | Pedestrian | Honda | Civic | Blue | Cause vehicle to be left in a dangerous position | None | Perry Hill Road | Perry Hill Road | Birmingham | Birmingham | Warning Letter | N/A | 52.5317443 | -1.8620841 | ||
| 13771 | op-snap---monthly-publication-july-2025.pdf | 1823 | 2025-07 | Pedestrian | Honda | Jazz | Silver | Cause vehicle to be left in a dangerous position | None | Gabriel Drive | Gabriel Drive | Birmingham | Birmingham | Warning Letter | N/A | ||||
| 13944 | op-snap---monthly-publication-july-2025.pdf | 1996 | 2025-07 | Pedestrian | Honda | Jazz | Red | Cause vehicle to be left in a dangerous position | None | Oxford | Oxford | Birmingham | Birmingham | Warning Letter | N/A | 52.476098 | -1.8869977 | ||
| 14034 | op-snap---monthly-publication-july-2025.pdf | 2086 | 2025-07 | Pedestrian | Honda | CR-V | Black | Cause vehicle to be left in a dangerous position | None | Florence Road | Florence Road | Birmingham | Birmingham | Warning Letter | N/A | 52.5358059 | -1.8289953 | ||
| 14050 | op-snap---monthly-publication-july-2025.pdf | 2102 | 2025-07 | Pedestrian | Honda | Jazz | Silver | Cause vehicle to be left in a dangerous position | None | Stratford Road | Stratford Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4203897 | -1.8338574 |
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);