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'}
10 rows where council_area = "Wolverhampton", reporter_transport_mode = "Pedal Bike" and vehicle_make = "Ford" 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
disposal 5
offence 4
vehicle_make 1
- Ford · 10 ✖
reporter_transport_mode 1
- Pedal Bike · 10 ✖
council_area 1
- Wolverhampton · 10 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 8528 | op-snap---monthly-publication-february-2026.pdf | 1275 | 2026-02 | Pedal Bike | Ford | Ranger | White | Driving without Due Care and Attention | None | Lower Street | Lower Street | Wolverhampton | Wolverhampton | NFA | 52.6017311 | -2.1598475 | |||
| 24980 | op-snap---monthly-publication-september-2025.pdf | 1199 | 2025-09 | Pedal Bike | Ford | Fiesta | Black | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | cannock road | Cannock Road | Wolverhampton | Wolverhampton | Other Action Taken | N/A | 52.6083917 | -2.1033365 | ||
| 25029 | op-snap---monthly-publication-september-2025.pdf | 1248 | 2025-09 | Pedal Bike | Ford | Fiesta | Blue | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Cannock Road | Cannock Road | Wolverhampton | Wolverhampton | Other Action Taken | N/A | 52.6083917 | -2.1033365 | ||
| 25359 | op-snap---monthly-publication-september-2025.pdf | 1578 | 2025-09 | Pedal Bike | Ford | Transit | White | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Tetenhall High Street | Tettenhall High Street | Wolverhampton | Wolverhampton | Warning Letter | N/A | 52.598292 | -2.1677123 | ||
| 25433 | op-snap---monthly-publication-september-2025.pdf | 1652 | 2025-09 | Pedal Bike | Ford | Fiesta | White | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Cannock Road | Cannock Road | Wolverhampton | Wolverhampton | Other Action Taken | N/A | 52.6083917 | -2.1033365 | ||
| 12914 | op-snap---monthly-publication-july-2025.pdf | 966 | 2025-07 | Pedal Bike | Ford | Transit | Silver | Driving without Due Care and Attention | None | Willenhall Road | Willenhall Road | Wolverhampton | Wolverhampton | NFA | Outside of 14 Days NIP | 52.5836778 | -2.0894997 | ||
| 15392 | op-snap---monthly-publication-june-2025.pdf | 1321 | 2025-06 | Pedal Bike | Ford | Transit | White | Stop a vehicle within pelican pedestrian crossing limits | None | Harding Street | Harding Street | Wolverhampton | Wolverhampton | Education | N/A | ||||
| 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 |
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);