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 month = "2026-02", reporter_transport_mode = "Other" and vehicle_make = "Volkswagen" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, offence_location_raw, offence_location, council_area_raw, nfa_rationale, latitude, longitude
offence 6
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 4
- Driving without Due Care and Attention 4
- Duplicate Submission 1
- Misc - Non Traffic Offences 1
- Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipmen 1
- Using a Mobile Phone Whilst Driving 1
disposal 4
council_area 3
vehicle_make 1
- Volkswagen · 12 ✖
reporter_transport_mode 1
- Other · 12 ✖
month 1
- 2026-02 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7387 | op-snap---monthly-publication-february-2026.pdf | 134 | 2026-02 | Other | Volkswagen | Golf | Blue | Driving without Due Care and Attention | None | Star City | Star City | Birmingham | Birmingham | Other Action Taken | N/A | 52.5054363 | -1.8556273 | ||
| 7420 | op-snap---monthly-publication-february-2026.pdf | 167 | 2026-02 | Other | Volkswagen | Crafter | White | Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipmen | t None | Church St | Church Street | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.5020781 | -1.9122368 | ||
| 7568 | op-snap---monthly-publication-february-2026.pdf | 315 | 2026-02 | Other | Volkswagen | Passatt | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Edmund Road | Edmund Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4876113 | -1.8542201 | ||
| 7638 | op-snap---monthly-publication-february-2026.pdf | 385 | 2026-02 | Other | Volkswagen | Polo | Red | Misc - Non Traffic Offences | None | Rugby Town Centre | Rugby Town Centre | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 7666 | op-snap---monthly-publication-february-2026.pdf | 413 | 2026-02 | Other | Volkswagen | Polo | Grey | Driving without Due Care and Attention | None | Waterfront | Waterfront | Dudley | Dudley | Warning Letter | N/A | 52.4874281 | -2.1117204 | ||
| 7936 | op-snap---monthly-publication-february-2026.pdf | 683 | 2026-02 | Other | Volkswagen | Golf | Blue | Duplicate Submission | None | Waterfront main car park | Waterfront main car park | Dudley | Dudley | Warning Letter | N/A | ||||
| 7980 | op-snap---monthly-publication-february-2026.pdf | 727 | 2026-02 | Other | Volkswagen | Tiguan | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Kingstanding Road | Kingstanding Road | Birmingham | Birmingham | Other Action Taken | N/A | 52.5521118 | -1.8845138 | ||
| 8310 | op-snap---monthly-publication-february-2026.pdf | 1057 | 2026-02 | Other | Volkswagen | Silver | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Rotton Park Road | Rotton Park Road | Birmingham | Birmingham | NFA | Misc Inc Crimes | 52.4851072 | -1.9468115 | |||
| 8389 | op-snap---monthly-publication-february-2026.pdf | 1136 | 2026-02 | Other | Volkswagen | Polo | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Rotton Park Road | Rotton Park Road | Birmingham | Birmingham | NFA | Misc Inc Crimes | 52.4851072 | -1.9468115 | ||
| 8447 | op-snap---monthly-publication-february-2026.pdf | 1194 | 2026-02 | Other | Volkswagen | Golf | Green | Using a Mobile Phone Whilst Driving | None | Epsom High Street | Epsom High Street | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 8483 | op-snap---monthly-publication-february-2026.pdf | 1230 | 2026-02 | Other | Volkswagen | Lupo | Green | Driving without Due Care and Attention | None | Waterfront main car park | Waterfront main car park | Dudley | Dudley | Warning Letter | N/A | ||||
| 8737 | op-snap---monthly-publication-february-2026.pdf | 1484 | 2026-02 | Other | Volkswagen | Taigo | Black | Driving without Due Care and Attention | None | Gervase Drive | Gervase Drive | Dudley | Dudley | Warning Letter | N/A | 52.5169749 | -2.0827363 |
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);