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 disposal = "Warning Letter", offence = "Driver not in position to have Proper Control" and reporter_transport_mode = "Car" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_colour, council_area_raw, nfa_rationale
council_area 7
reporter_transport_mode 1
- Car · 9 ✖
offence 1
- Driver not in position to have Proper Control · 9 ✖
disposal 1
- Warning Letter · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 11218 | op-snap---monthly-publication-january-2026.pdf | 679 | 2026-01 | Car | Toyota | Yaris | Green | Driver not in position to have Proper Control | None | Walmley Road | Walmley Road | Sutton Coldfield | Sutton Coldfield | Warning Letter | N/A | 52.5405351 | -1.8002219 | ||
| 11651 | op-snap---monthly-publication-january-2026.pdf | 1112 | 2026-01 | Car | Ford | Fiesta | Black | Driver not in position to have Proper Control | None | Winding House Lane | Winding House Lane | Coventry | Coventry | Warning Letter | N/A | 52.4490457 | -1.5001195 | ||
| 21676 | op-snap---monthly-publication-november-2025.pdf | 1218 | 2025-11 | Car | Seat | Ibiza | Blue | Driver not in position to have Proper Control | None | High Street, Wordsley | High Street, Wordsley | Dudley | Dudley | Warning Letter | N/A | 52.4778645 | -2.1594686 | ||
| 3332 | op-snap---monthly-publication-august-2025.pdf | 1307 | 2025-08 | Car | Ford | Focus | Silver | Driver not in position to have Proper Control | None | Burnt Tree road | Burnt Tree road | Dudley | Dudley | Warning Letter | N/A | 52.5126298 | -2.065062 | ||
| 12445 | op-snap---monthly-publication-july-2025.pdf | 497 | 2025-07 | Car | Vauxhall | Insignia | Black | Driver not in position to have Proper Control | None | Stourbridge Road | Stourbridge Road | Metropolitan Borough of Dudley | Metropolitan Borough Of Dudley | Warning Letter | N/A | 52.501035 | -2.107981 | ||
| 17243 | op-snap---monthly-publication-march-2025.pdf | 1000 | 2025-03 | Car | Land Rover | Discovery | Black | Driver not in position to have Proper Control | None | M5 J0-J1 | M5 J0-J1 | Sandwell | Sandwell | Warning Letter | N/A | Yes - Via Email | |||
| 18506 | op-snap---monthly-publication-march-2025.pdf | 2263 | 2025-03 | Car | Piaggio | Black | Driver not in position to have Proper Control | None | Long Lane | Long Lane | Birmingham | Birmingham | Warning Letter | Outside of 14 Days NIP | Yes - Via Email | 52.4292175 | -1.9832955 | ||
| 9515 | op-snap---monthly-publication-january-2025.pdf | 623 | 2025-01 | Car | Fiat | 500 | White | Driver not in position to have Proper Control | None | Ring Road St Peters | Ring Road Street Peters | Wolverhampton | Wolverhampton | Warning Letter | N/A | Yes - Via Email | |||
| 10419 | op-snap---monthly-publication-january-2025.pdf | 1527 | 2025-01 | Car | Perodua Myvi | Blue | Driver not in position to have Proper Control | None | Dudley Port | Dudley Port | Dudley | Dudley | Warning Letter | N/A | Yes - Via Email | 52.524461 | -2.0492538 |
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);