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 disposal = "NFA", offence = "Contravening a Red Traffic Light" and vehicle_make = "Daf" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, source_row, vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
council_area 4
- Birmingham 3
- Walsall 3
- Out of Force Area 2
- Dudley 1
vehicle_make 1
- Daf · 9 ✖
reporter_transport_mode 1
- Car 9
offence 1
- Contravening a Red Traffic Light · 9 ✖
disposal 1
- NFA · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7556 | op-snap---monthly-publication-february-2026.pdf | 303 | 2026-02 | Car | Daf | DAF Truck | White | Contravening a Red Traffic Light | None | Gibbins Road | Gibbins Road | Birmingham | Birmingham | NFA | No VRM | 52.4390303 | -1.9512931 | ||
| 10991 | op-snap---monthly-publication-january-2026.pdf | 452 | 2026-01 | Car | Daf | Coach | White | Contravening a Red Traffic Light | None | Cromwell Lane, Burton Green, near HS2 bridge. Warwickshire | Cromwell Lane, Burton Green, near HS2 bridge. Warwickshire | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 4436 | op-snap---monthly-publication-december-2025.pdf | 564 | 2025-12 | Car | Daf | White | Contravening a Red Traffic Light | None | A44 Pershore | Pershore | Out of Force Area | Out of Force Area | NFA | Out of Force | |||||
| 21056 | op-snap---monthly-publication-november-2025.pdf | 598 | 2025-11 | Car | Daf | Tipper | White | Contravening a Red Traffic Light | None | Walmley Road | Walmley Road | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.5534398 | -1.7987049 | ||
| 24327 | op-snap---monthly-publication-september-2025.pdf | 546 | 2025-09 | Car | Daf | Aston Martin | Gold | Contravening a Red Traffic Light | None | A452 Brownhills | Brownhills | Walsall | Walsall | NFA | No Offence | 52.6421956 | -1.927161 | ||
| 2083 | op-snap---monthly-publication-august-2025.pdf | 58 | 2025-08 | Car | Daf | Truck | Orange | Contravening a Red Traffic Light | None | B4154 | B4154 | Walsall | Walsall | NFA | No Offence | 52.5532445 | -1.9092118 | ||
| 547 | op-snap---monthly-publication-april-2025.pdf | 546 | 2025-04 | Car | Daf | TRUCKS | White | Contravening a Red Traffic Light | None | TOLLBAR END | Tollbar End | Birmingham | Birmingham | NFA | No Offence | ||||
| 1078 | op-snap---monthly-publication-april-2025.pdf | 1077 | 2025-04 | Car | Daf | truck | White | Contravening a Red Traffic Light | None | Daw end lane , Walsall | Daw end lane , Walsall | Walsall | Walsall | NFA | Outside of 14 Days NIP | 52.6069179 | -1.9610677 | ||
| 9837 | op-snap---monthly-publication-january-2025.pdf | 945 | 2025-01 | Car | Daf | truck | Black | Contravening a Red Traffic Light | None | Birmingham New Road | Birmingham New Road | Dudley | Dudley | NFA | No Offence | Yes - Via Email | 52.5478387 | -2.0943116 |
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);