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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_colour, nfa_rationale

vehicle_make 5

  • Volkswagen 3
  • BMW 1
  • Ford 1
  • Mercedes-Benz 1
  • Vauxhall 1

reporter_transport_mode 3

  • Car 7
  • Motorbike 1
  • Other 1

disposal 3

  • Education 5
  • NFA 3
  • Warning Letter 1

offence 1

  • Contravening a Red Traffic Light · 9 ✖

month 1

  • 2025-11 · 9 ✖

council_area 1

  • Dudley · 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
20551 op-snap---monthly-publication-november-2025.pdf   93 2025-11 Motorbike Mercedes-Benz C220 Black Contravening a Red Traffic Light None Pedmore Road Pedmore Road Dudley Dudley Warning Letter N/A   52.4897451 -2.1069141
20575 op-snap---monthly-publication-november-2025.pdf   117 2025-11 Car   Van Black Contravening a Red Traffic Light None Wellington Road Wellington Road Dudley Dudley NFA Misc Inc Crimes   52.5072771 -2.0954756
20632 op-snap---monthly-publication-november-2025.pdf   174 2025-11 Car   N/K   Contravening a Red Traffic Light None Merry Hill Brierley Hill Merry Hill Brierley Hill Dudley Dudley NFA No VRM   52.4817646 -2.1113435
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
20825 op-snap---monthly-publication-november-2025.pdf   367 2025-11 Car BMW 320.. Blue Contravening a Red Traffic Light None Worcester Lane Stourbridge Worcester Lane Stourbridge Dudley Dudley Education N/A   52.4336498 -2.1403487
21317 op-snap---monthly-publication-november-2025.pdf   859 2025-11 Car Vauxhall Corsa Black Contravening a Red Traffic Light None High Street, Amblecote High Street, Amblecote Dudley Dudley Education N/A   52.461983 -2.1492141
21762 op-snap---monthly-publication-november-2025.pdf   1304 2025-11 Car Ford Fiesta White Contravening a Red Traffic Light None Bloomfield Road Bloomfield Road Dudley Dudley Education N/A   52.5377733 -2.0733724
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

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