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'}
9 rows where council_area = "Dudley", month = "2025-06" and vehicle_make = "BMW" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, offence_location_raw, offence_location, nfa_rationale, latitude, longitude
disposal 5
- Court 2
- Education 2
- Fixed Penalty 2
- Warning Letter 2
- NFA 1
offence 4
reporter_transport_mode 3
- Car 5
- Other 3
- Pedal Bike 1
vehicle_make 1
- BMW · 9 ✖
month 1
- 2025-06 · 9 ✖
council_area 1
- Dudley · 9 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 14194 | op-snap---monthly-publication-june-2025.pdf | 123 | 2025-06 | Pedal Bike | BMW | 320d | White | Driving without Due Care and Attention | None | The Broadway | The Broadway | Dudley | Dudley | Court | N/A | 52.515445 | -2.0885791 | ||
| 14215 | op-snap---monthly-publication-june-2025.pdf | 144 | 2025-06 | Car | BMW | 125 D. | Grey | Driving without Due Care and Attention | None | Church Avenue Amblecotte | Church Avenue Amblecotte | Dudley | Dudley | Education | N/A | ||||
| 14234 | op-snap---monthly-publication-june-2025.pdf | 163 | 2025-06 | Other | BMW | 530 | White | Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment | None | Norwood Road | Norwood Road | Dudley | Dudley | Fixed Penalty | N/A | 52.4831397 | -2.1309273 | ||
| 14443 | op-snap---monthly-publication-june-2025.pdf | 372 | 2025-06 | Car | BMW | 318M | Silver | Contravening a Red Traffic Light | None | OPEDMORE ROAD | Opedmore Road | Dudley | Dudley | Education | N/A | ||||
| 14676 | op-snap---monthly-publication-june-2025.pdf | 605 | 2025-06 | Car | BMW | X1 | White | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Dudley St | Dudley Street | Dudley | Dudley | Fixed Penalty | N/A | 52.540391 | -2.1211076 | ||
| 14777 | op-snap---monthly-publication-june-2025.pdf | 706 | 2025-06 | Car | BMW | 520D | Grey | Driving without Due Care and Attention | None | Delph Road | Delph Road | Dudley | Dudley | NFA | Outside of 14 DAYS Late Submission | 52.4754271 | -2.1310168 | ||
| 15246 | op-snap---monthly-publication-june-2025.pdf | 1175 | 2025-06 | Car | BMW | M4 | White | Contravening a Red Traffic Light | None | NEW B-HAM ROAD | New B-Ham Road | Dudley | Dudley | Court | N/A | ||||
| 16135 | op-snap---monthly-publication-june-2025.pdf | 2064 | 2025-06 | Other | BMW | 320D | White | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Norwood Road | Norwood Road | Dudley | Dudley | Warning Letter | N/A | 52.4831397 | -2.1309273 | ||
| 16178 | op-snap---monthly-publication-june-2025.pdf | 2107 | 2025-06 | Other | BMW | 320 | White | Driving without Due Care and Attention | None | Tower Street | Tower Street | Dudley | Dudley | Warning Letter | N/A | 52.5112053 | -2.0833165 |
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);