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

12 rows where council_area = "Dudley", disposal = "Fixed Penalty" and month = "2026-02" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_colour, second_offence, offence_location_raw, offence_location, latitude, longitude

vehicle_make 10

  • Volkswagen 3
  • Audi 1
  • BMW 1
  • Ford 1
  • Jaguar 1
  • Mercedes-Benz 1
  • Mitsubishi 1
  • Seat 1
  • Toyota 1
  • Vauxhall 1

offence 7

  • Driving without Due Care and Attention 3
  • Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipmen 3
  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 2
  • Contravening a Red Traffic Light 1
  • Use a motor vehicle / trailer in a condition likely to cause danger of injury 1
  • Using a Mobile Phone Whilst Driving 1
  • VRM fails to conform to Regulations 1

reporter_transport_mode 3

  • Car 6
  • Other 5
  • Pedestrian 1

month 1

  • 2026-02 · 12 ✖

disposal 1

  • Fixed Penalty · 12 ✖

council_area 1

  • Dudley · 12 ✖
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
7350 op-snap---monthly-publication-february-2026.pdf   97 2026-02 Pedestrian Mercedes-Benz Sprinter Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Gayfield Avenue Gayfield Avenue Dudley Dudley Fixed Penalty N/A   52.4693896 -2.1251602
7592 op-snap---monthly-publication-february-2026.pdf   339 2026-02 Other Mitsubishi Shogun Black Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipmen t None Norwood Road Norwood Road Dudley Dudley Fixed Penalty N/A   52.4831397 -2.1309273
7676 op-snap---monthly-publication-february-2026.pdf   423 2026-02 Car Vauxhall Insignia Grey Using a Mobile Phone Whilst Driving None Embankment Merry Hill Embankment Merry Hill Dudley Dudley Fixed Penalty N/A   52.4814094 -2.1134278
7678 op-snap---monthly-publication-february-2026.pdf   425 2026-02 Other Jaguar XE Red Driving without Due Care and Attention None Norwood Road Norwood Road Dudley Dudley Fixed Penalty N/A   52.4831397 -2.1309273
7733 op-snap---monthly-publication-february-2026.pdf   480 2026-02 Other Ford Focus Silver Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipmen t None Norwood Road Norwood Road Dudley Dudley Fixed Penalty N/A   52.4831397 -2.1309273
7972 op-snap---monthly-publication-february-2026.pdf   719 2026-02 Car Toyota Prius Silver Driving without Due Care and Attention None Scotts Green Island Scotts Green Island Dudley Dudley Fixed Penalty N/A   52.5029355 -2.1051117
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
8215 op-snap---monthly-publication-february-2026.pdf   962 2026-02 Car BMW X1 Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Silverthorne Lane Silverthorne Lane Dudley Dudley Fixed Penalty N/A      
8417 op-snap---monthly-publication-february-2026.pdf   1164 2026-02 Car Volkswagen Passat Green Driving without Due Care and Attention No Insurance The Inhedge, The Inhedge Dudley Dudley Fixed Penalty N/A   52.5099671 -2.0871664
8448 op-snap---monthly-publication-february-2026.pdf   1195 2026-02 Other Audi A3 Black Use a motor vehicle / trailer in a condition likely to cause danger of injury None Waterfront Car Park Waterfront Car Park Dudley Dudley Fixed Penalty N/A      
8576 op-snap---monthly-publication-february-2026.pdf   1323 2026-02 Other Seat Leon White Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipmen t None Stone Street/ Tower Street Stone Street/ Tower Street Dudley Dudley Fixed Penalty N/A   52.5104511 -2.0836025
8786 op-snap---monthly-publication-february-2026.pdf   1533 2026-02 Car Volkswagen Transporter White VRM fails to conform to Regulations None Huntingtree Road Huntingtree Road Dudley Dudley Fixed Penalty N/A   52.4484682 -2.0689885

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