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'}

11 rows where council_area = "Wolverhampton", month = "2025-07" and vehicle_make = "Volkswagen" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, offence_location_raw, offence_location, nfa_rationale, latitude, longitude

offence 4

  • Cause vehicle to be left in a dangerous position 5
  • Contravening a Red Traffic Light 3
  • Using a Mobile Phone Whilst Driving 2
  • Driving without Reasonable Consideration 1

disposal 4

  • NFA 5
  • Warning Letter 4
  • Education 1
  • Fixed Penalty 1

reporter_transport_mode 2

  • Car 7
  • Pedestrian 4

vehicle_make 1

  • Volkswagen · 11 ✖

month 1

  • 2025-07 · 11 ✖

council_area 1

  • Wolverhampton · 11 ✖
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
11977 op-snap---monthly-publication-july-2025.pdf   29 2025-07 Car Volkswagen PX15PHF White Driving without Reasonable Consideration None Parkfields Road Parkfields Road Wolverhampton Wolverhampton NFA Outside of 14 DAYS Late Submission      
12534 op-snap---monthly-publication-july-2025.pdf   586 2025-07 Car Volkswagen Golf Silver Contravening a Red Traffic Light None Sneyd Lane Sneyd Lane Wolverhampton Wolverhampton Education N/A      
12676 op-snap---monthly-publication-july-2025.pdf   728 2025-07 Car Volkswagen Golf Black Contravening a Red Traffic Light None Hunters Street Hunters Street Wolverhampton Wolverhampton NFA Outside of 14 Days NIP      
12900 op-snap---monthly-publication-july-2025.pdf   952 2025-07 Car Volkswagen Polo Silver Contravening a Red Traffic Light None A4150 Ring Road Ring Road Wolverhampton Wolverhampton NFA Outside of 14 Days NIP   52.5805525 -2.1302823
12906 op-snap---monthly-publication-july-2025.pdf   958 2025-07 Pedestrian Volkswagen Tiguan Silver Using a Mobile Phone Whilst Driving None Moseley Road, Willenhall Moseley Road, Willenhall Wolverhampton Wolverhampton Warning Letter N/A   52.5735847 -2.061316
12968 op-snap---monthly-publication-july-2025.pdf   1020 2025-07 Car Volkswagen Tourag White Cause vehicle to be left in a dangerous position None Pope Road , Wolverhampton Pope Road , Wolverhampton Wolverhampton Wolverhampton NFA Outside of 14 Days NIP   52.6162266 -2.0979326
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
13595 op-snap---monthly-publication-july-2025.pdf   1647 2025-07 Pedestrian Volkswagen Tiguan White Cause vehicle to be left in a dangerous position None Pope Road Pope Road Wolverhampton Wolverhampton Warning Letter N/A   52.6162266 -2.0979326
13600 op-snap---monthly-publication-july-2025.pdf   1652 2025-07 Car Volkswagen Touareg White Cause vehicle to be left in a dangerous position None Pope Road Pope Road Wolverhampton Wolverhampton Warning Letter N/A   52.6162266 -2.0979326
13676 op-snap---monthly-publication-july-2025.pdf   1728 2025-07 Pedestrian Volkswagen Touareg White Cause vehicle to be left in a dangerous position None Pope Road, Wolverhampton Pope Road, Wolverhampton Wolverhampton Wolverhampton NFA Misc Inc Crimes   52.6162266 -2.0979326
13677 op-snap---monthly-publication-july-2025.pdf   1729 2025-07 Pedestrian Volkswagen Polo Black Cause vehicle to be left in a dangerous position None Long Mill South, Wolverhampton Long Mill South, Wolverhampton Wolverhampton Wolverhampton Warning Letter N/A   52.6095019 -2.0915196

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