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

14 rows where council_area = "Sandwell", month = "2025-06" and vehicle_make = "Volkswagen" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

offence 6

  • Driving without Due Care and Attention 5
  • Cause vehicle to be left in a dangerous position 3
  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 2
  • Contravening a Red Traffic Light 2
  • Driving without Reasonable Consideration 1
  • Stop a vehicle within pelican pedestrian crossing limits 1

disposal 4

  • NFA 7
  • Court 3
  • Warning Letter 3
  • Education 1

reporter_transport_mode 3

  • Car 7
  • Pedestrian 6
  • Pedal Bike 1

vehicle_make 1

  • Volkswagen · 14 ✖

month 1

  • 2025-06 · 14 ✖

council_area 1

  • Sandwell · 14 ✖
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
14108 op-snap---monthly-publication-june-2025.pdf   37 2025-06 Car Volkswagen Scirrocco White Contravening a Red Traffic Light None Axeltree Way Wednesbury Axeltree Way Wednesbury Sandwell Sandwell Warning Letter N/A      
14142 op-snap---monthly-publication-june-2025.pdf   71 2025-06 Car Volkswagen Golf Silver Driving without Due Care and Attention None M5 j3 to 2 M5 j3 to 2 Sandwell Sandwell NFA Out of Force   52.4846642 -1.9297585
14259 op-snap---monthly-publication-june-2025.pdf   188 2025-06 Car Volkswagen Passat Grey Driving without Due Care and Attention None conagree road Conagree Road Sandwell Sandwell NFA Outside of 14 DAYS Late Submission      
14707 op-snap---monthly-publication-june-2025.pdf   636 2025-06 Pedal Bike Volkswagen Golf Silver Driving without Due Care and Attention No Insurance Park Lane West Park Lane West Sandwell Sandwell Court N/A   52.5227061 -2.0617482
15149 op-snap---monthly-publication-june-2025.pdf   1078 2025-06 Car Volkswagen Passat Grey Contravening a Red Traffic Light None A41 West Bromwich Interchange West Bromwich Interchange Sandwell Sandwell NFA No Independent Evidence Available   52.5109262 -1.9753718
15240 op-snap---monthly-publication-june-2025.pdf   1169 2025-06 Car Volkswagen   Grey Driving without Due Care and Attention None WOOD GREEN ROAD Wood Green Road Sandwell Sandwell Court N/A   52.5628617 -2.0055157
15495 op-snap---monthly-publication-june-2025.pdf   1424 2025-06 Car Volkswagen Golf Grey Driving without Due Care and Attention None Dudley Road, Halesowen Dudley Road, Halesowen Sandwell Sandwell Court N/A      
15706 op-snap---monthly-publication-june-2025.pdf   1635 2025-06 Car Volkswagen Passat Grey Driving without Reasonable Consideration None Castlegate Island Castlegate Island Sandwell Sandwell Warning Letter N/A      
15901 op-snap---monthly-publication-june-2025.pdf   1830 2025-06 Pedestrian Volkswagen Crafter White Stop a vehicle within pelican pedestrian crossing limits None Crankhall Lane Crankhall Lane Sandwell Sandwell Education N/A   52.5489715 -1.9927402
15916 op-snap---monthly-publication-june-2025.pdf   1845 2025-06 Pedestrian Volkswagen Sharan Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Castle Road East Castle Road East Sandwell Sandwell NFA No Offence   52.4687472 -1.9893922
15950 op-snap---monthly-publication-june-2025.pdf   1879 2025-06 Pedestrian Volkswagen Tiguan Gold Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Castle Road East Castle Road East Sandwell Sandwell NFA Outside of 14 Days NIP   52.4687472 -1.9893922
15999 op-snap---monthly-publication-june-2025.pdf   1928 2025-06 Pedestrian Volkswagen Golf White Cause vehicle to be left in a dangerous position None Castle Road East Castle Road East Sandwell Sandwell NFA Outside of 14 Days NIP   52.4687472 -1.9893922
16001 op-snap---monthly-publication-june-2025.pdf   1930 2025-06 Pedestrian Volkswagen T-Cross Grey Cause vehicle to be left in a dangerous position None Castle Road East Castle Road East Sandwell Sandwell NFA Outside of 14 Days NIP   52.4687472 -1.9893922
16081 op-snap---monthly-publication-june-2025.pdf   2010 2025-06 Pedestrian Volkswagen Crafter White Cause vehicle to be left in a dangerous position None Greets Green Road Greets Green Road Sandwell Sandwell Warning Letter N/A   52.5204189 -2.0183456

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