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'}
10 rows where council_area = "Walsall", disposal = "NFA" and month = "2026-01" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, nfa_rationale
offence 5
- Driving without Due Care and Attention 5
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 2
- Keeping a vehicle with registration marks obscured 1
- Misc - Non Traffic Offences 1
- Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment 1
reporter_transport_mode 3
- Car 4
- Pedestrian 4
- Other 2
month 1
- 2026-01 · 10 ✖
disposal 1
- NFA · 10 ✖
council_area 1
- Walsall · 10 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 10608 | op-snap---monthly-publication-january-2026.pdf | 69 | 2026-01 | Car | Volkswagen | Scirocco | Black | Driving without Due Care and Attention | None | M6 to M5 junction | M6 to M5 junction | Walsall | Walsall | NFA | Outside of 14 DAYS Late Submission | 52.6912891 | -2.1046372 | ||
| 10630 | op-snap---monthly-publication-january-2026.pdf | 91 | 2026-01 | Pedestrian | BMW | 3 series | White | Driving without Due Care and Attention | None | Navigation Street | Navigation Street | Walsall | Walsall | NFA | No Independent Evidence Available | 52.5842791 | -1.9872353 | ||
| 10643 | op-snap---monthly-publication-january-2026.pdf | 104 | 2026-01 | Car | Volkswagen | Arteon | Black | Driving without Due Care and Attention | None | M6 SB J9 | M6 Southbound J9 | Walsall | Walsall | NFA | No Independent Evidence Available | 52.676119 | -2.0858425 | ||
| 10713 | op-snap---monthly-publication-january-2026.pdf | 174 | 2026-01 | Other | Hyundai | Tucson | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Rough Hay Road | Rough Hay Road | Walsall | Walsall | NFA | Not in Public Interest | 52.5724018 | -2.0424514 | ||
| 10748 | op-snap---monthly-publication-january-2026.pdf | 209 | 2026-01 | Pedestrian | Ford | Fiesta | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Laburnum Road | Laburnum Road | Walsall | Walsall | NFA | Not in Public Interest | 52.6274757 | -1.9249011 | ||
| 10871 | op-snap---monthly-publication-january-2026.pdf | 332 | 2026-01 | Pedestrian | Ford | Transit | White | Keeping a vehicle with registration marks obscured | None | Poplar Av | Poplar Avenue | Walsall | Walsall | NFA | No VRM | 52.5945052 | -2.0227343 | ||
| 11079 | op-snap---monthly-publication-january-2026.pdf | 540 | 2026-01 | Car | Audi | Q6 - e tron | Black | Driving without Due Care and Attention | None | M6 jn10 | M6 jn10 | Walsall | Walsall | NFA | Outside of 14 DAYS Late Submission | 52.5856486 | -2.0142344 | ||
| 11185 | op-snap---monthly-publication-january-2026.pdf | 646 | 2026-01 | Other | BMW | 3 series | White | Misc - Non Traffic Offences | None | Walsall | Walsall | Walsall | Walsall | NFA | No Offence | 52.5841365 | -1.9852679 | ||
| 11287 | op-snap---monthly-publication-january-2026.pdf | 748 | 2026-01 | Pedestrian | Toyota | Prius | Silver | Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment | None | Bradford Street | Bradford Street | Walsall | Walsall | NFA | No Independent Evidence Available | 52.5831181 | -1.9834255 | ||
| 11589 | op-snap---monthly-publication-january-2026.pdf | 1050 | 2026-01 | Car | Scania | HGV | Blue | Driving without Due Care and Attention | None | M6 North | M6 North | Walsall | Walsall | NFA | No VRM | 52.5859649 | -1.9897914 |
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);