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'}
7 rows where month = "2025-06", 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
- Driving without Due Care and Attention 2
- Drive / Ride / Lead an animal on a footpath 1
- Driver not in position to have Proper Control 1
- Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD 1
- Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment 1
- Using a Mobile Phone Whilst Driving 1
council_area 3
disposal 2
- NFA 4
- Warning Letter 3
vehicle_make 1
- Volkswagen · 7 ✖
reporter_transport_mode 1
- Other · 7 ✖
month 1
- 2025-06 · 7 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 14891 | op-snap---monthly-publication-june-2025.pdf | 820 | 2025-06 | Other | Volkswagen | Golf | Black | Drive / Ride / Lead an animal on a footpath | None | Coventry Road | Coventry Road | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.4726661 | -1.8769032 | ||
| 14901 | op-snap---monthly-publication-june-2025.pdf | 830 | 2025-06 | Other | Volkswagen | Golf | Blue | Driving without Due Care and Attention | None | Sandon Road | Sandon Road | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.4733908 | -1.9577579 | ||
| 15512 | op-snap---monthly-publication-june-2025.pdf | 1441 | 2025-06 | Other | Volkswagen | Polo | Grey | Using a Mobile Phone Whilst Driving | None | no location given | No Location Given | Birmingham | Birmingham | Warning Letter | N/A | ||||
| 15565 | op-snap---monthly-publication-june-2025.pdf | 1494 | 2025-06 | Other | Volkswagen | Polo | Blue | Driving without Due Care and Attention | None | Waterfront car park | Waterfront car park | Metropolitan Borough | Metropolitan Borough | Warning Letter | N/A | 52.5859649 | -1.9882444 | ||
| 15772 | op-snap---monthly-publication-june-2025.pdf | 1701 | 2025-06 | Other | Volkswagen | Caddy | White | Driver not in position to have Proper Control | None | Bristol Road South | Bristol Road South | Birmingham | Birmingham | NFA | No VRM | 52.4119174 | -1.9735247 | ||
| 15792 | op-snap---monthly-publication-june-2025.pdf | 1721 | 2025-06 | Other | Volkswagen | Caddy | Silver | Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment | None | Norwood Road | Norwood Road | Dudley | Dudley | NFA | Outside of 14 Days NIP | 52.4831397 | -2.1309273 | ||
| 16138 | op-snap---monthly-publication-june-2025.pdf | 2067 | 2025-06 | Other | Volkswagen | Golf | Grey | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | No Insurance | Norwood Road | Norwood Road | Dudley | Dudley | Warning Letter | N/A | 52.4831397 | -2.1309273 |
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);