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", disposal = "Warning Letter" and vehicle_make = "Toyota" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence, nfa_rationale
offence 4
reporter_transport_mode 3
- Car 7
- Pedal Bike 2
- Pedestrian 2
vehicle_make 1
- Toyota · 11 ✖
disposal 1
- Warning Letter · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 11289 | op-snap---monthly-publication-january-2026.pdf | 750 | 2026-01 | Pedestrian | Toyota | Yaris | Red | Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment | None | Bradford Street | Bradford Street | Walsall | Walsall | Warning Letter | N/A | 52.5831181 | -1.9834255 | ||
| 20673 | op-snap---monthly-publication-november-2025.pdf | 215 | 2025-11 | Car | Toyota | MPV | Black | Contravening a Red Traffic Light | None | Lower Rushall Street | Lower Rushall Street | Walsall | Walsall | Warning Letter | N/A | 52.588273 | -1.9750947 | ||
| 24452 | op-snap---monthly-publication-september-2025.pdf | 671 | 2025-09 | Car | Toyota | Prius | White | Contravening a Red Traffic Light | None | Wolverhampton Road | Wolverhampton Road | Walsall | Walsall | Warning Letter | N/A | 52.5867763 | -2.0104342 | ||
| 3144 | op-snap---monthly-publication-august-2025.pdf | 1119 | 2025-08 | Car | Toyota | Sienta | Black | Driving without Due Care and Attention | None | Aldridge Bypass | Aldridge Bypass | Walsall | Walsall | Warning Letter | N/A | 52.6026073 | -1.9200419 | ||
| 13500 | op-snap---monthly-publication-july-2025.pdf | 1552 | 2025-07 | Pedestrian | Toyota | Prius | Silver | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Welstead Road | Welstead Road | Walsall | Walsall | Warning Letter | N/A | ||||
| 13969 | op-snap---monthly-publication-july-2025.pdf | 2021 | 2025-07 | Car | Toyota | Auris | Black | Driving without Due Care and Attention | None | The Broadway, Walsall | The Broadway, Walsall | Walsall | Walsall | Warning Letter | N/A | 52.6090076 | -2.0515573 | ||
| 20218 | op-snap---monthly-publication-may-2025.pdf | 1580 | 2025-05 | Car | Toyota | Yaris | Black | Contravening a Red Traffic Light | No Insurance | Station Road | Station Road | Walsall | Walsall | Warning Letter | N/A | 52.6281831 | -1.9664494 | ||
| 20385 | op-snap---monthly-publication-may-2025.pdf | 1747 | 2025-05 | Pedal Bike | Toyota | Prius | White | Driving without Due Care and Attention | none | Heath Road | Heath Road | Walsall | Walsall | Warning Letter | N/A | 52.5736792 | -2.0223376 | ||
| 725 | op-snap---monthly-publication-april-2025.pdf | 724 | 2025-04 | Car | Toyota | Corolla | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Croft Street | Croft Street | Walsall | Walsall | Warning Letter | N/A | 52.5929393 | -1.9884291 | ||
| 16975 | op-snap---monthly-publication-march-2025.pdf | 732 | 2025-03 | Car | Toyota | MPV | Silver | Driving without Due Care and Attention | None | Hatherton Street | Hatherton Street | Walsall | Walsall | Warning Letter | Outside of 14 Days NIP | Yes - Via Email | 52.5880551 | -1.9796606 | |
| 6336 | op-snap---monthly-publication-february-2025.pdf | 1153 | 2025-02 | Pedal Bike | Toyota | Auris | Grey | Contravening a Red Traffic Light | None | Lichfield Road | Lichfield Road | Walsall | Walsall | Warning Letter | N/A | Yes - Via Email | 52.6095168 | -2.0493009 |
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);