home / opsnap

reports

Each row is one public submission to Operation Snap. Includes the offence, vehicle details, location, and outcome.

Disposal outcomes: Education (driver awareness course), Warning Letter, Fixed Penalty (fine), Court (prosecution), NFA (no further action).

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 = "Fixed Penalty" and vehicle_make = "Volkswagen" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence, offence_location_raw, offence_location, latitude, longitude

month 7

  • 2025-01 3
  • 2025-03 3
  • 2025-11 2
  • 2025-02 1
  • 2025-05 1
  • 2025-07 1
  • 2025-09 1

offence 5

  • Driving without Due Care and Attention 5
  • Contravening a Red Traffic Light 3
  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 2
  • Stop a vehicle on pedestrian crossing 1
  • Using a Mobile Phone Whilst Driving 1

reporter_transport_mode 2

  • Car 9
  • Pedestrian 3

vehicle_make 1

  • Volkswagen · 12 ✖

disposal 1

  • Fixed Penalty · 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
21406 op-snap---monthly-publication-november-2025.pdf   948 2025-11 Car Volkswagen Transporter Black Driving without Due Care and Attention None Elston Hall Lane Elston Hall Lane Wolverhampton Wolverhampton Fixed Penalty N/A   52.6183695 -2.1187311
21567 op-snap---monthly-publication-november-2025.pdf   1109 2025-11 Car Volkswagen Caddy Blue Driving without Due Care and Attention None Oxford Street Oxford Street Wolverhampton Wolverhampton Fixed Penalty N/A   52.5651361 -2.0707545
24865 op-snap---monthly-publication-september-2025.pdf   1084 2025-09 Pedestrian Volkswagen Touran Silver Contravening a Red Traffic Light None Cannock Road Cannock Road Wolverhampton Wolverhampton Fixed Penalty N/A   52.6083917 -2.1033365
13002 op-snap---monthly-publication-july-2025.pdf   1054 2025-07 Car Volkswagen Caddy Grey Using a Mobile Phone Whilst Driving None Lakefield Road Lakefield Road Wolverhampton Wolverhampton Fixed Penalty N/A   52.6034624 -2.0730393
19642 op-snap---monthly-publication-may-2025.pdf   1004 2025-05 Car Volkswagen Golf Black Driving without Due Care and Attention None Willenhall Road Willenhall Road Wolverhampton Wolverhampton Fixed Penalty N/A   52.5836778 -2.0894997
16417 op-snap---monthly-publication-march-2025.pdf   174 2025-03 Pedestrian Volkswagen Golf Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Mount Street Mount Street Wolverhampton Wolverhampton Fixed Penalty N/A Yes - Via Email    
16842 op-snap---monthly-publication-march-2025.pdf   599 2025-03 Pedestrian Volkswagen Golf Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Hales Road, Wednesbury Hales Road, Wednesbury Wolverhampton Wolverhampton Fixed Penalty N/A Yes - Via Email    
18389 op-snap---monthly-publication-march-2025.pdf   2146 2025-03 Car Volkswagen Toureg Grey Driving without Due Care and Attention None Chapel Ash Island Chapel Ash Island Wolverhampton Wolverhampton Fixed Penalty N/A Yes - Via Email 52.5847884 -2.1341887
5652 op-snap---monthly-publication-february-2025.pdf   469 2025-02 Car Volkswagen Jetta Grey Driving without Due Care and Attention None Oxford Street Oxford Street Wolverhampton Wolverhampton Fixed Penalty N/A Yes - Via Email 52.5651361 -2.0707545
9565 op-snap---monthly-publication-january-2025.pdf   673 2025-01 Car Volkswagen Golf Black Contravening a Red Traffic Light No Insurance Junction 10, M6 Junction 10, M6 Wolverhampton Wolverhampton Fixed Penalty N/A Yes - Via Email    
10179 op-snap---monthly-publication-january-2025.pdf   1287 2025-01 Car Volkswagen golf Silver Contravening a Red Traffic Light None A454 and the A41 Chapel Ash A454 and the A41 Chapel Ash Wolverhampton Wolverhampton Fixed Penalty N/A Yes - Via Email 52.5859089 -2.1456551
10520 op-snap---monthly-publication-january-2025.pdf   1628 2025-01 Car Volkswagen T-roc White Stop a vehicle on pedestrian crossing None High Street, Tettenhall High Street, Tettenhall Wolverhampton Wolverhampton Fixed Penalty N/A Yes - Via Email 52.5980906 -2.168057

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);