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 council_area = "Birmingham", offence = "Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area" and vehicle_make = "Lexus" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, nfa_rationale
reporter_transport_mode 3
- Pedestrian 8
- Car 2
- Other 1
disposal 3
- Warning Letter 5
- Fixed Penalty 3
- NFA 3
vehicle_make 1
- Lexus · 11 ✖
offence 1
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area · 11 ✖
council_area 1
- Birmingham · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 21104 | op-snap---monthly-publication-november-2025.pdf | 646 | 2025-11 | Pedestrian | Lexus | 450h | Green | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Crankhall Lane | Crankhall Lane | Birmingham | Birmingham | Warning Letter | N/A | ||||
| 23538 | op-snap---monthly-publication-october-2025.pdf | 1488 | 2025-10 | Pedestrian | Lexus | 300 | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Lozells Road | Lozells Road | Birmingham | Birmingham | Warning Letter | N/A | 52.502683 | -1.9033516 | ||
| 23778 | op-snap---monthly-publication-october-2025.pdf | 1728 | 2025-10 | Pedestrian | Lexus | rx 450 | Grey | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | icknield port road | Icknield Port Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4792334 | -1.92925 | ||
| 3464 | op-snap---monthly-publication-august-2025.pdf | 1439 | 2025-08 | Car | Lexus | RX400 | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Old walsall road | Old walsall road | Birmingham | Birmingham | Warning Letter | N/A | 52.5294399 | -1.9282714 | ||
| 16065 | op-snap---monthly-publication-june-2025.pdf | 1994 | 2025-06 | Pedestrian | Lexus | NX.. | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Alcester Road South | Alcester Road South | Birmingham | Birmingham | NFA | No Offence | 52.4170522 | -1.8906187 | ||
| 19110 | op-snap---monthly-publication-may-2025.pdf | 472 | 2025-05 | Other | Lexus | IS250 | Red | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Selly Park Road | Selly Park Road | Birmingham | Birmingham | NFA | No Offence | 52.4390561 | -1.9209229 | ||
| 18449 | op-snap---monthly-publication-march-2025.pdf | 2206 | 2025-03 | Car | Lexus | GS 250 | Grey | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Alcester Road | Alcester Road | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4470686 | -1.8880749 | |
| 7163 | op-snap---monthly-publication-february-2025.pdf | 1980 | 2025-02 | Pedestrian | Lexus | NX 300 | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Pitmaston Road | Pitmaston Road | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4254701 | -1.8322218 | |
| 9961 | op-snap---monthly-publication-january-2025.pdf | 1069 | 2025-01 | Pedestrian | Lexus | CT | Silver | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Wychwood Crescent | Wychwood Crescent | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4597489 | -1.7936546 | |
| 10098 | op-snap---monthly-publication-january-2025.pdf | 1206 | 2025-01 | Pedestrian | Lexus | UX250H | Grey | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Balaclava Road | Balaclava Road | Birmingham | Birmingham | NFA | Not in Public Interest | Yes - Via Email | 52.4337176 | -1.896658 | |
| 10140 | op-snap---monthly-publication-january-2025.pdf | 1248 | 2025-01 | Pedestrian | Lexus | IS250 | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Moseley Road | Moseley Road | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | 52.4679402 | -1.881408 |
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);