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'}
7 rows where council_area = "Dudley", disposal = "Warning Letter" and month = "2025-04" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour
vehicle_make 5
- Ford 2
- Vauxhall 2
- Audi 1
- Mercedes-Benz 1
- Mitsubishi 1
offence 5
reporter_transport_mode 3
- Car 5
- Other 1
- Pedestrian 1
month 1
- 2025-04 · 7 ✖
disposal 1
- Warning Letter · 7 ✖
council_area 1
- Dudley · 7 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 146 | op-snap---monthly-publication-april-2025.pdf | 145 | 2025-04 | Car | Vauxhall | Movano | White | Driving without Due Care and Attention | None | Lawnswood Close | Lawnswood Close | Dudley | Dudley | Warning Letter | N/A | ||||
| 283 | op-snap---monthly-publication-april-2025.pdf | 282 | 2025-04 | Car | Vauxhall | vIVARO | Blue | Misc - Non Traffic Offences | None | Burton Road | Burton Road | Dudley | Dudley | Warning Letter | N/A | 52.5248087 | -2.1098939 | ||
| 369 | op-snap---monthly-publication-april-2025.pdf | 368 | 2025-04 | Other | Mitsubishi | Shogun | Silver | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Tower St | Tower Street | Dudley | Dudley | Warning Letter | N/A | 52.5112053 | -2.0833165 | ||
| 495 | op-snap---monthly-publication-april-2025.pdf | 494 | 2025-04 | Car | Ford | Ranger | Grey | Driving without Reasonable Consideration | None | Venture Way | Venture Way | Dudley | Dudley | Warning Letter | N/A | 52.4836603 | -2.1189326 | ||
| 629 | op-snap---monthly-publication-april-2025.pdf | 628 | 2025-04 | Car | Audi | A3 | Black | Driving without Reasonable Consideration | None | Castle Gate | Castle Gate | Dudley | Dudley | Warning Letter | N/A | 52.5133667 | -2.0803464 | ||
| 693 | op-snap---monthly-publication-april-2025.pdf | 692 | 2025-04 | Car | Mercedes-Benz | A Class | Black | Keeping a vehicle with registration marks obscured | None | Skidmore Road | Skidmore Road | Dudley | Dudley | Warning Letter | N/A | 52.5501779 | -2.0773101 | ||
| 717 | op-snap---monthly-publication-april-2025.pdf | 716 | 2025-04 | Pedestrian | Ford | Transit | Silver | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Turners Lane | Turners Lane | Dudley | Dudley | Warning Letter | N/A | 52.4721372 | -2.1243522 |
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);