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

10 rows where council_area = "Dudley", 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

month 8

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

offence 5

  • Driving without Due Care and Attention 3
  • Driving without Reasonable Consideration 3
  • Contravening a Red Traffic Light 2
  • Cause vehicle to be left in a dangerous position 1
  • Stop a vehicle within pelican pedestrian crossing limits 1

reporter_transport_mode 4

  • Car 6
  • Pedestrian 2
  • Other 1
  • Pedal Bike 1

vehicle_make 1

  • Toyota · 10 ✖

disposal 1

  • Education · 10 ✖

council_area 1

  • Dudley · 10 ✖
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
8194 op-snap---monthly-publication-february-2026.pdf   941 2026-02 Car Toyota C-HR Blue Driving without Due Care and Attention None Birmingham Street Birmingham Street Dudley Dudley Education N/A   52.5122152 -2.0791208
11466 op-snap---monthly-publication-january-2026.pdf   927 2026-01 Pedestrian Toyota C-HR Red Stop a vehicle within pelican pedestrian crossing limits None Zoar Street Zoar Street Dudley Dudley Education N/A   52.5178733 -2.1280333
4424 op-snap---monthly-publication-december-2025.pdf   552 2025-12 Car Toyota Yaris Red Contravening a Red Traffic Light None High Street (A491), Stourbridge High Street (A491), Stourbridge Dudley Dudley Education N/A   52.4602651 -2.1490725
2642 op-snap---monthly-publication-august-2025.pdf   617 2025-08 Other Toyota Hi Lux Grey Driving without Due Care and Attention None Norwood Rpad Norwood Rpad Dudley Dudley Education N/A      
12306 op-snap---monthly-publication-july-2025.pdf   358 2025-07 Car Toyota Pro Ace White Contravening a Red Traffic Light None Hall Street Hall Street Dudley Dudley Education N/A   52.5409774 -2.1235921
13105 op-snap---monthly-publication-july-2025.pdf   1157 2025-07 Car Toyota Avensis Black Driving without Due Care and Attention None Wolverhampton Street Wolverhampton Street Dudley Dudley Education N/A   52.5112068 -2.0908956
19164 op-snap---monthly-publication-may-2025.pdf   526 2025-05 Pedestrian Toyota COROLLA Silver Cause vehicle to be left in a dangerous position None GAYFIELD AVENUE Gayfield Avenue Dudley Dudley Education N/A   52.4693896 -2.1251602
16702 op-snap---monthly-publication-march-2025.pdf   459 2025-03 Car Toyota   Silver Driving without Reasonable Consideration None A461 Birmingham Road Birmingham Road Dudley Dudley Education N/A Yes - Via Email 52.5131355 -2.0651615
9773 op-snap---monthly-publication-january-2025.pdf   881 2025-01 Car Toyota MPV White Driving without Reasonable Consideration None Bell Street, Stourbridge Bell Street, Stourbridge Dudley Dudley Education N/A Yes - Via Email 52.4564393 -2.1490694
10145 op-snap---monthly-publication-january-2025.pdf   1253 2025-01 Pedal Bike Toyota Prius Silver Driving without Reasonable Consideration None Hagley Road, Stourbridge Hagley Road, Stourbridge Dudley Dudley Education N/A Yes - Via Email 52.4357078 -2.1323185

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