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'}
13 rows where month = "2025-06", offence = "Driving without Reasonable Consideration" and vehicle_make = "Volkswagen" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, offence_location_raw, offence_location, council_area_raw, nfa_rationale, latitude, longitude
council_area 4
- Birmingham 10
- Out of Force Area 1
- Sandwell 1
- Wolverhampton 1
reporter_transport_mode 3
- Car 10
- Pedal Bike 2
- Motorbike 1
disposal 2
- NFA 7
- Warning Letter 6
vehicle_make 1
- Volkswagen · 13 ✖
offence 1
- Driving without Reasonable Consideration · 13 ✖
month 1
- 2025-06 · 13 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 14266 | op-snap---monthly-publication-june-2025.pdf | 195 | 2025-06 | Pedal Bike | Volkswagen | Transporter | White | Driving without Reasonable Consideration | None | Chester Road | Chester Road | Birmingham | Birmingham | NFA | No Offence | 52.5359496 | -1.8324115 | ||
| 14329 | op-snap---monthly-publication-june-2025.pdf | 258 | 2025-06 | Car | Volkswagen | Touran | Grey | Driving without Reasonable Consideration | None | New John Street West | New John Street West | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.4944784 | -1.9122329 | ||
| 14745 | op-snap---monthly-publication-june-2025.pdf | 674 | 2025-06 | Car | Volkswagen | Golf | Black | Driving without Reasonable Consideration | None | Tyburn House Roundabout | Tyburn House Roundabout | Birmingham | Birmingham | NFA | Misc Inc Crimes | ||||
| 14833 | op-snap---monthly-publication-june-2025.pdf | 762 | 2025-06 | Car | Volkswagen | Golf | White | Driving without Reasonable Consideration | None | Hodge Hill | Hodge Hill | Birmingham | Birmingham | NFA | No VRM | 52.4981788 | -1.8112796 | ||
| 14836 | op-snap---monthly-publication-june-2025.pdf | 765 | 2025-06 | Car | Volkswagen | LT35 | Red | Driving without Reasonable Consideration | None | Upper Green | Upper Green | Wolverhampton | Wolverhampton | Warning Letter | N/A | 52.5991066 | -2.168802 | ||
| 15218 | op-snap---monthly-publication-june-2025.pdf | 1147 | 2025-06 | Car | Volkswagen | golf | Grey | Driving without Reasonable Consideration | None | Woodbridge Road | Woodbridge Road | Birmingham | Birmingham | NFA | No Offence | 52.4482076 | -1.8864335 | ||
| 15226 | op-snap---monthly-publication-june-2025.pdf | 1155 | 2025-06 | Car | Volkswagen | Tiguan | White | Driving without Reasonable Consideration | None | Collector Road | Collector Road | Birmingham | Birmingham | Warning Letter | N/A | 52.5139393 | -1.7600186 | ||
| 15471 | op-snap---monthly-publication-june-2025.pdf | 1400 | 2025-06 | Car | Volkswagen | Tiguan | Silver | Driving without Reasonable Consideration | None | A452 towards Erdington | A452 towards Erdington | Birmingham | Birmingham | Warning Letter | N/A | ||||
| 15474 | op-snap---monthly-publication-june-2025.pdf | 1403 | 2025-06 | Pedal Bike | Volkswagen | Golf | White | Driving without Reasonable Consideration | None | Newton Road | Newton Road | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.4541102 | -1.8710993 | ||
| 15479 | op-snap---monthly-publication-june-2025.pdf | 1408 | 2025-06 | Motorbike | Volkswagen | Polo | Silver | Driving without Reasonable Consideration | None | Commandery Road, Worcester | Commandery Road, Worcester | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 15581 | op-snap---monthly-publication-june-2025.pdf | 1510 | 2025-06 | Car | Volkswagen | Golf | Grey | Driving without Reasonable Consideration | None | Chester Road | Chester Road | Birmingham | Birmingham | Warning Letter | N/A | 52.5359496 | -1.8324115 | ||
| 15706 | op-snap---monthly-publication-june-2025.pdf | 1635 | 2025-06 | Car | Volkswagen | Passat | Grey | Driving without Reasonable Consideration | None | Castlegate Island | Castlegate Island | Sandwell | Sandwell | Warning Letter | N/A | ||||
| 15711 | op-snap---monthly-publication-june-2025.pdf | 1640 | 2025-06 | Car | Volkswagen | Passat | Black | Driving without Reasonable Consideration | None | Granville Street | Granville Street | Birmingham | Birmingham | Warning Letter | N/A | 52.4762076 | -1.9124263 |
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);