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 = "Dudley", month = "2025-12" and offence = "Cause vehicle to be left in a dangerous position" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, second_offence, offence_location_raw, offence_location, nfa_rationale, latitude, longitude
vehicle_make 9
- Audi 2
- Land Rover 2
- Volkswagen 2
- BMW 1
- Ford 1
- Kia 1
- Mercedes-Benz 1
- Peugeot 1
- Vauxhall 1
disposal 3
- Warning Letter 9
- Education 2
- NFA 1
reporter_transport_mode 1
- Pedestrian 12
offence 1
- Cause vehicle to be left in a dangerous position · 12 ✖
month 1
- 2025-12 · 12 ✖
council_area 1
- Dudley · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3933 | op-snap---monthly-publication-december-2025.pdf | 61 | 2025-12 | Pedestrian | Land Rover | Blue | Cause vehicle to be left in a dangerous position | None | Withymoor Road | Withymoor Road | Dudley | Dudley | Warning Letter | N/A | 52.4871674 | -2.0702998 | |||
| 3952 | op-snap---monthly-publication-december-2025.pdf | 80 | 2025-12 | Pedestrian | Land Rover | Defender | Blue | Cause vehicle to be left in a dangerous position | None | Gayfield Avenue | Gayfield Avenue | Dudley | Dudley | Warning Letter | N/A | 52.4693896 | -2.1251602 | ||
| 3979 | op-snap---monthly-publication-december-2025.pdf | 107 | 2025-12 | Pedestrian | Audi | q3 | Black | Cause vehicle to be left in a dangerous position | None | gayfield avenue | Gayfield Avenue | Dudley | Dudley | Education | N/A | 52.4693896 | -2.1251602 | ||
| 4253 | op-snap---monthly-publication-december-2025.pdf | 381 | 2025-12 | Pedestrian | Volkswagen | golf | White | Cause vehicle to be left in a dangerous position | VRM fails to conform to Regu | glaatyiofinesld avenue | Glaatyiofinesld Avenue | Dudley | Dudley | Education | N/A | ||||
| 4255 | op-snap---monthly-publication-december-2025.pdf | 383 | 2025-12 | Pedestrian | Kia | niro | Red | Cause vehicle to be left in a dangerous position | None | gayfield avenue | Gayfield Avenue | Dudley | Dudley | Warning Letter | N/A | 52.4693896 | -2.1251602 | ||
| 4300 | op-snap---monthly-publication-december-2025.pdf | 428 | 2025-12 | Pedestrian | Mercedes-Benz | a200 | Black | Cause vehicle to be left in a dangerous position | None | barclay road | Barclay Road | Dudley | Dudley | Warning Letter | N/A | ||||
| 4598 | op-snap---monthly-publication-december-2025.pdf | 726 | 2025-12 | Pedestrian | Peugeot | 308 | Grey | Cause vehicle to be left in a dangerous position | None | gayfield avenue | Gayfield Avenue | Dudley | Dudley | Warning Letter | N/A | 52.4693896 | -2.1251602 | ||
| 4599 | op-snap---monthly-publication-december-2025.pdf | 727 | 2025-12 | Pedestrian | Volkswagen | touran | Black | Cause vehicle to be left in a dangerous position | None | gayfield avenue | Gayfield Avenue | Dudley | Dudley | Warning Letter | N/A | 52.4693896 | -2.1251602 | ||
| 4941 | op-snap---monthly-publication-december-2025.pdf | 1069 | 2025-12 | Pedestrian | Ford | focus | Grey | Cause vehicle to be left in a dangerous position | None | gayfield avenue | Gayfield Avenue | Dudley | Dudley | NFA | Misc Inc Crimes | 52.4693896 | -2.1251602 | ||
| 5011 | op-snap---monthly-publication-december-2025.pdf | 1139 | 2025-12 | Pedestrian | Audi | a4 | Grey | Cause vehicle to be left in a dangerous position | None | halesowne road | Halesowne Road | Dudley | Dudley | Warning Letter | N/A | ||||
| 5013 | op-snap---monthly-publication-december-2025.pdf | 1141 | 2025-12 | Pedestrian | Vauxhall | astra | Red | Cause vehicle to be left in a dangerous position | None | halesowne road | Halesowne Road | Dudley | Dudley | Warning Letter | N/A | ||||
| 5025 | op-snap---monthly-publication-december-2025.pdf | 1153 | 2025-12 | Pedestrian | BMW | 520d | Grey | Cause vehicle to be left in a dangerous position | None | regent road | Regent Road | Dudley | Dudley | Warning Letter | N/A | 52.5106406 | -2.0559963 |
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);