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", month = "2025-09" and vehicle_make = "Ford" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, nfa_rationale
offence 5
disposal 5
- NFA 6
- Education 3
- Court 1
- Fixed Penalty 1
- Warning Letter 1
vehicle_make 1
- Ford · 12 ✖
month 1
- 2025-09 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 23900 | op-snap---monthly-publication-september-2025.pdf | 119 | 2025-09 | Car | Ford | Transit | White | Drive on hard shoulder | None | M5 Jct 1 Northbound | M5 Junction 1 Northbound | Walsall | Walsall | Education | N/A | ||||
| 23911 | op-snap---monthly-publication-september-2025.pdf | 130 | 2025-09 | Car | Ford | Mach | Black | Driving without Due Care and Attention | None | Littleton Street East | Littleton Street East | Walsall | Walsall | Education | N/A | 52.5887823 | -1.9801166 | ||
| 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 | ||
| 24056 | op-snap---monthly-publication-september-2025.pdf | 275 | 2025-09 | Car | Ford | Transit | White | Contravening a Red Traffic Light | None | Lime Lane, Pelsall | Lime Lane, Pelsall | Walsall | Walsall | Fixed Penalty | N/A | 52.6394826 | -1.9681327 | ||
| 24072 | op-snap---monthly-publication-september-2025.pdf | 291 | 2025-09 | Car | Ford | Transit | White | Driving without Due Care and Attention | None | Walsall Road | Walsall Road | Walsall | Walsall | Court | N/A | 52.6166864 | -1.9660822 | ||
| 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 | ||
| 24287 | op-snap---monthly-publication-september-2025.pdf | 506 | 2025-09 | Other | Ford | Puma | Blue | Contravening a Red Traffic Light | None | Field Road at Lichfield Road Brownhills | Field Road at Lichfield Road Brownhills | Walsall | Walsall | NFA | No Independent Evidence Available | 52.6158437 | -1.998053 | ||
| 24451 | op-snap---monthly-publication-september-2025.pdf | 670 | 2025-09 | Van | Ford | Puma | Blue | Contravening a Red Traffic Light | None | Field Road / Lichfield Road | Field Road / Lichfield Road | Walsall | Walsall | NFA | No Independent Evidence Available | 52.6226889 | -1.996127 | ||
| 24536 | op-snap---monthly-publication-september-2025.pdf | 755 | 2025-09 | Other | Ford | Transit | White | Driving without Due Care and Attention | None | Almond Avenue | Almond Avenue | Walsall | Walsall | NFA | No Independent Evidence Available | 52.5937008 | -2.0278742 | ||
| 24628 | op-snap---monthly-publication-september-2025.pdf | 847 | 2025-09 | Lorry | Ford | Fiesta | Silver | Driving without Due Care and Attention | None | M6 Jn10 exit | M6 Jn10 exit | Walsall | Walsall | Education | N/A | ||||
| 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 | ||
| 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 |
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);