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'}
9 rows where council_area = "Out of Force Area" and offence = "Cause unnecessary obstruction by motor vehicle" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, nfa_rationale
vehicle_make 6
- Mercedes-Benz 3
- BMW 2
- Ford 1
- Hyundai 1
- Land Rover 1
- Nissan 1
reporter_transport_mode 2
- Car 6
- Pedestrian 3
disposal 2
- NFA 7
- Warning Letter 2
offence 1
- Cause unnecessary obstruction by motor vehicle · 9 ✖
month 1
- 2025-09 9
council_area 1
- Out of Force Area · 9 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 24956 | op-snap---monthly-publication-september-2025.pdf | 1175 | 2025-09 | Pedestrian | Mercedes-Benz | CLE300 | Grey | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | out of force | Out Of Force | Out of Force Area | Out of Force Area | NFA | Misc Inc Crimes | ||||
| 25038 | op-snap---monthly-publication-september-2025.pdf | 1257 | 2025-09 | Car | Mercedes-Benz | A180 | Grey | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Ashdale Drive | Ashdale Drive | Out of Force Area | Out of Force Area | Warning Letter | N/A | 52.4027335 | -1.876125 | ||
| 25136 | op-snap---monthly-publication-september-2025.pdf | 1355 | 2025-09 | Pedestrian | Nissan | Qashqai | White | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Motala Close | Motala Close | Out of Force Area | Out of Force Area | NFA | Misc Inc Crimes | ||||
| 25217 | op-snap---monthly-publication-september-2025.pdf | 1436 | 2025-09 | Car | Ford | Fiesta | Blue | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Kingsway School | Kingsway School | Out of Force Area | Out of Force Area | Warning Letter | N/A | ||||
| 25283 | op-snap---monthly-publication-september-2025.pdf | 1502 | 2025-09 | Car | Land Rover | Discovery | Black | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Hereford | Hereford | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.4047807 | -2.0101216 | ||
| 25419 | op-snap---monthly-publication-september-2025.pdf | 1638 | 2025-09 | Pedestrian | Hyundai | Tuscon | Black | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Gresley | Gresley | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.5936518 | -1.8341593 | ||
| 25420 | op-snap---monthly-publication-september-2025.pdf | 1639 | 2025-09 | Car | BMW | 520D | Grey | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Watts Lane | Watts Lane | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 25448 | op-snap---monthly-publication-september-2025.pdf | 1667 | 2025-09 | Car | BMW | 3 series | Black | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | lichfield | Lichfield | Out of Force Area | Out of Force Area | NFA | Misc Inc Crimes | 52.6708614 | -1.8442078 | ||
| 25500 | op-snap---monthly-publication-september-2025.pdf | 1719 | 2025-09 | Car | Mercedes-Benz | Sprinter | White | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Coventry Road | Coventry Road | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.4519358 | -1.7824508 |
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);