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 = "Court" and month = "2025-03" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, offence_location_raw, offence_location
vehicle_make 7
- Volkswagen 4
- BMW 2
- Ford 1
- Mercedes-Benz 1
- Seat 1
- Skoda 1
- Toyota 1
offence 5
reporter_transport_mode 3
- Other 6
- Car 3
- Pedestrian 2
month 1
- 2025-03 · 11 ✖
disposal 1
- Court · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 16352 | op-snap---monthly-publication-march-2025.pdf | 109 | 2025-03 | Other | Toyota | Corolla | Silver | Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment | Use vehicle on a road without valid test certificate | Tower Street | Tower Street | Dudley | Dudley | Court | N/A | Yes - Via Email | 52.5112053 | -2.0833165 | |
| 16527 | op-snap---monthly-publication-march-2025.pdf | 284 | 2025-03 | Car | Seat | Leon | White | Contravening a Red Traffic Light | No Insurance | Commonside | Commonside | Dudley | Dudley | Court | N/A | Yes - Via Email | 52.4931112 | -2.1326078 | |
| 16615 | op-snap---monthly-publication-march-2025.pdf | 372 | 2025-03 | Other | BMW | 118 | White | Driving without Due Care and Attention | None | Waterfront Car Park | Waterfront Car Park | Dudley | Dudley | Court | N/A | Yes - Via Email | |||
| 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 | |||
| 16717 | op-snap---monthly-publication-march-2025.pdf | 474 | 2025-03 | Car | Ford | KA | Black | Using a Mobile Phone Whilst Driving | Driving without Due Care and Attention | Langley Road | Langley Road | Dudley | Dudley | Court | N/A | Yes - Via Email | |||
| 16786 | op-snap---monthly-publication-march-2025.pdf | 543 | 2025-03 | Other | Volkswagen | Lupo | Blue | Driving without Due Care and Attention | None | Waterfront Car Park | Waterfront Car Park | Dudley | Dudley | Court | N/A | Yes - Via Email | |||
| 16791 | op-snap---monthly-publication-march-2025.pdf | 548 | 2025-03 | Other | Skoda | Octavia | Blue | Driving without Due Care and Attention | None | Waterfront Car Park | Waterfront Car Park | Dudley | Dudley | Court | N/A | Yes - Via Email | |||
| 16793 | op-snap---monthly-publication-march-2025.pdf | 550 | 2025-03 | Pedestrian | Volkswagen | Polo | Grey | Driving without Due Care and Attention | No Insurance | Waterfront Way, Merry Hill (Car Park 7) | Waterfront Way, Merry Hill (Car Park 7) | Dudley | Dudley | Court | N/A | Yes - Via Email | |||
| 17246 | op-snap---monthly-publication-march-2025.pdf | 1003 | 2025-03 | Car | Volkswagen | Golf | Grey | Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment | No Insurance | High Street, Lye | High Street, Lye | Dudley | Dudley | Court | N/A | Yes - Via Email | 52.4568929 | -2.1129422 | |
| 17489 | op-snap---monthly-publication-march-2025.pdf | 1246 | 2025-03 | Pedestrian | Volkswagen | Polo | Silver | Dangerous Driving | None | Waterfront Way (Car Park 7), Brierley Hill | Waterfront Way (Car Park 7), Brierley Hill | Dudley | Dudley | Court | N/A | Yes - Via Email | |||
| 17770 | op-snap---monthly-publication-march-2025.pdf | 1527 | 2025-03 | Other | BMW | M235i | Black | Driving without Due Care and Attention | None | Waterfront Way | Waterfront Way | Dudley | Dudley | Court | N/A | Yes - Via Email | 52.4879006 | -2.1188734 |
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);