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", disposal = "Warning Letter" and month = "2025-01" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

vehicle_make 8

  • Vauxhall 2
  • Audi 1
  • BMW 1
  • Ford 1
  • Kia 1
  • Mercedes-Benz 1
  • Renault 1
  • Seat 1

offence 3

  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 5
  • Driving without Due Care and Attention 2
  • Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD 2

reporter_transport_mode 2

  • Pedestrian 5
  • Car 4

month 1

  • 2025-01 · 9 ✖

disposal 1

  • Warning Letter · 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
8976 op-snap---monthly-publication-january-2025.pdf   84 2025-01 Car Renault Clio Blue Driving without Due Care and Attention None Alma Street Alma Street Sandwell Sandwell Warning Letter N/A Yes - Via Email 52.5546385 -2.0062935
9104 op-snap---monthly-publication-january-2025.pdf   212 2025-01 Car Audi A3 Blue Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Island Road Island Road Sandwell Sandwell Warning Letter N/A Yes - Via Email 52.4634433 -1.9965278
9105 op-snap---monthly-publication-january-2025.pdf   213 2025-01 Car Vauxhall Zafira White Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Island Road Island Road Sandwell Sandwell Warning Letter N/A Yes - Via Email 52.4634433 -1.9965278
9490 op-snap---monthly-publication-january-2025.pdf   598 2025-01 Pedestrian Ford Focus Blue Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None High Street, Smethwick High Street, Smethwick Sandwell Sandwell Warning Letter N/A Yes - Via Email 52.4955266 -1.9697742
10343 op-snap---monthly-publication-january-2025.pdf   1451 2025-01 Pedestrian Vauxhall Vivaro White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None High Street, Smethwick High Street, Smethwick Sandwell Sandwell Warning Letter N/A Yes - Via Email 52.4955266 -1.9697742
10410 op-snap---monthly-publication-january-2025.pdf   1518 2025-01 Pedestrian Seat Ibiza White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None St. Albans Road Street. Albans Road Sandwell Sandwell Warning Letter N/A Yes - Via Email    
10454 op-snap---monthly-publication-january-2025.pdf   1562 2025-01 Pedestrian Mercedes-Benz GLC 220 White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Clent Road Clent Road Sandwell Sandwell Warning Letter N/A Yes - Via Email 52.4725947 -1.9952306
10456 op-snap---monthly-publication-january-2025.pdf   1564 2025-01 Pedestrian Kia Sportage Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Wheatley Road Wheatley Road Sandwell Sandwell Warning Letter N/A Yes - Via Email 52.4705903 -1.9933164
10529 op-snap---monthly-publication-january-2025.pdf   1637 2025-01 Car BMW 318Ci Silver Driving without Due Care and Attention None M5 SB J1 M5 Southbound J1 Sandwell Sandwell Warning Letter N/A Yes - Via Email    

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