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 = "NFA", offence = "Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD" and vehicle_make = "Volkswagen" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_colour, council_area_raw, nfa_rationale
reporter_transport_mode 2
- Car 4
- Pedestrian 4
council_area 2
vehicle_make 1
- Volkswagen · 8 ✖
offence 1
- Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD · 8 ✖
disposal 1
- NFA · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7793 | op-snap---monthly-publication-february-2026.pdf | 540 | 2026-02 | Pedestrian | Volkswagen | Fox | Yellow | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Berwood Road | Berwood Road | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.5342947 | -1.8155375 | ||
| 8005 | op-snap---monthly-publication-february-2026.pdf | 752 | 2026-02 | Pedestrian | Volkswagen | Tiguan | Gold | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Lea Lane | Lea Lane | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.4835462 | -1.7767904 | ||
| 10816 | op-snap---monthly-publication-january-2026.pdf | 277 | 2026-01 | Car | Volkswagen | Polo | Red | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Island Road, Handsworth | Island Road, Handsworth | Birmingham | Birmingham | NFA | Not in Public Interest | 52.509612 | -1.9513666 | ||
| 15361 | op-snap---monthly-publication-june-2025.pdf | 1290 | 2025-06 | Pedestrian | Volkswagen | Passat | Grey | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | York Road | York Road | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.5231321 | -1.8415573 | ||
| 19567 | op-snap---monthly-publication-may-2025.pdf | 929 | 2025-05 | Car | Volkswagen | PASSAT | White | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | METCHLEY LANE | Metchley Lane | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.4552055 | -1.9461279 | ||
| 498 | op-snap---monthly-publication-april-2025.pdf | 497 | 2025-04 | Car | Volkswagen | Caddy | Silver | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Bristol Rd | Bristol Road | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.4543565 | -1.9114004 | ||
| 672 | op-snap---monthly-publication-april-2025.pdf | 671 | 2025-04 | Pedestrian | Volkswagen | Golf | Grey | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Regent Place at Victoria Street | Regent Place at Victoria Street | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.4860376 | -1.9095854 | ||
| 1436 | op-snap---monthly-publication-april-2025.pdf | 1435 | 2025-04 | Car | Volkswagen | NP | White | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Sherbone street | Sherbone street | Birmingham | Birmingham | NFA | Outside of 14 Days NIP |
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);