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'}
10 rows where council_area = "Dudley", month = "2025-03" and vehicle_make = "Mercedes-Benz" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, offence_location_raw, offence_location, nfa_rationale, latitude, longitude
offence 4
disposal 4
- Fixed Penalty 5
- Education 3
- Court 1
- Warning Letter 1
vehicle_make 1
- Mercedes-Benz · 10 ✖
month 1
- 2025-03 · 10 ✖
council_area 1
- Dudley · 10 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 16414 | op-snap---monthly-publication-march-2025.pdf | 171 | 2025-03 | Motorbike | Mercedes-Benz | Sprinter | White | Driving without Due Care and Attention | None | Vicar Street at Dudley Road Sedgley | Vicar Street at Dudley Road Sedgley | Dudley | Dudley | Education | N/A | Yes - Via Email | 52.5081139 | -2.0856851 | |
| 16616 | op-snap---monthly-publication-march-2025.pdf | 373 | 2025-03 | Other | Mercedes-Benz | 180 | Grey | Driving without Due Care and Attention | None | Waterfront Car Park | Waterfront Car Park | Dudley | Dudley | Court | N/A | Yes - Via Email | |||
| 16788 | op-snap---monthly-publication-march-2025.pdf | 545 | 2025-03 | Car | Mercedes-Benz | A250 | Grey | Driving without Due Care and Attention | None | A491 Stream Road/High Street | Stream Road/High Street | Dudley | Dudley | Fixed Penalty | N/A | Yes - Via Email | 52.4871725 | -2.1623764 | |
| 16824 | op-snap---monthly-publication-march-2025.pdf | 581 | 2025-03 | Other | Mercedes-Benz | Sprinter | White | Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment | None | Tower Street | Tower Street | Dudley | Dudley | Fixed Penalty | N/A | Yes - Via Email | 52.5112053 | -2.0833165 | |
| 16892 | op-snap---monthly-publication-march-2025.pdf | 649 | 2025-03 | Car | Mercedes-Benz | Citan van | White | Using a Mobile Phone Whilst Driving | None | Waterford Road at junction with Moss Grove | Waterford Road at junction with Moss Grove | Dudley | Dudley | Fixed Penalty | N/A | Yes - Via Email | 52.5003679 | -2.1689311 | |
| 17321 | op-snap---monthly-publication-march-2025.pdf | 1078 | 2025-03 | Other | Mercedes-Benz | C250 | Black | Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment | None | Tower Street | Tower Street | Dudley | Dudley | Fixed Penalty | N/A | Yes - Via Email | 52.5112053 | -2.0833165 | |
| 17507 | op-snap---monthly-publication-march-2025.pdf | 1264 | 2025-03 | Car | Mercedes-Benz | C220 | Silver | Driving without Due Care and Attention | None | Long Lane | Long Lane | Dudley | Dudley | Fixed Penalty | N/A | Yes - Via Email | 52.4618285 | -2.027914 | |
| 17828 | op-snap---monthly-publication-march-2025.pdf | 1585 | 2025-03 | Car | Mercedes-Benz | SPRINTER | White | Driving without Due Care and Attention | None | PEDMORE ROAD | Pedmore Road | Dudley | Dudley | Education | N/A | Yes - Via Email | 52.4897451 | -2.1069141 | |
| 18622 | op-snap---monthly-publication-march-2025.pdf | 2379 | 2025-03 | Car | Mercedes-Benz | GLA | Orange | Driving without Due Care and Attention | None | HALL STREET | Hall Street | Dudley | Dudley | Warning Letter | Outside of 14 Days NIP | Yes - Via Email | 52.5409774 | -2.1235921 | |
| 18626 | op-snap---monthly-publication-march-2025.pdf | 2383 | 2025-03 | Car | Mercedes-Benz | Sprinter | White | Stop a vehicle on pedestrian crossing | None | High Street | High Street | Dudley | Dudley | Education | N/A | Yes - Via Email | 52.4779764 | -2.1598371 |
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);