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-05" and vehicle_make = "BMW" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, nfa_rationale
offence 5
- Driving without Due Care and Attention 3
- Driving without Reasonable Consideration 2
- Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipmen 2
- Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD 1
- Waiting on a road in a prohibited area 1
reporter_transport_mode 4
- Pedestrian 3
- Car 2
- Other 2
- Pedal Bike 2
disposal 3
- NFA 5
- Fixed Penalty 3
- Warning Letter 1
vehicle_make 1
- BMW · 9 ✖
month 1
- 2025-05 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 18643 | op-snap---monthly-publication-may-2025.pdf | 5 | 2025-05 | Pedal Bike | BMW | 118I | White | Driving without Reasonable Consideration | None | Birmingham New Road | Birmingham New Road | Dudley | Dudley | NFA | Outside of 14 Days NIP | 52.5478387 | -2.0943116 | ||
| 18745 | op-snap---monthly-publication-may-2025.pdf | 107 | 2025-05 | Pedestrian | BMW | 1 Series | White | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Turners Lane | Turners Lane | Dudley | Dudley | NFA | Outside of 14 Days NIP | 52.4721372 | -2.1243522 | ||
| 18797 | op-snap---monthly-publication-may-2025.pdf | 159 | 2025-05 | Car | BMW | R 1200 | Black | Driving without Due Care and Attention | None | M5 South Junction 2 | M5 South Junction 2 | Dudley | Dudley | NFA | Outside of 14 Days NIP | ||||
| 18938 | op-snap---monthly-publication-may-2025.pdf | 300 | 2025-05 | Pedal Bike | BMW | Black | Driving without Reasonable Consideration | None | Gilhurst Road | Gilhurst Road | Dudley | Dudley | NFA | Outside of 14 Days NIP | |||||
| 18989 | op-snap---monthly-publication-may-2025.pdf | 351 | 2025-05 | Car | BMW | 330e | Blue | Driving without Due Care and Attention | None | High Street, Wordsley | High Street, Wordsley | Dudley | Dudley | NFA | Outside of 14 Days NIP | 52.4778645 | -2.1594686 | ||
| 19049 | op-snap---monthly-publication-may-2025.pdf | 411 | 2025-05 | Other | BMW | X1 | Black | Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipmen | Nt one | Norwood Road | Norwood Road | Dudley | Dudley | Fixed Penalty | N/A | 52.4831397 | -2.1309273 | ||
| 19234 | op-snap---monthly-publication-may-2025.pdf | 596 | 2025-05 | Other | BMW | I8 | Grey | Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipmen | Nt one | Noorwood Rd | Noorwood Road | Dudley | Dudley | Fixed Penalty | N/A | ||||
| 19891 | op-snap---monthly-publication-may-2025.pdf | 1253 | 2025-05 | Pedestrian | BMW | I8 | White | Waiting on a road in a prohibited area | None | CASTLE STREET, COSELEY | Castle Street, Coseley | Dudley | Dudley | Fixed Penalty | N/A | 52.5432608 | -2.1208284 | ||
| 20133 | op-snap---monthly-publication-may-2025.pdf | 1495 | 2025-05 | Pedestrian | BMW | 3 Series | Grey | Driving without Due Care and Attention | None | Waterfront main car park | Waterfront main car park | Dudley | Dudley | Warning Letter | N/A |
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);