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

11 rows where council_area = "Dudley", month = "2025-12" and offence = "Contravening a Red Traffic Light" 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

vehicle_make 8

  • Ford 3
  • Mercedes-Benz 2
  • Audi 1
  • BMW 1
  • Nissan 1
  • Seat 1
  • Toyota 1
  • Vauxhall 1

disposal 3

  • Education 6
  • NFA 3
  • Warning Letter 2

reporter_transport_mode 1

  • Car 11

offence 1

  • Contravening a Red Traffic Light · 11 ✖

month 1

  • 2025-12 · 11 ✖

council_area 1

  • Dudley · 11 ✖
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
3991 op-snap---monthly-publication-december-2025.pdf   119 2025-12 Car Ford Transit White Contravening a Red Traffic Light None Factory Road Factory Road Dudley Dudley Education N/A   52.5324055 -2.0739923
3992 op-snap---monthly-publication-december-2025.pdf   120 2025-12 Car Mercedes-Benz Vito White Contravening a Red Traffic Light None Factory Road Factory Road Dudley Dudley Education N/A   52.5324055 -2.0739923
4084 op-snap---monthly-publication-december-2025.pdf   212 2025-12 Car Ford Focus Grey Contravening a Red Traffic Light None Brockmoor High St Brockmoor High Street Dudley Dudley NFA No Independent Evidence Available      
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
4633 op-snap---monthly-publication-december-2025.pdf   761 2025-12 Car Audi A3 Blue Contravening a Red Traffic Light None Hickman Road Hickman Road Dudley Dudley Education N/A   52.4878144 -2.1286751
4761 op-snap---monthly-publication-december-2025.pdf   889 2025-12 Car Seat Toledo Blue Contravening a Red Traffic Light None A4123 Black Country New Road Black Country New Road Dudley Dudley Education N/A      
4828 op-snap---monthly-publication-december-2025.pdf   956 2025-12 Car Mercedes-Benz Sprinter White Contravening a Red Traffic Light None A491 High Street, Amblecote High Street, Amblecote Dudley Dudley Education N/A   52.461983 -2.1492141
4831 op-snap---monthly-publication-december-2025.pdf   959 2025-12 Car Ford Focus Blue Contravening a Red Traffic Light None John Street Brierley Hill John Street Brierley Hill Dudley Dudley NFA Outside of 14 Days NIP   52.4875113 -2.1217558
4873 op-snap---monthly-publication-december-2025.pdf   1001 2025-12 Car BMW 530D Black Contravening a Red Traffic Light None Cinder Bank Cinder Bank Dudley Dudley NFA Outside of 14 Days NIP   52.4951209 -2.0924902
4911 op-snap---monthly-publication-december-2025.pdf   1039 2025-12 Car Nissan Micra Silver Contravening a Red Traffic Light None New Birmingham Road New Birmingham Road Dudley Dudley Warning Letter N/A   52.5123958 -2.0585145
4965 op-snap---monthly-publication-december-2025.pdf   1093 2025-12 Car Vauxhall Mokka Black Contravening a Red Traffic Light None Stroubridge Road Stroubridge Road Dudley Dudley Warning Letter N/A      

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