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", disposal = "Fixed Penalty" and month = "2025-05" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, offence_location_raw, offence_location, latitude, longitude
offence 5
reporter_transport_mode 3
- Other 6
- Car 4
- Pedestrian 1
month 1
- 2025-05 · 11 ✖
disposal 1
- Fixed Penalty · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 18840 | op-snap---monthly-publication-may-2025.pdf | 202 | 2025-05 | Car | Citroen | Berlingo | White | Using a Mobile Phone Whilst Driving | None | Bull Ring Sedgley | Bull Ring Sedgley | Dudley | Dudley | Fixed Penalty | N/A | ||||
| 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 | ||
| 19051 | op-snap---monthly-publication-may-2025.pdf | 413 | 2025-05 | Other | Fiat | Panda | White | 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 | ||
| 19065 | op-snap---monthly-publication-may-2025.pdf | 427 | 2025-05 | Car | Rolls-Royce | Cullian | Black | Using a Mobile Phone Whilst Driving | None | M5 North Jct 3 | M5 North Junction 3 | Dudley | Dudley | Fixed Penalty | N/A | ||||
| 19233 | op-snap---monthly-publication-may-2025.pdf | 595 | 2025-05 | Other | Honda | Jazz | Silver | Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipmen | Nt one | noorwood road | Noorwood Road | Dudley | Dudley | Fixed Penalty | N/A | ||||
| 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 | ||||
| 19270 | op-snap---monthly-publication-may-2025.pdf | 632 | 2025-05 | Other | Mazda | 6 SE | Red | Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipmen | Nt one | Tower Street | Tower Street | Dudley | Dudley | Fixed Penalty | N/A | 52.5112053 | -2.0833165 | ||
| 19276 | op-snap---monthly-publication-may-2025.pdf | 638 | 2025-05 | Other | Vauxhall | Vivaro | Silver | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | Norwood Road, Dudley | Norwood Road, Dudley | Dudley | Dudley | Fixed Penalty | N/A | 52.4831397 | -2.1309273 | ||
| 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 | ||
| 19894 | op-snap---monthly-publication-may-2025.pdf | 1256 | 2025-05 | Car | Ford | TRANSIT | Grey | No Seat Belt | No vehicle excise lice | nTcEeNNYSON ROAD | n Tc Ee NNYSON ROAD | Dudley | Dudley | Fixed Penalty | N/A | ||||
| 20017 | op-snap---monthly-publication-may-2025.pdf | 1379 | 2025-05 | Car | Honda | NSC | White | Using a Mobile Phone Whilst Driving | None | A458 Stourbridge ring road | Stourbridge ring road | Dudley | Dudley | Fixed Penalty | N/A | 52.4590366 | -2.1465735 |
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);