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

9 rows where council_area = "Sandwell", month = "2026-02" and offence = "Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

vehicle_make 6

  • Ford 2
  • Skoda 2
  • Volkswagen 2
  • Audi 1
  • Hyundai 1
  • Mercedes-Benz 1

disposal 4

  • Warning Letter 5
  • NFA 2
  • Duplicate Submission 1
  • Other Action Taken 1

reporter_transport_mode 2

  • Pedestrian 8
  • Car 1

offence 1

  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area · 9 ✖

month 1

  • 2026-02 · 9 ✖

council_area 1

  • Sandwell · 9 ✖
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
8032 op-snap---monthly-publication-february-2026.pdf   779 2026-02 Car Ford Galaxy Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Rabone Lane Rabone Lane Sandwell Sandwell Other Action Taken N/A   52.496577 -1.9614637
8348 op-snap---monthly-publication-february-2026.pdf   1095 2026-02 Pedestrian Mercedes-Benz C180 Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Birmingham street Birmingham street Sandwell Sandwell NFA No Independent Evidence Available   52.5036256 -2.0151874
8633 op-snap---monthly-publication-february-2026.pdf   1380 2026-02 Pedestrian Volkswagen golf Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None berwood road Berwood Road Sandwell Sandwell Warning Letter N/A      
8791 op-snap---monthly-publication-february-2026.pdf   1538 2026-02 Pedestrian Volkswagen tiguan Blue Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None moat road Moat Road Sandwell Sandwell Warning Letter N/A   52.4842946 -2.0027774
8792 op-snap---monthly-publication-february-2026.pdf   1539 2026-02 Pedestrian Audi a3 Blue Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None moat road Moat Road Sandwell Sandwell Warning Letter N/A   52.4842946 -2.0027774
8844 op-snap---monthly-publication-february-2026.pdf   1591 2026-02 Pedestrian Skoda kodiaq Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None regent road Regent Road Sandwell Sandwell NFA Misc Inc Crimes   52.5106406 -2.0559963
8845 op-snap---monthly-publication-february-2026.pdf   1592 2026-02 Pedestrian Skoda kodia Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None regent road Regent Road Sandwell Sandwell Duplicate Submission Duplicate Submission   52.5106406 -2.0559963
8854 op-snap---monthly-publication-february-2026.pdf   1601 2026-02 Pedestrian Hyundai i10 Red Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area No Insurance grainger street Grainger Street Sandwell Sandwell Warning Letter N/A      
8855 op-snap---monthly-publication-february-2026.pdf   1602 2026-02 Pedestrian Ford transit White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None grainger street Grainger Street Sandwell Sandwell Warning Letter N/A      

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