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", offence = "Misc - Non Traffic Offences" and reporter_transport_mode = "Pedestrian" 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, latitude, longitude
vehicle_make 9
- Mercedes-Benz 3
- Vauxhall 2
- Ford 1
- Kia 1
- Land Rover 1
- Mini 1
- Other 1
- Seat 1
- Toyota 1
disposal 2
- NFA 10
- Warning Letter 2
reporter_transport_mode 1
- Pedestrian · 12 ✖
offence 1
- Misc - Non Traffic Offences · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 10867 | op-snap---monthly-publication-january-2026.pdf | 328 | 2026-01 | Pedestrian | Mercedes-Benz | 330 | White | Misc - Non Traffic Offences | None | Barclay Road | Barclay Road | Sandwell | Sandwell | Warning Letter | N/A | 52.4722765 | -1.9787531 | ||
| 4593 | op-snap---monthly-publication-december-2025.pdf | 721 | 2025-12 | Pedestrian | Vauxhall | insignia | White | Misc - Non Traffic Offences | None | abbey road | Abbey Road | Sandwell | Sandwell | NFA | Misc Inc Crimes | 52.47753 | -1.9774758 | ||
| 21540 | op-snap---monthly-publication-november-2025.pdf | 1082 | 2025-11 | Pedestrian | Mercedes-Benz | a180 | White | Misc - Non Traffic Offences | None | abbey road | Abbey Road | Sandwell | Sandwell | NFA | Misc Inc Crimes | 52.47753 | -1.9774758 | ||
| 21650 | op-snap---monthly-publication-november-2025.pdf | 1192 | 2025-11 | Pedestrian | Ford | focus | White | Misc - Non Traffic Offences | None | abbey road | Abbey Road | Sandwell | Sandwell | NFA | Misc Inc Crimes | 52.47753 | -1.9774758 | ||
| 21651 | op-snap---monthly-publication-november-2025.pdf | 1193 | 2025-11 | Pedestrian | Toyota | yaris | Blue | Misc - Non Traffic Offences | None | abbey road | Abbey Road | Sandwell | Sandwell | NFA | Misc Inc Crimes | 52.47753 | -1.9774758 | ||
| 23316 | op-snap---monthly-publication-october-2025.pdf | 1266 | 2025-10 | Pedestrian | Mini | one | Silver | Misc - Non Traffic Offences | None | Beech avenue | Beech avenue | Sandwell | Sandwell | NFA | Misc Inc Crimes | 52.5434265 | -1.9721357 | ||
| 25564 | op-snap---monthly-publication-september-2025.pdf | 1783 | 2025-09 | Pedestrian | Other | blank | Misc - Non Traffic Offences | None | abbey junior school | Abbey Junior School | Sandwell | Sandwell | NFA | No Independent Evidence Available | 52.4763264 | -1.9806732 | |||
| 3221 | op-snap---monthly-publication-august-2025.pdf | 1196 | 2025-08 | Pedestrian | Vauxhall | Corsa | Silver | Misc - Non Traffic Offences | No Insurance | Canal Side | Canal Side | Sandwell | Sandwell | NFA | Misc Inc Crimes | 52.5045582 | -2.0129544 | ||
| 16503 | op-snap---monthly-publication-march-2025.pdf | 260 | 2025-03 | Pedestrian | Seat | Leon | Grey | Misc - Non Traffic Offences | None | Pound Lane | Pound Lane | Sandwell | Sandwell | Warning Letter | N/A | Yes - Via Email | 52.5541031 | -2.0107085 | |
| 18296 | op-snap---monthly-publication-march-2025.pdf | 2053 | 2025-03 | Pedestrian | Land Rover | Sport | Black | Misc - Non Traffic Offences | None | West Bromwich | West Bromwich | Sandwell | Sandwell | NFA | No Independent Evidence Available | Yes - Via Email | 52.5186579 | -1.9923114 | |
| 5823 | op-snap---monthly-publication-february-2025.pdf | 640 | 2025-02 | Pedestrian | Mercedes-Benz | C-class | Silver | Misc - Non Traffic Offences | None | High Street, Smethwick | High Street, Smethwick | Sandwell | Sandwell | NFA | Not in Public Interest | Yes - Via Email | 52.4955266 | -1.9697742 | |
| 9724 | op-snap---monthly-publication-january-2025.pdf | 832 | 2025-01 | Pedestrian | Kia | Carens | Black | Misc - Non Traffic Offences | None | Adams Street | Adams Street | Sandwell | Sandwell | NFA | No Offence | Yes - Via Email | 52.5206781 | -2.0082357 |
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);