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

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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, nfa_rationale

offence 6

  • Driving without Due Care and Attention 5
  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 1
  • Cause vehicle to be left in a dangerous position 1
  • Contravening a Red Traffic Light 1
  • Fail to display rear VRM plate 1
  • No Insurance 1

disposal 5

  • NFA 5
  • Warning Letter 2
  • Court 1
  • Education 1
  • Fixed Penalty 1

reporter_transport_mode 4

  • Car 6
  • Pedestrian 2
  • Lorry 1
  • Pedal Bike 1

vehicle_make 1

  • Vauxhall · 10 ✖

month 1

  • 2025-06 · 10 ✖

council_area 1

  • Sandwell · 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
14164 op-snap---monthly-publication-june-2025.pdf   93 2025-06 Car Vauxhall Insignia White Driving without Due Care and Attention None A41 West Bromwich West Bromwich Sandwell Sandwell Education N/A   52.5186579 -1.9923114
14222 op-snap---monthly-publication-june-2025.pdf   151 2025-06 Car Vauxhall Agila Blue Contravening a Red Traffic Light None Powke Lane, Rowley Regis Powke Lane, Rowley Regis Sandwell Sandwell NFA Outside of 14 DAYS Late Submission   52.4802734 -2.0576377
14335 op-snap---monthly-publication-june-2025.pdf   264 2025-06 Car Vauxhall Corsa White Driving without Due Care and Attention None Earls Way Halesowen Earls Way Halesowen Sandwell Sandwell NFA Outside of 14 Days NIP      
14475 op-snap---monthly-publication-june-2025.pdf   404 2025-06 Car Vauxhall Corsa Red Driving without Due Care and Attention None Swan Islan Swan Islan Sandwell Sandwell Warning Letter N/A      
14497 op-snap---monthly-publication-june-2025.pdf   426 2025-06 Lorry Vauxhall Vivaro Silver No Insurance None Stafford Road, Darlaston Stafford Road, Darlaston Sandwell Sandwell Fixed Penalty N/A      
14511 op-snap---monthly-publication-june-2025.pdf   440 2025-06 Car Vauxhall Zafira White Driving without Due Care and Attention None Wolverhampton Road Wolverhampton Road Sandwell Sandwell Court N/A   52.4702299 -1.9948976
15376 op-snap---monthly-publication-june-2025.pdf   1305 2025-06 Pedal Bike Vauxhall Corsa Red Fail to display rear VRM plate None Dawes Avenue Dawes Avenue Sandwell Sandwell NFA Outside of 14 Days NIP   52.5088521 -2.000161
15496 op-snap---monthly-publication-june-2025.pdf   1425 2025-06 Car Vauxhall Mokka Grey Driving without Due Care and Attention None A41 A41 Sandwell Sandwell NFA No Offence      
15903 op-snap---monthly-publication-june-2025.pdf   1832 2025-06 Pedestrian Vauxhall Antara Silver Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Friar Park Road Friar Park Road Sandwell Sandwell Warning Letter N/A   52.5538676 -1.9965667
15932 op-snap---monthly-publication-june-2025.pdf   1861 2025-06 Pedestrian Vauxhall Corsa Silver 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

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