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 offence = "Keeping a vehicle with registration marks obscured" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_colour, council_area_raw, nfa_rationale
council_area 7
- Birmingham 3
- Coventry 1
- Dudley 1
- Sandwell 1
- Solihull 1
- Walsall 1
- Wolverhampton 1
vehicle_make 5
- Ford 3
- Mercedes-Benz 2
- Tesla 2
- Hyundai 1
- Toyota 1
disposal 3
- Fixed Penalty 4
- NFA 4
- Warning Letter 1
reporter_transport_mode 2
- Car 5
- Pedestrian 4
offence 1
- Keeping a vehicle with registration marks obscured · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 10871 | op-snap---monthly-publication-january-2026.pdf | 332 | 2026-01 | Pedestrian | Ford | Transit | White | Keeping a vehicle with registration marks obscured | None | Poplar Av | Poplar Avenue | Walsall | Walsall | NFA | No VRM | 52.5945052 | -2.0227343 | ||
| 11264 | op-snap---monthly-publication-january-2026.pdf | 725 | 2026-01 | Car | Tesla | model 3 | White | Keeping a vehicle with registration marks obscured | None | Four Pounds Avenue | Four Pounds Avenue | Coventry | Coventry | Fixed Penalty | N/A | 52.413228 | -1.5323652 | ||
| 13008 | op-snap---monthly-publication-july-2025.pdf | 1060 | 2025-07 | Car | Mercedes-Benz | White | Keeping a vehicle with registration marks obscured | None | M5 North Junction 3 - 2 | M5 North Junction 3 - 2 | Sandwell | Sandwell | NFA | Outside of 14 Days NIP | |||||
| 15440 | op-snap---monthly-publication-june-2025.pdf | 1369 | 2025-06 | Pedestrian | Hyundai | I30 | Blue | Keeping a vehicle with registration marks obscured | None | Stetchford Road | Stetchford Road | Birmingham | Birmingham | Fixed Penalty | N/A | ||||
| 20022 | op-snap---monthly-publication-may-2025.pdf | 1384 | 2025-05 | Pedestrian | Toyota | yaris | Silver | Keeping a vehicle with registration marks obscured | None | ARDEN CROFT ROAD | Arden Croft Road | Solihull | Solihull | NFA | Outside of 14 Days NIP | ||||
| 693 | op-snap---monthly-publication-april-2025.pdf | 692 | 2025-04 | Car | Mercedes-Benz | A Class | Black | Keeping a vehicle with registration marks obscured | None | Skidmore Road | Skidmore Road | Dudley | Dudley | Warning Letter | N/A | 52.5501779 | -2.0773101 | ||
| 844 | op-snap---monthly-publication-april-2025.pdf | 843 | 2025-04 | Car | Tesla | Y | Black | Keeping a vehicle with registration marks obscured | None | Alcester Road , Birmingham | Alcester Road , Birmingham | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.452635 | -1.8874738 | ||
| 9433 | op-snap---monthly-publication-january-2025.pdf | 541 | 2025-01 | Pedestrian | Ford | FIESTA | Grey | Keeping a vehicle with registration marks obscured | None | WILLENHALL ROAD | Willenhall Road | Wolverhampton | Wolverhampton | Fixed Penalty | N/A | Yes - Via Email | 52.5836778 | -2.0894997 | |
| 10249 | op-snap---monthly-publication-january-2025.pdf | 1357 | 2025-01 | Car | Ford | Galaxy | Silver | Keeping a vehicle with registration marks obscured | None | Chester Road | Chester Road | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.5359496 | -1.8324115 |
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);