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 = "Wolverhampton", offence = "Driving without Due Care and Attention" and vehicle_make = "Nissan" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, nfa_rationale
disposal 5
- Warning Letter 5
- Court 1
- Education 1
- NFA 1
- RTC - Actioned 1
reporter_transport_mode 4
- Car 5
- Other 2
- Motorbike 1
- Pedal Bike 1
vehicle_make 1
- Nissan · 9 ✖
offence 1
- Driving without Due Care and Attention · 9 ✖
council_area 1
- Wolverhampton · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 8453 | op-snap---monthly-publication-february-2026.pdf | 1200 | 2026-02 | Car | Nissan | Qashqai | Grey | Driving without Due Care and Attention | None | Stafford Road | Stafford Road | Wolverhampton | Wolverhampton | Warning Letter | N/A | 52.6291998 | -2.126312 | ||
| 20627 | op-snap---monthly-publication-november-2025.pdf | 169 | 2025-11 | Car | Nissan | Micra | Grey | Driving without Due Care and Attention | None | Willenhall Road | Willenhall Road | Wolverhampton | Wolverhampton | Court | N/A | 52.5836778 | -2.0894997 | ||
| 22083 | op-snap---monthly-publication-october-2025.pdf | 33 | 2025-10 | Pedal Bike | Nissan | Note | Blue | Driving without Due Care and Attention | None | Inchlaggan Road | Inchlaggan Road | Wolverhampton | Wolverhampton | Education | N/A | 52.6049304 | -2.10742 | ||
| 24032 | op-snap---monthly-publication-september-2025.pdf | 251 | 2025-09 | Other | Nissan | Qashqai | Black | Driving without Due Care and Attention | None | Dean Road | Dean Road | Wolverhampton | Wolverhampton | Warning Letter | N/A | 52.5932146 | -2.102601 | ||
| 2591 | op-snap---monthly-publication-august-2025.pdf | 566 | 2025-08 | Other | Nissan | Juke | Black | Driving without Due Care and Attention | None | Raynor Road | Raynor Road | Wolverhampton | Wolverhampton | Warning Letter | N/A | 52.6043868 | -2.1046385 | ||
| 12078 | op-snap---monthly-publication-july-2025.pdf | 130 | 2025-07 | Motorbike | Nissan | Qashqai | Black | Driving without Due Care and Attention | None | Aldersley Road | Aldersley Road | Wolverhampton | Wolverhampton | NFA | Outside of 14 Days NIP | 52.6058472 | -2.1521123 | ||
| 13534 | op-snap---monthly-publication-july-2025.pdf | 1586 | 2025-07 | Car | Nissan | note | silver | Driving without Due Care and Attention | None | Russel Road | Russel Road | Wolverhampton | Wolverhampton | Warning Letter | N/A | ||||
| 14405 | op-snap---monthly-publication-june-2025.pdf | 334 | 2025-06 | Car | Nissan | Qashqai | Black | Driving without Due Care and Attention | None | M6 J10 NB | M6 J10 Northbound | Wolverhampton | Wolverhampton | RTC - Actioned | N/A | 52.676119 | -2.0858425 | ||
| 17572 | op-snap---monthly-publication-march-2025.pdf | 1329 | 2025-03 | Car | Nissan | Qashqai | Black | Driving without Due Care and Attention | None | Wood Road | Wood Road | Wolverhampton | Wolverhampton | Warning Letter | N/A | Yes - Via Email | 52.5925594 | -2.1745928 |
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);