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", reporter_transport_mode = "Pedestrian" and vehicle_make = "Hyundai" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence, nfa_rationale

month 8

  • 2025-07 2
  • 2025-03 1
  • 2025-04 1
  • 2025-05 1
  • 2025-09 1
  • 2025-12 1
  • 2026-01 1
  • 2026-02 1

offence 4

  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 4
  • Cause vehicle to be left in a dangerous position 3
  • Cause unnecessary obstruction by motor vehicle 1
  • Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD 1

disposal 4

  • Warning Letter 4
  • NFA 3
  • Fixed Penalty 1
  • Other Action Taken 1

vehicle_make 1

  • Hyundai · 9 ✖

reporter_transport_mode 1

  • Pedestrian · 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
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      
10705 op-snap---monthly-publication-january-2026.pdf   166 2026-01 Pedestrian Hyundai IX35 White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Barclay Road Barclay Road Sandwell Sandwell Other Action Taken N/A   52.4722765 -1.9787531
4954 op-snap---monthly-publication-december-2025.pdf   1082 2025-12 Pedestrian Hyundai tucson Grey Cause vehicle to be left in a dangerous position None tividale road Tividale Road Sandwell Sandwell NFA Outside of 14 Days NIP   52.5144157 -2.0586136
25021 op-snap---monthly-publication-september-2025.pdf   1240 2025-09 Pedestrian Hyundai Ix20 Red Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area Dudley Road Dudley Road Sandwell Sandwell Warning Letter N/A   52.4877352 -1.9494469
13305 op-snap---monthly-publication-july-2025.pdf   1357 2025-07 Pedestrian Hyundai Santa Fe Black Cause vehicle to be left in a dangerous position None Hagley Road South Hagley Road South Sandwell Sandwell Warning Letter N/A      
13884 op-snap---monthly-publication-july-2025.pdf   1936 2025-07 Pedestrian Hyundai I800 Silver Cause vehicle to be left in a dangerous position None Whitehall Road Whitehall Road Sandwell Sandwell Warning Letter N/A   52.5286523 -2.0311349
19845 op-snap---monthly-publication-may-2025.pdf   1207 2025-05 Pedestrian Hyundai Santa Fe Blue Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Springfield Road Springfield Road Sandwell Sandwell Fixed Penalty N/A   52.4865171 -1.9991074
15 op-snap---monthly-publication-april-2025.pdf   14 2025-04 Pedestrian Hyundai Iload Silver Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Stanley Road Stanley Road Sandwell Sandwell NFA No Offence   52.4660948 -1.9948939
16843 op-snap---monthly-publication-march-2025.pdf   600 2025-03 Pedestrian Hyundai i40 Silver Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Parkes Street, Smethwick Parkes Street, Smethwick Sandwell Sandwell NFA No VRM Yes - Via Email 52.4892987 -1.97475

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