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

12 rows where council_area = "Sandwell", month = "2026-01" and vehicle_make = "Mercedes-Benz" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

offence 7

  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 3
  • Driving without Due Care and Attention 3
  • Stop a vehicle within pelican pedestrian crossing limits 2
  • Contravening a Red Traffic Light 1
  • Misc - Non Traffic Offences 1
  • Stop a vehicle on pedestrian crossing 1
  • Use a vehicle / cycle on a road and contravene a local traffic order other than parking 1

disposal 5

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

reporter_transport_mode 3

  • Pedestrian 7
  • Car 4
  • Pedal Bike 1

vehicle_make 1

  • Mercedes-Benz · 12 ✖

month 1

  • 2026-01 · 12 ✖

council_area 1

  • Sandwell · 12 ✖
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
10694 op-snap---monthly-publication-january-2026.pdf   155 2026-01 Pedestrian Mercedes-Benz E220 Grey Use a vehicle / cycle on a road and contravene a local traffic order other than parking None Regent Road Tividale Regent Road Tividale Sandwell Sandwell Warning Letter N/A   52.5106406 -2.0559963
10703 op-snap---monthly-publication-january-2026.pdf   164 2026-01 Pedestrian Mercedes-Benz A200. Black 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
10707 op-snap---monthly-publication-january-2026.pdf   168 2026-01 Pedestrian Mercedes-Benz A200 Black 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
10760 op-snap---monthly-publication-january-2026.pdf   221 2026-01 Pedestrian Mercedes-Benz GL320 Black Stop a vehicle within pelican pedestrian crossing limits None Regent Road Regent Road Sandwell Sandwell Education N/A   52.5106406 -2.0559963
10810 op-snap---monthly-publication-january-2026.pdf   271 2026-01 Car Mercedes-Benz G 63 Black Driving without Due Care and Attention None Church Lane Church Lane Sandwell Sandwell Education N/A   52.5311655 -2.0008707
10818 op-snap---monthly-publication-january-2026.pdf   279 2026-01 Car Mercedes-Benz Sprinter White Contravening a Red Traffic Light None Horseley Heath, Great Bridge Horseley Heath, Great Bridge Sandwell Sandwell NFA No Independent Evidence Available   52.5289091 -2.0391504
10867 op-snap---monthly-publication-january-2026.pdf   328 2026-01 Pedestrian Mercedes-Benz 330 White Misc - Non Traffic Offences None Barclay Road Barclay Road Sandwell Sandwell Warning Letter N/A   52.4722765 -1.9787531
11009 op-snap---monthly-publication-january-2026.pdf   470 2026-01 Pedal Bike Mercedes-Benz sprinter White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Sydney Road Sydney Road Sandwell Sandwell Fixed Penalty N/A   52.4792941 -1.9810588
11071 op-snap---monthly-publication-january-2026.pdf   532 2026-01 Pedestrian Mercedes-Benz A200 White Stop a vehicle within pelican pedestrian crossing limits None Regent Road Regent Road Sandwell Sandwell Education N/A   52.5106406 -2.0559963
11117 op-snap---monthly-publication-january-2026.pdf   578 2026-01 Car Mercedes-Benz GLC 220 Grey Driving without Due Care and Attention None Birchley Island Birchley Island Sandwell Sandwell Warning Letter N/A   52.4926604 -2.0216743
11195 op-snap---monthly-publication-january-2026.pdf   656 2026-01 Car Mercedes-Benz C220 White Driving without Due Care and Attention None Rabone Lane Rabone Lane Sandwell Sandwell Fixed Penalty N/A   52.496577 -1.9614637
11424 op-snap---monthly-publication-january-2026.pdf   885 2026-01 Pedestrian Mercedes-Benz A200 White Stop a vehicle on pedestrian crossing None Regent Road Regent Road Sandwell Sandwell Education N/A   52.5106406 -2.0559963

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