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'}
12 rows where council_area = "Walsall", disposal = "Warning Letter" and offence = "Driving without Reasonable Consideration" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour
reporter_transport_mode 3
- Car 10
- Lorry 1
- Pedal Bike 1
offence 1
- Driving without Reasonable Consideration · 12 ✖
disposal 1
- Warning Letter · 12 ✖
council_area 1
- Walsall · 12 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 24688 | op-snap---monthly-publication-september-2025.pdf | 907 | 2025-09 | Car | Ford | Fiesta | Black | Driving without Reasonable Consideration | None | Birmingham Road | Birmingham Road | Walsall | Walsall | Warning Letter | N/A | 52.5723244 | -1.9607214 | ||
| 14097 | op-snap---monthly-publication-june-2025.pdf | 26 | 2025-06 | Car | Ford | Transit | White | Driving without Reasonable Consideration | None | Bloxwich Lane | Bloxwich Lane | Walsall | Walsall | Warning Letter | N/A | 52.6020474 | -2.014682 | ||
| 14158 | op-snap---monthly-publication-june-2025.pdf | 87 | 2025-06 | Car | Yamaha | ns50 | Grey | Driving without Reasonable Consideration | None | A4152 at A452 | A4152 at A452 | Walsall | Walsall | Warning Letter | N/A | 52.5805622 | -1.9769245 | ||
| 19314 | op-snap---monthly-publication-may-2025.pdf | 676 | 2025-05 | Pedal Bike | Mini | Countryman | Grey | Driving without Reasonable Consideration | None | Chester Road | Chester Road | Walsall | Walsall | Warning Letter | N/A | 52.5692139 | -1.8799672 | ||
| 648 | op-snap---monthly-publication-april-2025.pdf | 647 | 2025-04 | Car | Volkswagen | ID4 | Grey | Driving without Reasonable Consideration | None | Wodne Road East | Wodne Road East | Walsall | Walsall | Warning Letter | N/A | ||||
| 16875 | op-snap---monthly-publication-march-2025.pdf | 632 | 2025-03 | Car | Citroen | Belingo | Silver | Driving without Reasonable Consideration | None | Dumblederry Lane | Dumblederry Lane | Walsall | Walsall | Warning Letter | N/A | Yes - Via Email | 52.6069109 | -1.9342315 | |
| 16876 | op-snap---monthly-publication-march-2025.pdf | 633 | 2025-03 | Car | Seat | Leon | Black | Driving without Reasonable Consideration | None | Bridle Lane | Bridle Lane | Walsall | Walsall | Warning Letter | N/A | Yes - Via Email | 52.5742643 | -1.8934596 | |
| 17920 | op-snap---monthly-publication-march-2025.pdf | 1677 | 2025-03 | Car | Renault | Scenic | Blue | Driving without Reasonable Consideration | None | Edinburgh Road | Edinburgh Road | Walsall | Walsall | Warning Letter | N/A | Yes - Via Email | 52.5761712 | -1.9594293 | |
| 17922 | op-snap---monthly-publication-march-2025.pdf | 1679 | 2025-03 | Car | Ford | Transit | Black | Driving without Reasonable Consideration | None | Stafford Street | Stafford Street | Walsall | Walsall | Warning Letter | N/A | Yes - Via Email | 52.5899955 | -1.9853333 | |
| 18240 | op-snap---monthly-publication-march-2025.pdf | 1997 | 2025-03 | Car | Daf | HGV | Red | Driving without Reasonable Consideration | None | Lichfield Road | Lichfield Road | Walsall | Walsall | Warning Letter | N/A | Yes - Via Email | 52.6095168 | -2.0493009 | |
| 7124 | op-snap---monthly-publication-february-2025.pdf | 1941 | 2025-02 | Lorry | Audi | A3 | Silver | Driving without Reasonable Consideration | None | Pleck Road | Pleck Road | Walsall | Walsall | Warning Letter | N/A | Yes - Via Email | 52.5827033 | -1.9960274 | |
| 10216 | op-snap---monthly-publication-january-2025.pdf | 1324 | 2025-01 | Car | Volkswagen | Golf | Black | Driving without Reasonable Consideration | None | Hydes Road | Hydes Road | Walsall | Walsall | Warning Letter | N/A | Yes - Via Email |
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);