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'}
7 rows where council_area = "Wolverhampton", offence = "Driving without Reasonable Consideration" and vehicle_make = "Ford" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, nfa_rationale
disposal 4
- Warning Letter 3
- Education 2
- Fixed Penalty 1
- NFA 1
reporter_transport_mode 3
- Car 3
- Pedal Bike 3
- Motorbike 1
vehicle_make 1
- Ford · 7 ✖
offence 1
- Driving without Reasonable Consideration · 7 ✖
council_area 1
- Wolverhampton · 7 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 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 | ||||
| 1766 | op-snap---monthly-publication-april-2025.pdf | 1765 | 2025-04 | Car | Ford | Kuga | White | Driving without Reasonable Consideration | None | Bickenhill Lane , A4545 | Bickenhill Lane , A4545 | Wolverhampton | Wolverhampton | NFA | Outside of 14 Days NIP | ||||
| 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 | |
| 17368 | op-snap---monthly-publication-march-2025.pdf | 1125 | 2025-03 | Pedal Bike | Ford | Transit | White | Driving without Reasonable Consideration | None | Merridale Road | Merridale Road | Wolverhampton | Wolverhampton | Education | N/A | Yes - Via Email | 52.5854145 | -2.1408114 | |
| 17974 | op-snap---monthly-publication-march-2025.pdf | 1731 | 2025-03 | Pedal Bike | Ford | Transit | Silver | Driving without Reasonable Consideration | None | Pattingham Road | Pattingham Road | Wolverhampton | Wolverhampton | Education | N/A | Yes - Via Email | 52.5865683 | -2.2047001 | |
| 5315 | op-snap---monthly-publication-february-2025.pdf | 132 | 2025-02 | Pedal Bike | Ford | Focus | White | Driving without Reasonable Consideration | None | Blackwood Avenue, Willenhall | Blackwood Avenue, Willenhall | Wolverhampton | Wolverhampton | Fixed Penalty | N/A | Yes - Via Email | |||
| 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);