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", offence = "Driving without Reasonable Consideration" and vehicle_make = "Ford" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, source_row, vehicle_model, vehicle_colour, nfa_rationale
reporter_transport_mode 3
- Car 7
- Pedal Bike 3
- Pedestrian 1
disposal 3
- NFA 5
- Education 3
- Warning Letter 3
vehicle_make 1
- Ford · 11 ✖
offence 1
- Driving without Reasonable Consideration · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 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 | ||
| 2312 | op-snap---monthly-publication-august-2025.pdf | 287 | 2025-08 | Car | Ford | kuga | Grey | Driving without Reasonable Consideration | None | M6 J10 | M6 J10 | Walsall | Walsall | NFA | No Independent Evidence Available | 52.676119 | -2.0858425 | ||
| 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 | ||
| 965 | op-snap---monthly-publication-april-2025.pdf | 964 | 2025-04 | Car | Ford | Transit | Silver | Driving without Reasonable Consideration | None | Rocky Lane , Walsall | Rocky Lane , Walsall | Walsall | Walsall | NFA | Outside of 14 Days NIP | 52.5293579 | -1.9102272 | ||
| 1227 | op-snap---monthly-publication-april-2025.pdf | 1226 | 2025-04 | Car | Ford | Focus | Black | Driving without Reasonable Consideration | None | Bloxwich Lane , Beechdale | Bloxwich Lane , Beechdale | Walsall | Walsall | NFA | Outside of 14 Days NIP | ||||
| 1744 | op-snap---monthly-publication-april-2025.pdf | 1743 | 2025-04 | Pedestrian | Ford | NP | White | Driving without Reasonable Consideration | None | Daw end Lane , Walsall | Daw end Lane , Walsall | Walsall | Walsall | NFA | Outside of 14 Days NIP | 52.6069179 | -1.9610677 | ||
| 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 | |
| 18255 | op-snap---monthly-publication-march-2025.pdf | 2012 | 2025-03 | Car | Ford | Focus | Grey | Driving without Reasonable Consideration | None | Broadway North | Broadway North | Walsall | Walsall | NFA | No VRM | Yes - Via Email | 52.5886007 | -1.9741222 | |
| 9326 | op-snap---monthly-publication-january-2025.pdf | 434 | 2025-01 | Pedal Bike | Ford | Transit 100 | White | Driving without Reasonable Consideration | None | Walsall Road | Walsall Road | Walsall | Walsall | Education | N/A | Yes - Via Email | 52.6166864 | -1.9660822 | |
| 9799 | op-snap---monthly-publication-january-2025.pdf | 907 | 2025-01 | Pedal Bike | Ford | Transit | White | Driving without Reasonable Consideration | None | Darlaston Lane | Darlaston Lane | Walsall | Walsall | Education | N/A | Yes - Via Email | 52.5729048 | -2.0548757 | |
| 9831 | op-snap---monthly-publication-january-2025.pdf | 939 | 2025-01 | Pedal Bike | Ford | Transit | Black | Driving without Reasonable Consideration | None | Essington Road | Essington Road | Walsall | Walsall | Education | N/A | Yes - Via Email | 52.6208408 | -2.0475216 |
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);