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'}
8 rows where disposal = "Warning Letter", reporter_transport_mode = "Other" and vehicle_make = "Vauxhall" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, council_area_raw
offence 4
council_area 3
- Birmingham 4
- Dudley 3
- Coventry 1
vehicle_make 1
- Vauxhall · 8 ✖
reporter_transport_mode 1
- Other · 8 ✖
disposal 1
- Warning Letter · 8 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7667 | op-snap---monthly-publication-february-2026.pdf | 414 | 2026-02 | Other | Vauxhall | Zafira | Blue | Drive / Ride / Lead an animal on a footpath | None | Kingstanding Road | Kingstanding Road | Birmingham | Birmingham | Warning Letter | N/A | 52.5521118 | -1.8845138 | ||
| 8346 | op-snap---monthly-publication-february-2026.pdf | 1093 | 2026-02 | Other | Vauxhall | astra | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | churchill road | Churchill Road | Birmingham | Birmingham | Warning Letter | N/A | 52.5529597 | -1.8615015 | ||
| 11241 | op-snap---monthly-publication-january-2026.pdf | 702 | 2026-01 | Other | Vauxhall | Astra | Silver | Driving without Due Care and Attention | None | Waterfront main car park | Waterfront main car park | Dudley | Dudley | Warning Letter | N/A | ||||
| 11621 | op-snap---monthly-publication-january-2026.pdf | 1082 | 2026-01 | Other | Vauxhall | Astra | White | Driving without Due Care and Attention | None | Main car park dudley | Main car park dudley | Dudley | Dudley | Warning Letter | N/A | 52.4799731 | -2.0985927 | ||
| 20712 | op-snap---monthly-publication-november-2025.pdf | 254 | 2025-11 | Other | Vauxhall | Corsa | White | Driving without Due Care and Attention | None | Waterfront car park | Waterfront car park | Dudley | Dudley | Warning Letter | N/A | ||||
| 17503 | op-snap---monthly-publication-march-2025.pdf | 1260 | 2025-03 | Other | Vauxhall | Corsa | Grey | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Worlds End Lane | Worlds End Lane | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | 52.4555997 | -1.9882443 | |
| 17650 | op-snap---monthly-publication-march-2025.pdf | 1407 | 2025-03 | Other | Vauxhall | Mokka | Grey | Driving without Due Care and Attention | None | Jubilee Close | Jubilee Close | Coventry | Coventry | Warning Letter | N/A | Yes - Via Email | |||
| 10170 | op-snap---monthly-publication-january-2025.pdf | 1278 | 2025-01 | Other | Vauxhall | Crossland | Red | Cause vehicle to be left in a dangerous position | None | Glenville Drive | Glenville Drive | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | 52.5265939 | -1.8509884 |
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);