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", month = "2025-06" and vehicle_make = "Ford" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, nfa_rationale
disposal 4
- Education 4
- NFA 2
- Warning Letter 2
- Court 1
reporter_transport_mode 3
- Car 5
- Pedal Bike 2
- Pedestrian 2
offence 3
vehicle_make 1
- Ford · 9 ✖
month 1
- 2025-06 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 14076 | op-snap---monthly-publication-june-2025.pdf | 5 | 2025-06 | Car | Ford | Transit | White | Driving without Due Care and Attention | None | Little Aston Road | Little Aston Road | Walsall | Walsall | Education | N/A | 52.6049535 | -1.9142772 | ||
| 14080 | op-snap---monthly-publication-june-2025.pdf | 9 | 2025-06 | Pedestrian | Ford | Transit | Silver | Contravening a Red Traffic Light | None | Broadway North | Broadway North | Walsall | Walsall | Education | N/A | 52.5886007 | -1.9741222 | ||
| 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 | ||
| 14290 | op-snap---monthly-publication-june-2025.pdf | 219 | 2025-06 | Car | Ford | Focus | Black | Driving without Due Care and Attention | None | Chester Road | Chester Road | Walsall | Walsall | NFA | No Independent Evidence Available | 52.5692139 | -1.8799672 | ||
| 14541 | op-snap---monthly-publication-june-2025.pdf | 470 | 2025-06 | Pedestrian | Ford | Kuga | Blue | Contravening a Red Traffic Light | None | Daw End Lane | Daw End Lane | Walsall | Walsall | Education | N/A | 52.6068849 | -1.9611652 | ||
| 15093 | op-snap---monthly-publication-june-2025.pdf | 1022 | 2025-06 | Pedal Bike | Ford | Transit | White | Driving without Due Care and Attention | None | Bosty Lane | Bosty Lane | Walsall | Walsall | Court | N/A | 52.5948329 | -1.927787 | ||
| 15275 | op-snap---monthly-publication-june-2025.pdf | 1204 | 2025-06 | Car | Ford | FIESTA | White | Driving without Due Care and Attention | None | A4148 | A4148 | Walsall | Walsall | Education | N/A | ||||
| 15692 | op-snap---monthly-publication-june-2025.pdf | 1621 | 2025-06 | Pedal Bike | Ford | Galaxy | Grey | Driving without Due Care and Attention | None | Hollyhedge Road | Hollyhedge Road | Walsall | Walsall | NFA | No Offence | 52.5862112 | -1.9959499 | ||
| 16098 | op-snap---monthly-publication-june-2025.pdf | 2027 | 2025-06 | Car | Ford | Focus | Black | Driving without Due Care and Attention | None | M6 Southbound, Junction 9 | M6 Southbound, Junction 9 | Walsall | Walsall | Warning Letter | N/A | 52.676119 | -2.0858425 |
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);