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-04" and vehicle_make = "Vauxhall" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, nfa_rationale
reporter_transport_mode 5
- Pedestrian 3
- Car 2
- Pedal Bike 2
- Lorry 1
- Other 1
offence 5
disposal 2
- NFA 8
- Warning Letter 1
vehicle_make 1
- Vauxhall · 9 ✖
month 1
- 2025-04 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 49 | op-snap---monthly-publication-april-2025.pdf | 48 | 2025-04 | Car | Vauxhall | Corsa | Silver | Driving without Due Care and Attention | None | Straight Road | Straight Road | Walsall | Walsall | Warning Letter | N/A | 52.6034813 | -2.038059 | ||
| 161 | op-snap---monthly-publication-april-2025.pdf | 160 | 2025-04 | Pedal Bike | Vauxhall | Corsa | Brown | Driving without Due Care and Attention | None | Lichfield Road | Lichfield Road | Walsall | Walsall | NFA | No Offence | 52.6095168 | -2.0493009 | ||
| 459 | op-snap---monthly-publication-april-2025.pdf | 458 | 2025-04 | Pedestrian | Vauxhall | COMBO | White | Contravening a Red Traffic Light | None | DAW END LANE | Daw End Lane | Walsall | Walsall | NFA | Outside of 14 Days NIP | 52.6068849 | -1.9611652 | ||
| 620 | op-snap---monthly-publication-april-2025.pdf | 619 | 2025-04 | Lorry | Vauxhall | Corsa | Black | Contravene Lane Closure Red X | None | Oxford Street | Oxford Street | Walsall | Walsall | NFA | Outside of 14 Days NIP | 52.5740295 | -1.99768 | ||
| 803 | op-snap---monthly-publication-april-2025.pdf | 802 | 2025-04 | Pedestrian | Vauxhall | Astra | White | Contravening a Red Traffic Light | None | Daw End Lane Walsall | Daw End Lane Walsall | Walsall | Walsall | NFA | Outside of 14 Days NIP | 52.6070366 | -1.96132 | ||
| 1530 | op-snap---monthly-publication-april-2025.pdf | 1529 | 2025-04 | Car | Vauxhall | Crossland | Grey | Driving without Reasonable Consideration | None | Green Lane , Bloxwich | Green Lane , Bloxwich | Walsall | Walsall | NFA | Outside of 14 Days NIP | 52.5882453 | -1.9871426 | ||
| 1810 | op-snap---monthly-publication-april-2025.pdf | 1809 | 2025-04 | Pedal Bike | Vauxhall | Zafira | Silver | Driving without Due Care and Attention | None | Henley road | Henley road | Walsall | Walsall | NFA | Outside of 14 Days NIP | 52.5327231 | -1.9300755 | ||
| 1867 | op-snap---monthly-publication-april-2025.pdf | 1866 | 2025-04 | Other | Vauxhall | Corsa | Red | Misc - Non Traffic Offences | None | Canalside close | Canalside close | Walsall | Walsall | NFA | Outside of 14 Days NIP | 52.616402 | -1.9786826 | ||
| 1998 | op-snap---monthly-publication-april-2025.pdf | 1997 | 2025-04 | Pedestrian | Vauxhall | NP | Black | Contravening a Red Traffic Light | None | Lichfield Street , Walsall | Lichfield Street , Walsall | Walsall | Walsall | NFA | Outside of 14 Days NIP | 52.5854972 | -1.9792935 |
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);