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", month = "2025-04" and offence = "Driving without Due Care and Attention" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, nfa_rationale, latitude, longitude
disposal 3
- NFA 8
- Warning Letter 2
- Court 1
reporter_transport_mode 2
- Car 9
- Pedal Bike 2
offence 1
- Driving without Due Care and Attention · 11 ✖
month 1
- 2025-04 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 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 | ||
| 111 | op-snap---monthly-publication-april-2025.pdf | 110 | 2025-04 | Car | Nissan | Qashqai | Black | Driving without Due Care and Attention | None | Broadway | Broadway | Walsall | Walsall | Warning Letter | N/A | 52.5719937 | -1.9639882 | ||
| 129 | op-snap---monthly-publication-april-2025.pdf | 128 | 2025-04 | Car | KTM Duke 390 | White | Driving without Due Care and Attention | None | Elmore Road | Elmore Road | Walsall | Walsall | Court | N/A | 52.6178185 | -2.0093512 | |||
| 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 | ||
| 418 | op-snap---monthly-publication-april-2025.pdf | 417 | 2025-04 | Car | Citroen | Relay | White | Driving without Due Care and Attention | None | Butts Road | Butts Road | Walsall | Walsall | NFA | Outside of 14 Days NIP | 52.592263 | -1.9743536 | ||
| 419 | op-snap---monthly-publication-april-2025.pdf | 418 | 2025-04 | Car | Volvo | V70 | Red | Driving without Due Care and Attention | None | Birmingham Street | Birmingham Street | Walsall | Walsall | NFA | Outside of 14 Days NIP | 52.584412 | -2.0454894 | ||
| 1591 | op-snap---monthly-publication-april-2025.pdf | 1590 | 2025-04 | Car | BMW | NP | Silver | Driving without Due Care and Attention | None | Greaves Avenue | Greaves Avenue | Walsall | Walsall | NFA | Outside of 14 Days NIP | 52.5773135 | -1.9525262 | ||
| 1593 | op-snap---monthly-publication-april-2025.pdf | 1592 | 2025-04 | Car | Audi | A1 | Black | Driving without Due Care and Attention | None | Hall lane pelsall | Hall lane pelsall | Walsall | Walsall | NFA | Outside of 14 Days NIP | 52.6255445 | -1.9722185 | ||
| 1664 | op-snap---monthly-publication-april-2025.pdf | 1663 | 2025-04 | Car | Jeep Cherokee | Grey | Driving without Due Care and Attention | None | Lichfield road | Lichfield road | Walsall | Walsall | NFA | Outside of 14 Days NIP | 52.6095168 | -2.0493009 | |||
| 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 | ||
| 1923 | op-snap---monthly-publication-april-2025.pdf | 1922 | 2025-04 | Car | Ford | NP | White | Driving without Due Care and Attention | None | M6 North bound | M6 North bound | Walsall | Walsall | NFA | Outside of 14 Days NIP |
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);