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", offence = "Cause vehicle to be left in a dangerous position" and vehicle_make = "Nissan" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence, offence_location_raw, offence_location, nfa_rationale, latitude, longitude
disposal 4
- Warning Letter 7
- NFA 3
- Court 1
- Fixed Penalty 1
reporter_transport_mode 2
- Pedestrian 8
- Car 4
vehicle_make 1
- Nissan · 12 ✖
offence 1
- Cause vehicle to be left in a dangerous position · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 21344 | op-snap---monthly-publication-november-2025.pdf | 886 | 2025-11 | Pedestrian | Nissan | qashqai | Blue | Cause vehicle to be left in a dangerous position | None | regend road | Regend Road | Dudley | Dudley | Warning Letter | N/A | ||||
| 21373 | op-snap---monthly-publication-november-2025.pdf | 915 | 2025-11 | Pedestrian | Nissan | xtrail | Grey | Cause vehicle to be left in a dangerous position | None | barclay road | Barclay Road | Dudley | Dudley | Warning Letter | N/A | ||||
| 21748 | op-snap---monthly-publication-november-2025.pdf | 1290 | 2025-11 | Pedestrian | Nissan | note | Grey | Cause vehicle to be left in a dangerous position | None | halesowen road | Halesowen Road | Dudley | Dudley | Warning Letter | N/A | 52.4624413 | -2.0175178 | ||
| 21822 | op-snap---monthly-publication-november-2025.pdf | 1364 | 2025-11 | Pedestrian | Nissan | micra | Silver | Cause vehicle to be left in a dangerous position | None | hillcrest road | Hillcrest Road | Dudley | Dudley | Court | N/A | 52.512245 | -2.0722984 | ||
| 21845 | op-snap---monthly-publication-november-2025.pdf | 1387 | 2025-11 | Pedestrian | Nissan | micra | Silver | Cause vehicle to be left in a dangerous position | None | regent road | Regent Road | Dudley | Dudley | Warning Letter | N/A | 52.5106406 | -2.0559963 | ||
| 13619 | op-snap---monthly-publication-july-2025.pdf | 1671 | 2025-07 | Pedestrian | Nissan | Qashqai | Red | Cause vehicle to be left in a dangerous position | None | Gayfield Road | Gayfield Road | Dudley | Dudley | Warning Letter | N/A | ||||
| 13659 | op-snap---monthly-publication-july-2025.pdf | 1711 | 2025-07 | Car | Nissan | X-Trail | Black | Cause vehicle to be left in a dangerous position | None | strourbridge ring road | Strourbridge Ring Road | Dudley | Dudley | Warning Letter | N/A | ||||
| 13745 | op-snap---monthly-publication-july-2025.pdf | 1797 | 2025-07 | Car | Nissan | Xtrail | Black | Cause vehicle to be left in a dangerous position | None | Ham Lane | Ham Lane | Dudley | Dudley | NFA | Misc Inc Crimes | 52.5092904 | -2.1617173 | ||
| 15438 | op-snap---monthly-publication-june-2025.pdf | 1367 | 2025-06 | Pedestrian | Nissan | Pilsar | Grey | Cause vehicle to be left in a dangerous position | None | Naseby Drive | Naseby Drive | Dudley | Dudley | NFA | Outside of 14 Days NIP | 52.4413419 | -2.0782707 | ||
| 15756 | op-snap---monthly-publication-june-2025.pdf | 1685 | 2025-06 | Car | Nissan | Qashqai | Black | Cause vehicle to be left in a dangerous position | None | Naseby Drive | Naseby Drive | Dudley | Dudley | NFA | Outside of 14 Days NIP | 52.4413419 | -2.0782707 | ||
| 20366 | op-snap---monthly-publication-may-2025.pdf | 1728 | 2025-05 | Car | Nissan | Juke | Red | Cause vehicle to be left in a dangerous position | none | Clarence St | Clarence Street | Dudley | Dudley | Warning Letter | N/A | 52.5297896 | -2.1178425 | ||
| 6877 | op-snap---monthly-publication-february-2025.pdf | 1694 | 2025-02 | Pedestrian | Nissan | Juke | Black | Cause vehicle to be left in a dangerous position | None | Gayfield Avenue | Gayfield Avenue | Dudley | Dudley | Fixed Penalty | N/A | Yes - Via Email | 52.4693896 | -2.1251602 |
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);