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 = "Dudley", offence = "Contravening a Red Traffic Light" and vehicle_make = "Volkswagen" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

month 9

  • 2025-05 3
  • 2025-11 3
  • 2025-10 2
  • 2025-03 1
  • 2025-04 1
  • 2025-06 1
  • 2025-08 1
  • 2025-09 1
  • 2026-02 1

disposal 5

  • NFA 6
  • Education 5
  • Court 1
  • Fixed Penalty 1
  • Warning Letter 1

reporter_transport_mode 2

  • Car 13
  • Other 1

vehicle_make 1

  • Volkswagen · 14 ✖

offence 1

  • Contravening a Red Traffic Light · 14 ✖

council_area 1

  • Dudley · 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
8061 op-snap---monthly-publication-february-2026.pdf   808 2026-02 Car Volkswagen Golf Silver Contravening a Red Traffic Light None Stourbridge Ring Road Stourbridge Ring Road Dudley Dudley Fixed Penalty N/A   52.4590366 -2.1465735
20804 op-snap---monthly-publication-november-2025.pdf   346 2025-11 Other Volkswagen Caddy Blue Contravening a Red Traffic Light None High Street Dudley High Street Dudley Dudley Dudley NFA No Independent Evidence Available   52.4506569 -2.0527394
21950 op-snap---monthly-publication-november-2025.pdf   1492 2025-11 Car Volkswagen Golf Black Contravening a Red Traffic Light None Jews Lane Lower Gornal Jews Lane Lower Gornal Dudley Dudley Education N/A   52.5253578 -2.1124896
22038 op-snap---monthly-publication-november-2025.pdf   1580 2025-11 Car Volkswagen Polo White Contravening a Red Traffic Light None Limes Road Dudley Limes Road Dudley Dudley Dudley Education N/A   52.5176816 -2.0931862
22636 op-snap---monthly-publication-october-2025.pdf   586 2025-10 Car Volkswagen Polo White Contravening a Red Traffic Light None Hall Road Hall Road Dudley Dudley Education N/A   52.5325489 -2.1023195
22813 op-snap---monthly-publication-october-2025.pdf   763 2025-10 Car Volkswagen MV65NPD Black Contravening a Red Traffic Light None Dudley Road Dudley Road Dudley Dudley NFA Outside of 14 Days NIP   52.4881161 -2.1199108
24850 op-snap---monthly-publication-september-2025.pdf   1069 2025-09 Car Volkswagen Touran Black Contravening a Red Traffic Light None King Street King Street Dudley Dudley NFA Outside of 14 Days NIP   52.5095654 -2.0806912
2597 op-snap---monthly-publication-august-2025.pdf   572 2025-08 Car Volkswagen Crafter White Contravening a Red Traffic Light None Duncan Edwards Way Duncan Edwards Way Dudley Dudley Warning Letter N/A   52.5047428 -2.0823754
14207 op-snap---monthly-publication-june-2025.pdf   136 2025-06 Car Volkswagen GOLF Black Contravening a Red Traffic Light None KING STREET King Street Dudley Dudley Court N/A   52.5095654 -2.0806912
18681 op-snap---monthly-publication-may-2025.pdf   43 2025-05 Car Volkswagen Polo Red Contravening a Red Traffic Light None Bath Road Bath Road Dudley Dudley NFA Outside of 14 Days NIP   52.4552307 -2.1496182
18877 op-snap---monthly-publication-may-2025.pdf   239 2025-05 Car Volkswagen Golf Grey Contravening a Red Traffic Light None Harding Street Coseley Harding Street Coseley Dudley Dudley Education N/A   52.548863 -2.076678
19182 op-snap---monthly-publication-may-2025.pdf   544 2025-05 Car Volkswagen Polo Red Contravening a Red Traffic Light None New Mill Street New Mill Street Dudley Dudley NFA Outside of 14 Days NIP   52.508635 -2.0830998
975 op-snap---monthly-publication-april-2025.pdf   974 2025-04 Car Volkswagen SCirotto GTI Grey Contravening a Red Traffic Light None     Dudley Dudley NFA Outside of 14 Days NIP      
16387 op-snap---monthly-publication-march-2025.pdf   144 2025-03 Car Volkswagen Tiguan Black Contravening a Red Traffic Light None A4036 Lye Lye Dudley Dudley Education N/A Yes - Via Email 52.4599417 -2.1160497

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