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", reporter_transport_mode = "Car" and vehicle_make = "Kia" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, nfa_rationale
offence 6
disposal 5
- Education 3
- Fixed Penalty 2
- Warning Letter 2
- Court 1
- NFA 1
vehicle_make 1
- Kia · 9 ✖
reporter_transport_mode 1
- Car · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 8398 | op-snap---monthly-publication-february-2026.pdf | 1145 | 2026-02 | Car | Kia | Niro | Grey | Contravening a Red Traffic Light | None | Parkfield Road | Parkfield Road | Wolverhampton | Wolverhampton | Education | N/A | 52.567016 | -2.1208485 | ||
| 11728 | op-snap---monthly-publication-january-2026.pdf | 1189 | 2026-01 | Car | Kia | Sedona | Black | Driving without Due Care and Attention | No Insurance | Cannock Road | Cannock Road | Wolverhampton | Wolverhampton | Court | N/A | 52.6083917 | -2.1033365 | ||
| 4115 | op-snap---monthly-publication-december-2025.pdf | 243 | 2025-12 | Car | Kia | Sportage | Yellow | Driving without Due Care and Attention | None | New Cross Hospital | New Cross Hospital | Wolverhampton | Wolverhampton | Warning Letter | N/A | 52.6000052 | -2.0954966 | ||
| 20559 | op-snap---monthly-publication-november-2025.pdf | 101 | 2025-11 | Car | Kia | Ceed | Red | Contravening a Red Traffic Light | None | M6 J10 RA | M6 J10 Ra | Wolverhampton | Wolverhampton | Education | N/A | 52.6760749 | -2.0862582 | ||
| 24190 | op-snap---monthly-publication-september-2025.pdf | 409 | 2025-09 | Car | Kia | Ceed | White | Driving without Reasonable Consideration | None | Neachells Lane, | Neachells Lane | Wolverhampton | Wolverhampton | Warning Letter | N/A | 52.597459 | -2.0791894 | ||
| 19927 | op-snap---monthly-publication-may-2025.pdf | 1289 | 2025-05 | Car | Kia | NP | White | Stop a vehicle on pedestrian crossing | None | High street, tettenhall | High street, tettenhall | Wolverhampton | Wolverhampton | NFA | Outside of 14 Days NIP | 52.5980906 | -2.168057 | ||
| 16784 | op-snap---monthly-publication-march-2025.pdf | 541 | 2025-03 | Car | Kia | Ceed | Silver | Driving without Due Care and Attention | None | Green Street, Coseley | Green Street, Coseley | Wolverhampton | Wolverhampton | Fixed Penalty | N/A | Yes - Via Email | |||
| 6740 | op-snap---monthly-publication-february-2025.pdf | 1557 | 2025-02 | Car | Kia | Niro | Red | Cause vehicle to be left in a dangerous position | None | Church Hill/Penn Road | Church Hill/Penn Road | Wolverhampton | Wolverhampton | Fixed Penalty | N/A | Yes - Via Email | 52.559758 | -2.1579394 | |
| 9881 | op-snap---monthly-publication-january-2025.pdf | 989 | 2025-01 | Car | Kia | Sportage | Black | Stop a vehicle within pelican pedestrian crossing limits | None | High Street | High Street | Wolverhampton | Wolverhampton | Education | N/A | Yes - Via Email | 52.5635963 | -2.0827567 |
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);