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'}
11 rows where council_area = "Walsall", disposal = "NFA" and month = "2025-12" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, second_offence, nfa_rationale
vehicle_make 9
- Yamaha 2
- Alfa Romeo 1
- Hyundai 1
- Mercedes-Benz 1
- Nissan 1
- Peugeot 1
- Porsche 1
- Scania 1
- Toyota 1
offence 6
month 1
- 2025-12 · 11 ✖
disposal 1
- NFA · 11 ✖
council_area 1
- Walsall · 11 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 4023 | op-snap---monthly-publication-december-2025.pdf | 151 | 2025-12 | Other | Nissan | Leaf | Red | Use a motor vehicle / trailer in a condition likely to cause danger of injury | None | Alexander Road | Alexander Road | Walsall | Walsall | NFA | No Independent Evidence Available | 52.5862163 | -2.0204906 | ||
| 4089 | op-snap---monthly-publication-december-2025.pdf | 217 | 2025-12 | Car | White | Driving without Due Care and Attention | None | M6 North Junction 10. | M6 North Junction 10 | Walsall | Walsall | NFA | No VRM | ||||||
| 4376 | op-snap---monthly-publication-december-2025.pdf | 504 | 2025-12 | Car | Mercedes-Benz | E220 | Black | Driving without Due Care and Attention | None | M6 (S) after jn9 | M6 (S) after jn9 | Walsall | Walsall | NFA | No Independent Evidence Available | ||||
| 4387 | op-snap---monthly-publication-december-2025.pdf | 515 | 2025-12 | Car | Peugeot | Boxer | Silver | Contravening a Red Traffic Light | None | Hall Lane | Hall Lane | Walsall | Walsall | NFA | No Independent Evidence Available | 52.6255445 | -1.9722185 | ||
| 4624 | op-snap---monthly-publication-december-2025.pdf | 752 | 2025-12 | Car | Scania | HGV | Red | Driving without Due Care and Attention | None | M6 (N) at jn10 | M6 (N) at jn10 | Walsall | Walsall | NFA | No Offence | ||||
| 4830 | op-snap---monthly-publication-december-2025.pdf | 958 | 2025-12 | Car | Hyundai | TUCSON | White | Using a Mobile Phone Whilst Driving | None | M6 near Willenhall | M6 near Willenhall | Walsall | Walsall | NFA | No Independent Evidence Available | ||||
| 4918 | op-snap---monthly-publication-december-2025.pdf | 1046 | 2025-12 | Other | Yamaha | Scrambler | Orange | Driving without Due Care and Attention | Keeping a vehicle with registr | aPtoiopnla rm Aavrekns uoeb,s cured | a Ptoiopnla rm Aavrekns uoeb, s cured | Walsall | Walsall | NFA | No VRM | ||||
| 4951 | op-snap---monthly-publication-december-2025.pdf | 1079 | 2025-12 | Car | Porsche | taycan | Blue | Misc - Non Traffic Offences | None | broadway west | Broadway West | Walsall | Walsall | NFA | Misc Inc Crimes | 52.5698309 | -1.9942176 | ||
| 4962 | op-snap---monthly-publication-december-2025.pdf | 1090 | 2025-12 | Other | Yamaha | off road | Orange | Driving without Due Care and Attention | None | Poplar Avenue | Poplar Avenue | Walsall | Walsall | NFA | No VRM | 52.5945052 | -2.0227343 | ||
| 5063 | op-snap---monthly-publication-december-2025.pdf | 1191 | 2025-12 | Car | Toyota | Aygo | White | Driving without Due Care and Attention | None | Darlaston Road | Darlaston Road | Walsall | Walsall | NFA | No Independent Evidence Available | 52.5635181 | -2.0322876 | ||
| 5076 | op-snap---monthly-publication-december-2025.pdf | 1204 | 2025-12 | Car | Alfa Romeo | NK | Blue | Drive on hard shoulder | No Insurance | M6 Jct 10 | M6 Junction 10 | Walsall | Walsall | NFA | No VRM | 52.676119 | -2.0858425 |
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);