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 council_area = "Sandwell", month = "2025-10" and vehicle_make = "Ford" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, offence_location_raw, offence_location, nfa_rationale, latitude, longitude
offence 4
reporter_transport_mode 2
- Pedestrian 10
- Car 2
disposal 2
- Warning Letter 10
- NFA 2
vehicle_make 1
- Ford · 12 ✖
month 1
- 2025-10 · 12 ✖
council_area 1
- Sandwell · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 22164 | op-snap---monthly-publication-october-2025.pdf | 114 | 2025-10 | Car | Ford | Focus | Silver | Contravening a Red Traffic Light | None | Saltwells Road | Saltwells Road | Sandwell | Sandwell | NFA | No Independent Evidence Available | ||||
| 22791 | op-snap---monthly-publication-october-2025.pdf | 741 | 2025-10 | Car | Ford | Kuga | Blue | Driving without Due Care and Attention | None | B4135 | B4135 | Sandwell | Sandwell | Warning Letter | N/A | 52.4904552 | -1.9428634 | ||
| 23102 | op-snap---monthly-publication-october-2025.pdf | 1052 | 2025-10 | Pedestrian | Ford | focus | Silver | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | none | berwood road | Berwood Road | Sandwell | Sandwell | Warning Letter | N/A | ||||
| 23127 | op-snap---monthly-publication-october-2025.pdf | 1077 | 2025-10 | Pedestrian | Ford | Transit | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Abbey Road | Abbey Road | Sandwell | Sandwell | Warning Letter | N/A | 52.47753 | -1.9774758 | ||
| 23388 | op-snap---monthly-publication-october-2025.pdf | 1338 | 2025-10 | Pedestrian | Ford | Fiesta | Silver | Cause vehicle to be left in a dangerous position | None | Abbey Road | Abbey Road | Sandwell | Sandwell | NFA | Misc Inc Crimes | 52.47753 | -1.9774758 | ||
| 23394 | op-snap---monthly-publication-october-2025.pdf | 1344 | 2025-10 | Pedestrian | Ford | Focus | Blue | Cause vehicle to be left in a dangerous position | None | Abbey Road | Abbey Road | Sandwell | Sandwell | Warning Letter | N/A | 52.47753 | -1.9774758 | ||
| 23568 | op-snap---monthly-publication-october-2025.pdf | 1518 | 2025-10 | Pedestrian | Ford | Focus | White | Cause vehicle to be left in a dangerous position | None | Abbey Road | Abbey Road | Sandwell | Sandwell | Warning Letter | N/A | 52.47753 | -1.9774758 | ||
| 23628 | op-snap---monthly-publication-october-2025.pdf | 1578 | 2025-10 | Pedestrian | Ford | KA | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Horseley Heath Road | Horseley Heath Road | Sandwell | Sandwell | Warning Letter | N/A | 52.5287403 | -2.0471943 | ||
| 23629 | op-snap---monthly-publication-october-2025.pdf | 1579 | 2025-10 | Pedestrian | Ford | KA | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Horseley Heath Road | Horseley Heath Road | Sandwell | Sandwell | Warning Letter | N/A | 52.5287403 | -2.0471943 | ||
| 23646 | op-snap---monthly-publication-october-2025.pdf | 1596 | 2025-10 | Pedestrian | Ford | Transit | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Mace Street | Mace Street | Sandwell | Sandwell | Warning Letter | N/A | 52.4756867 | -2.0697018 | ||
| 23662 | op-snap---monthly-publication-october-2025.pdf | 1612 | 2025-10 | Pedestrian | Ford | Kuga | Silver | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Unknown | Sandwell | Sandwell | Warning Letter | N/A | |||||
| 23735 | op-snap---monthly-publication-october-2025.pdf | 1685 | 2025-10 | Pedestrian | Ford | Focus | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Wellspring Gardens | Wellspring Gardens | Sandwell | Sandwell | Warning Letter | N/A |
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);