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 = "Walsall", disposal = "NFA" and offence = "Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_colour, second_offence, offence_location_raw, offence_location, nfa_rationale
vehicle_make 7
- Audi 4
- BMW 2
- Ford 1
- Hyundai 1
- Land Rover 1
- Vauxhall 1
- Volkswagen 1
reporter_transport_mode 4
- Pedestrian 5
- Car 4
- Other 1
- car 1
offence 1
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area · 11 ✖
disposal 1
- NFA · 11 ✖
council_area 1
- Walsall · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 10713 | op-snap---monthly-publication-january-2026.pdf | 174 | 2026-01 | Other | Hyundai | Tucson | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Rough Hay Road | Rough Hay Road | Walsall | Walsall | NFA | Not in Public Interest | 52.5724018 | -2.0424514 | ||
| 10748 | op-snap---monthly-publication-january-2026.pdf | 209 | 2026-01 | Pedestrian | Ford | Fiesta | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Laburnum Road | Laburnum Road | Walsall | Walsall | NFA | Not in Public Interest | 52.6274757 | -1.9249011 | ||
| 21190 | op-snap---monthly-publication-november-2025.pdf | 732 | 2025-11 | Car | Audi | Q7 | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Buckle Close | Buckle Close | Walsall | Walsall | NFA | No Independent Evidence Available | 52.5776288 | -1.9794178 | ||
| 22297 | op-snap---monthly-publication-october-2025.pdf | 247 | 2025-10 | Pedestrian | BMW | 218i | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Hobbs Road, Wednesbury | Hobbs Road, Wednesbury | Walsall | Walsall | NFA | No Independent Evidence Available | ||||
| 22629 | op-snap---monthly-publication-october-2025.pdf | 579 | 2025-10 | Pedestrian | Land Rover | Velar | Silver | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Hobbs Road, Wednesbury | Hobbs Road, Wednesbury | Walsall | Walsall | NFA | No Independent Evidence Available | ||||
| 22960 | op-snap---monthly-publication-october-2025.pdf | 910 | 2025-10 | Car | Audi | A6 | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Wisemore Road | Wisemore Road | Walsall | Walsall | NFA | Misc Inc Crimes | ||||
| 23357 | op-snap---monthly-publication-october-2025.pdf | 1307 | 2025-10 | Car | Audi | Q6 | Grey | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Willenhall Road | Willenhall Road | Walsall | Walsall | NFA | Misc Inc Crimes | 52.5771198 | -2.0320614 | ||
| 13441 | op-snap---monthly-publication-july-2025.pdf | 1493 | 2025-07 | Pedestrian | BMW | X5 | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | No Insurance | Alexndra Road | Alexndra Road | Walsall | Walsall | NFA | Misc Inc Crimes | ||||
| 13495 | op-snap---monthly-publication-july-2025.pdf | 1547 | 2025-07 | Pedestrian | Volkswagen | golf | Grey | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Evelyn Road | Evelyn Road | Walsall | Walsall | NFA | Misc Inc Crimes | ||||
| 15856 | op-snap---monthly-publication-june-2025.pdf | 1785 | 2025-06 | car | Vauxhall | Zafira | Silver | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Berry Crescent | Berry Crescent | Walsall | Walsall | NFA | No Offence | ||||
| 1748 | op-snap---monthly-publication-april-2025.pdf | 1747 | 2025-04 | Car | Audi | NP | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Cannon Hill Park | Cannon Hill Park | Walsall | Walsall | NFA | Outside of 14 Days NIP |
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);