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 council_area = "Walsall", offence = "Using a Mobile Phone Whilst Driving" and vehicle_make = "Ford" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, offence_location_raw, offence_location, nfa_rationale, latitude, longitude
reporter_transport_mode 4
- Car 6
- Other 1
- Pedal Bike 1
- Pedestrian 1
disposal 3
- Fixed Penalty 4
- NFA 4
- Warning Letter 1
vehicle_make 1
- Ford · 9 ✖
offence 1
- Using a Mobile Phone Whilst Driving · 9 ✖
council_area 1
- Walsall · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 5168 | op-snap---monthly-publication-december-2025.pdf | 1296 | 2025-12 | Car | Ford | Transit | White | Using a Mobile Phone Whilst Driving | None | Leamore | Leamore | Walsall | Walsall | Fixed Penalty | N/A | 52.6017244 | -2.0081529 | ||
| 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 | ||
| 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 | ||
| 18673 | op-snap---monthly-publication-may-2025.pdf | 35 | 2025-05 | Car | Ford | Focus | Black | Using a Mobile Phone Whilst Driving | None | Field Road | Field Road | Walsall | Walsall | Fixed Penalty | N/A | 52.6185043 | -1.9962803 | ||
| 20032 | op-snap---monthly-publication-may-2025.pdf | 1394 | 2025-05 | Pedal Bike | Ford | NP | Grey | Using a Mobile Phone Whilst Driving | None | Daw End Lane | Daw End Lane | Walsall | Walsall | Fixed Penalty | N/A | 52.6068849 | -1.9611652 | ||
| 18302 | op-snap---monthly-publication-march-2025.pdf | 2059 | 2025-03 | Pedestrian | Ford | Transit | White | Using a Mobile Phone Whilst Driving | None | Daw End Lane | Daw End Lane | Walsall | Walsall | Fixed Penalty | N/A | Yes - Via Email | 52.6068849 | -1.9611652 | |
| 9432 | op-snap---monthly-publication-january-2025.pdf | 540 | 2025-01 | Car | Ford | FIESTA | Red | Using a Mobile Phone Whilst Driving | None | M6 NORTH 10 TO 10A | M6 North 10 To 10A | Walsall | Walsall | NFA | Misc Inc Crimes | Yes - Via Email | |||
| 9874 | op-snap---monthly-publication-january-2025.pdf | 982 | 2025-01 | Car | Ford | Transit | White | Using a Mobile Phone Whilst Driving | None | PLeck Road | PLeck Road | Walsall | Walsall | Warning Letter | N/A | Yes - Via Email | 52.5827033 | -1.9960274 |
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);