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 council_area = "Walsall", month = "2025-09" and offence = "Using a Mobile Phone Whilst Driving" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, second_offence, nfa_rationale
vehicle_make 5
- Ford 3
- Audi 1
- Land Rover 1
- Mercedes-Benz 1
- Nissan 1
reporter_transport_mode 3
- Car 3
- Other 2
- Pedestrian 2
disposal 3
offence 1
- Using a Mobile Phone Whilst Driving · 7 ✖
month 1
- 2025-09 · 7 ✖
council_area 1
- Walsall · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 23937 | op-snap---monthly-publication-september-2025.pdf | 156 | 2025-09 | Other | Ford | eTransit | White | Using a Mobile Phone Whilst Driving | None | Forest Close | Forest Close | Walsall | Walsall | NFA | No Independent Evidence Available | 52.5738095 | -1.8904163 | ||
| 24098 | op-snap---monthly-publication-september-2025.pdf | 317 | 2025-09 | Car | Ford | Transit | White | Using a Mobile Phone Whilst Driving | None | High Street Bloxwich | High Street Bloxwich | Walsall | Walsall | NFA | No Independent Evidence Available | 52.6124215 | -2.0022243 | ||
| 24132 | op-snap---monthly-publication-september-2025.pdf | 351 | 2025-09 | Car | Audi | A4.. | White | Using a Mobile Phone Whilst Driving | None | Chester Road Brownhills | Chester Road Brownhills | Walsall | Walsall | Fixed Penalty | N/A | 52.6298869 | -1.9079971 | ||
| 24177 | op-snap---monthly-publication-september-2025.pdf | 396 | 2025-09 | Pedestrian | Nissan | Micra | Green | Using a Mobile Phone Whilst Driving | No Seat Belt | Littleton Street West | Littleton Street West | Walsall | Walsall | Other Action Taken | N/A | 52.588379 | -1.9843635 | ||
| 24284 | op-snap---monthly-publication-september-2025.pdf | 503 | 2025-09 | Other | Mercedes-Benz | C220.. | Silver | Using a Mobile Phone Whilst Driving | None | Moncrieffe Street | Moncrieffe Street | Walsall | Walsall | NFA | No Offence | 52.5815341 | -1.9691369 | ||
| 24576 | op-snap---monthly-publication-september-2025.pdf | 795 | 2025-09 | Pedestrian | Land Rover | Black | Using a Mobile Phone Whilst Driving | None | Walsall Road | Walsall Road | Walsall | Walsall | NFA | No VRM | 52.6166864 | -1.9660822 | |||
| 24635 | op-snap---monthly-publication-september-2025.pdf | 854 | 2025-09 | Car | Ford | Kuga | Grey | Using a Mobile Phone Whilst Driving | None | Stafford Road, Bloxwich | Stafford Road, Bloxwich | Walsall | Walsall | NFA | No Independent Evidence Available | 52.6329291 | -2.0080068 |
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);