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'}
7 rows where council_area = "Solihull", month = "2025-05" 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: vehicle_model, vehicle_colour, offence_location_raw, offence_location, nfa_rationale, latitude, longitude
vehicle_make 5
- Ford 2
- Mercedes-Benz 2
- Audi 1
- Jaguar 1
- Volkswagen 1
reporter_transport_mode 2
- Car 4
- Pedestrian 3
offence 1
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area · 7 ✖
month 1
- 2025-05 · 7 ✖
disposal 1
- NFA 7
council_area 1
- Solihull · 7 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 18817 | op-snap---monthly-publication-may-2025.pdf | 179 | 2025-05 | Pedestrian | Volkswagen | Golf | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Hey Lane | Hey Lane | Solihull | Solihull | NFA | No VRM | ||||
| 19854 | op-snap---monthly-publication-may-2025.pdf | 1216 | 2025-05 | Pedestrian | Jaguar | S type | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Heaton Road | Heaton Road | Solihull | Solihull | NFA | No Independent Evidence Available | 52.4284827 | -1.7951002 | ||
| 20011 | op-snap---monthly-publication-may-2025.pdf | 1373 | 2025-05 | Car | Ford | Transit | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Dickens Heath , Solihull | Dickens Heath , Solihull | Solihull | Solihull | NFA | Outside of 14 Days NIP | 52.3865138 | -1.83695 | ||
| 20023 | op-snap---monthly-publication-may-2025.pdf | 1385 | 2025-05 | Pedestrian | Mercedes-Benz | NP | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | ARDEN CROFT ROAD | Arden Croft Road | Solihull | Solihull | NFA | Outside of 14 Days NIP | ||||
| 20026 | op-snap---monthly-publication-may-2025.pdf | 1388 | 2025-05 | Car | Mercedes-Benz | NP | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Valley road | Valley road | Solihull | Solihull | NFA | Outside of 14 Days NIP | 52.4504776 | -1.7682084 | ||
| 20027 | op-snap---monthly-publication-may-2025.pdf | 1389 | 2025-05 | Car | Ford | NP | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Valley road | Valley road | Solihull | Solihull | NFA | Outside of 14 Days NIP | 52.4504776 | -1.7682084 | ||
| 20028 | op-snap---monthly-publication-may-2025.pdf | 1390 | 2025-05 | Car | Audi | NP | Silver | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Valley road | Valley road | Solihull | Solihull | NFA | Outside of 14 Days NIP | 52.4504776 | -1.7682084 |
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);