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'}
12 rows where council_area = "Wolverhampton", disposal = "Warning Letter" and offence = "Driving without Reasonable Consideration" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence, offence_location_raw, offence_location, nfa_rationale, latitude, longitude
vehicle_make 9
- Ford 3
- Volkswagen 2
- Audi 1
- Kia 1
- Mercedes-Benz 1
- Mini 1
- Nissan 1
- Renault 1
- Vauxhall 1
reporter_transport_mode 3
- Car 10
- Motorbike 1
- Pedal Bike 1
offence 1
- Driving without Reasonable Consideration · 12 ✖
disposal 1
- Warning Letter · 12 ✖
council_area 1
- Wolverhampton · 12 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 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 | ||
| 2894 | op-snap---monthly-publication-august-2025.pdf | 869 | 2025-08 | Motorbike | Ford | Focus | Blue | Driving without Reasonable Consideration | None | Sir Robert Peel Junction, Bloxwich | Sir Robert Peel Junction, Bloxwich | Wolverhampton | Wolverhampton | Warning Letter | N/A | ||||
| 14836 | op-snap---monthly-publication-june-2025.pdf | 765 | 2025-06 | Car | Volkswagen | LT35 | Red | Driving without Reasonable Consideration | None | Upper Green | Upper Green | Wolverhampton | Wolverhampton | Warning Letter | N/A | 52.5991066 | -2.168802 | ||
| 15633 | op-snap---monthly-publication-june-2025.pdf | 1562 | 2025-06 | Car | Nissan | Qashqai | Black | Driving without Reasonable Consideration | None | Henwood Road | Henwood Road | Wolverhampton | Wolverhampton | Warning Letter | N/A | 52.5930037 | -2.1685306 | ||
| 19646 | op-snap---monthly-publication-may-2025.pdf | 1008 | 2025-05 | Car | Mercedes-Benz | C class | White | Driving without Reasonable Consideration | None | Little Merry Hill | Little Merry Hill | Wolverhampton | Wolverhampton | Warning Letter | N/A | ||||
| 153 | op-snap---monthly-publication-april-2025.pdf | 152 | 2025-04 | Pedal Bike | Renault | CLIO | Red | Driving without Reasonable Consideration | No vehicle excise licence | LAKEFIELD ROAD | Lakefield Road | Wolverhampton | Wolverhampton | Warning Letter | N/A | 52.6034624 | -2.0730393 | ||
| 16484 | op-snap---monthly-publication-march-2025.pdf | 241 | 2025-03 | Car | Volkswagen | Passat | Grey | Driving without Reasonable Consideration | None | Key Way | Key Way | Wolverhampton | Wolverhampton | Warning Letter | Outside of 14 DAYS Late Submission | Yes - Via Email | |||
| 16485 | op-snap---monthly-publication-march-2025.pdf | 242 | 2025-03 | Car | Ford | Focus | Red | Driving without Reasonable Consideration | None | Inkerman Street | Inkerman Street | Wolverhampton | Wolverhampton | Warning Letter | N/A | Yes - Via Email | 52.5898145 | -2.1098908 | |
| 5316 | op-snap---monthly-publication-february-2025.pdf | 133 | 2025-02 | Car | Vauxhall | van | Silver | Driving without Reasonable Consideration | None | Long Knowle Lane | Long Knowle Lane | Wolverhampton | Wolverhampton | Warning Letter | N/A | Yes - Via Email | 52.6117401 | -2.0918955 | |
| 5317 | op-snap---monthly-publication-february-2025.pdf | 134 | 2025-02 | Car | Audi | A3 | Black | Driving without Reasonable Consideration | None | Long Knowle Lane | Long Knowle Lane | Wolverhampton | Wolverhampton | Warning Letter | N/A | Yes - Via Email | 52.6117401 | -2.0918955 | |
| 10217 | op-snap---monthly-publication-january-2025.pdf | 1325 | 2025-01 | Car | Mini | Cooper | Black | Driving without Reasonable Consideration | None | Primrose Lane | Primrose Lane | Wolverhampton | Wolverhampton | Warning Letter | N/A | Yes - Via Email | 52.6126833 | -2.1053084 | |
| 10220 | op-snap---monthly-publication-january-2025.pdf | 1328 | 2025-01 | Car | Ford | Transit | White | Driving without Reasonable Consideration | None | Wednesfield Way | Wednesfield Way | Wolverhampton | Wolverhampton | Warning Letter | N/A | Yes - Via Email | 52.59548 | -2.0896906 |
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);