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'}
12 rows where council_area = "Dudley", month = "2025-08" and vehicle_make = "BMW" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, nfa_rationale
disposal 5
- Warning Letter 5
- Education 3
- NFA 2
- Court 1
- Other Action Taken 1
reporter_transport_mode 4
- Car 7
- Pedestrian 3
- Motorbike 1
- Other 1
offence 4
vehicle_make 1
- BMW · 12 ✖
month 1
- 2025-08 · 12 ✖
council_area 1
- Dudley · 12 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2094 | op-snap---monthly-publication-august-2025.pdf | 69 | 2025-08 | Car | BMW | 330 D | White | Contravening a Red Traffic Light | None | A4123 Wolverhampton | Wolverhampton | Dudley | Dudley | Education | N/A | 52.5082944 | -2.0789873 | ||
| 2102 | op-snap---monthly-publication-august-2025.pdf | 77 | 2025-08 | Car | BMW | 320.. | Blue | Driving without Due Care and Attention | None | Duncan Edwards Way | Duncan Edwards Way | Dudley | Dudley | Warning Letter | N/A | 52.5047428 | -2.0823754 | ||
| 2108 | op-snap---monthly-publication-august-2025.pdf | 83 | 2025-08 | Pedestrian | BMW | Black | Driving without Due Care and Attention | None | Lower Valley Road | Lower Valley Road | Dudley | Dudley | NFA | Outside of 14 Days NIP | 52.478607 | -2.1430965 | |||
| 2120 | op-snap---monthly-publication-august-2025.pdf | 95 | 2025-08 | Car | BMW | 320d | Black | Driving without Due Care and Attention | None | Merry Hill | Merry Hill | Dudley | Dudley | NFA | No Independent Evidence Available | 52.4817646 | -2.1113435 | ||
| 2184 | op-snap---monthly-publication-august-2025.pdf | 159 | 2025-08 | Car | BMW | 520.. | Black | Contravening a Red Traffic Light | None | Thorns Road | Thorns Road | Dudley | Dudley | Education | N/A | 52.4628538 | -2.1160108 | ||
| 2368 | op-snap---monthly-publication-august-2025.pdf | 343 | 2025-08 | Car | BMW | 335 | Black | Dangerous Driving | None | Stourbridge Ring Road | Stourbridge Ring Road | Dudley | Dudley | Court | N/A | 52.4590366 | -2.1465735 | ||
| 2528 | op-snap---monthly-publication-august-2025.pdf | 503 | 2025-08 | Other | BMW | Black | Driving without Due Care and Attention | None | Sandringham Way Brierley Hill | Sandringham Way Brierley Hill | Dudley | Dudley | Other Action Taken | N/A | 52.4681072 | -2.1288671 | |||
| 2529 | op-snap---monthly-publication-august-2025.pdf | 504 | 2025-08 | Motorbike | BMW | X5 | Blue | Driving without Due Care and Attention | None | Holbeach Road | Holbeach Road | Dudley | Dudley | Warning Letter | N/A | ||||
| 2883 | op-snap---monthly-publication-august-2025.pdf | 858 | 2025-08 | Car | BMW | 318 | Blue | Driving without Due Care and Attention | None | Brettle Lane | Brettle Lane | Dudley | Dudley | Education | N/A | ||||
| 3459 | op-snap---monthly-publication-august-2025.pdf | 1434 | 2025-08 | Car | BMW | X5 | Grey | Driving without Due Care and Attention | None | Birmingham New Road | Birmingham New Road | Dudley | Dudley | Warning Letter | N/A | 52.5478387 | -2.0943116 | ||
| 3514 | op-snap---monthly-publication-august-2025.pdf | 1489 | 2025-08 | Pedestrian | BMW | 1 Series | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Albert Street | Albert Street | Dudley | Dudley | Warning Letter | N/A | 52.4992923 | -2.1235552 | ||
| 3594 | op-snap---monthly-publication-august-2025.pdf | 1569 | 2025-08 | Pedestrian | BMW | X5 | Blue | Driving without Due Care and Attention | None | Waterfront Way | Waterfront Way | Dudley | Dudley | Warning Letter | N/A | 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);