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'}
11 rows where council_area = "Dudley", reporter_transport_mode = "Pedestrian" and vehicle_make = "Skoda" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, offence_location_raw, offence_location, nfa_rationale, latitude, longitude
offence 5
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 5
- Cause vehicle to be left in a dangerous position 3
- Driving without Due Care and Attention 1
- Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD 1
- Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment 1
disposal 3
- NFA 7
- Fixed Penalty 2
- Warning Letter 2
vehicle_make 1
- Skoda · 11 ✖
reporter_transport_mode 1
- Pedestrian · 11 ✖
council_area 1
- Dudley · 11 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 10744 | op-snap---monthly-publication-january-2026.pdf | 205 | 2026-01 | Pedestrian | Skoda | Octavia | Grey | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Gayfield Drive | Gayfield Drive | Dudley | Dudley | NFA | Not in Public Interest | ||||
| 4937 | op-snap---monthly-publication-december-2025.pdf | 1065 | 2025-12 | Pedestrian | Skoda | kodiaq | Gold | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | gayfield avenue | Gayfield Avenue | Dudley | Dudley | NFA | Misc Inc Crimes | 52.4693896 | -2.1251602 | ||
| 4940 | op-snap---monthly-publication-december-2025.pdf | 1068 | 2025-12 | Pedestrian | Skoda | kodiaq | Gold | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | gayfield avenue | Gayfield Avenue | Dudley | Dudley | NFA | Outside of 14 Days NIP | 52.4693896 | -2.1251602 | ||
| 21180 | op-snap---monthly-publication-november-2025.pdf | 722 | 2025-11 | Pedestrian | Skoda | Gold | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Gayfield Avenue | Gayfield Avenue | Dudley | Dudley | Warning Letter | N/A | 52.4693896 | -2.1251602 | |||
| 21289 | op-snap---monthly-publication-november-2025.pdf | 831 | 2025-11 | Pedestrian | Skoda | kodiaq | Silver | Cause vehicle to be left in a dangerous position | None | gayfield avenue | Gayfield Avenue | Dudley | Dudley | NFA | Misc Inc Crimes | 52.4693896 | -2.1251602 | ||
| 21293 | op-snap---monthly-publication-november-2025.pdf | 835 | 2025-11 | Pedestrian | Skoda | Kodiaq | Gold | Cause vehicle to be left in a dangerous position | None | gayfield avenue | Gayfield Avenue | Dudley | Dudley | NFA | Misc Inc Crimes | 52.4693896 | -2.1251602 | ||
| 21374 | op-snap---monthly-publication-november-2025.pdf | 916 | 2025-11 | Pedestrian | Skoda | kodiaq | Gold | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | gayfield avenue | Gayfield Avenue | Dudley | Dudley | NFA | Misc Inc Crimes | 52.4693896 | -2.1251602 | ||
| 15774 | op-snap---monthly-publication-june-2025.pdf | 1703 | 2025-06 | Pedestrian | Skoda | Kadiq | Silver | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Gayfield Avenue | Gayfield Avenue | Dudley | Dudley | NFA | No Independent Evidence Available | 52.4693896 | -2.1251602 | ||
| 689 | op-snap---monthly-publication-april-2025.pdf | 688 | 2025-04 | Pedestrian | Skoda | Kadiq | Silver | Cause vehicle to be left in a dangerous position | None | Gayfield Avenue | Gayfield Avenue | Dudley | Dudley | Fixed Penalty | N/A | 52.4693896 | -2.1251602 | ||
| 6240 | op-snap---monthly-publication-february-2025.pdf | 1057 | 2025-02 | Pedestrian | Skoda | Fabia | Grey | Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment | None | Tower Street | Tower Street | Dudley | Dudley | Fixed Penalty | N/A | Yes - Via Email | 52.5112053 | -2.0833165 | |
| 9254 | op-snap---monthly-publication-january-2025.pdf | 362 | 2025-01 | Pedestrian | Skoda | Citigo | Black | Driving without Due Care and Attention | None | Waterfront Car Park | Waterfront Car Park | Dudley | Dudley | Warning Letter | N/A | Yes - Via Email |
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);