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

14 rows where council_area = "Sandwell", disposal = "Education" and vehicle_make = "Toyota" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

month 8

  • 2026-01 4
  • 2025-12 3
  • 2025-05 2
  • 2025-03 1
  • 2025-04 1
  • 2025-07 1
  • 2025-08 1
  • 2026-02 1

offence 7

  • Contravening a Red Traffic Light 4
  • Stop a vehicle within pelican pedestrian crossing limits 3
  • Driving without Due Care and Attention 2
  • Stop a vehicle on pedestrian crossing 2
  • Cause vehicle to be left in a dangerous position 1
  • Drive a vehicle other than on the carriageway of a motorway 1
  • Motor vehicle fail to accord precedence at a pelican crossing 1

reporter_transport_mode 3

  • Car 8
  • Pedestrian 5
  • Pedal Bike 1

vehicle_make 1

  • Toyota · 14 ✖

disposal 1

  • Education · 14 ✖

council_area 1

  • Sandwell · 14 ✖
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
8254 op-snap---monthly-publication-february-2026.pdf   1001 2026-02 Car Toyota Prius White Contravening a Red Traffic Light None All Saints Way All Saints Way Sandwell Sandwell Education N/A   52.5344405 -1.985568
10718 op-snap---monthly-publication-january-2026.pdf   179 2026-01 Pedestrian Toyota Prius Silver Cause vehicle to be left in a dangerous position None Regent Road Regent Road Sandwell Sandwell Education N/A   52.5106406 -2.0559963
10924 op-snap---monthly-publication-january-2026.pdf   385 2026-01 Pedestrian Toyota Prius White Stop a vehicle within pelican pedestrian crossing limits None Shelsley Avenue Shelsley Avenue Sandwell Sandwell Education N/A   52.4906088 -2.0317097
11300 op-snap---monthly-publication-january-2026.pdf   761 2026-01 Pedestrian Toyota Prius Grey Stop a vehicle within pelican pedestrian crossing limits None Regent Road Regent Road Sandwell Sandwell Education N/A   52.5106406 -2.0559963
11422 op-snap---monthly-publication-january-2026.pdf   883 2026-01 Pedestrian Toyota Prius White Stop a vehicle within pelican pedestrian crossing limits None Regent Road Regent Road Sandwell Sandwell Education N/A   52.5106406 -2.0559963
4989 op-snap---monthly-publication-december-2025.pdf   1117 2025-12 Car Toyota Prius Silver Contravening a Red Traffic Light None Tat Bank Road Tat Bank Road Sandwell Sandwell Education N/A   52.4979925 -2.0082232
5124 op-snap---monthly-publication-december-2025.pdf   1252 2025-12 Car Toyota Auris White Stop a vehicle on pedestrian crossing None High Street High Street Sandwell Sandwell Education N/A   52.5128738 -1.9842054
5125 op-snap---monthly-publication-december-2025.pdf   1253 2025-12 Car Toyota Prius Black Motor vehicle fail to accord precedence at a pelican crossing None Bearwood Road Bearwood Road Sandwell Sandwell Education N/A   52.4725977 -1.9684448
2334 op-snap---monthly-publication-august-2025.pdf   309 2025-08 Pedestrian Toyota Prius White Contravening a Red Traffic Light None Hall Green Road Hall Green Road Sandwell Sandwell Education N/A   52.5457385 -1.9935809
12305 op-snap---monthly-publication-july-2025.pdf   357 2025-07 Car Toyota Rav 4. Blue Contravening a Red Traffic Light None Dudley Road Rowley Regis Dudley Road Rowley Regis Sandwell Sandwell Education N/A   52.4952912 -2.0641749
18980 op-snap---monthly-publication-may-2025.pdf   342 2025-05 Pedal Bike Toyota Yaris Blue Stop a vehicle on pedestrian crossing None Crankhall Lane Crankhall Lane Sandwell Sandwell Education N/A   52.5489715 -1.9927402
19446 op-snap---monthly-publication-may-2025.pdf   808 2025-05 Car Toyota Prius White Driving without Due Care and Attention None Perry Hill Road Perry Hill Road Sandwell Sandwell Education N/A   52.4633031 -2.0036421
164 op-snap---monthly-publication-april-2025.pdf   163 2025-04 Car Toyota Aygo Silver Drive a vehicle other than on the carriageway of a motorway None M5 M5 Sandwell Sandwell Education N/A      
17936 op-snap---monthly-publication-march-2025.pdf   1693 2025-03 Car Toyota Aygo Black Driving without Due Care and Attention None Newton Road Newton Road Sandwell Sandwell Education N/A Yes - Via Email 52.5428224 -1.9569444

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