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 month = "2025-03", reporter_transport_mode = "Other" and vehicle_make = "Vauxhall" 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, council_area_raw, latitude, longitude

offence 5

  • Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment 4
  • Cause vehicle to be left in a dangerous position 2
  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 1
  • Driving without Due Care and Attention 1
  • Misc - Non Traffic Offences 1

council_area 4

  • Dudley 4
  • Birmingham 3
  • Coventry 1
  • Metropolitan Borough Of Dudley 1

disposal 3

  • Fixed Penalty 6
  • Warning Letter 2
  • Other Action Taken 1

vehicle_make 1

  • Vauxhall · 9 ✖

reporter_transport_mode 1

  • Other · 9 ✖

month 1

  • 2025-03 · 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
16342 op-snap---monthly-publication-march-2025.pdf   99 2025-03 Other Vauxhall Corsa White Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment None Tower Street Tower Street Dudley Dudley Fixed Penalty N/A Yes - Via Email 52.5112053 -2.0833165
16719 op-snap---monthly-publication-march-2025.pdf   476 2025-03 Other Vauxhall Astra White Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment None Norwood Road Norwood Road Dudley Dudley Fixed Penalty N/A Yes - Via Email 52.4831397 -2.1309273
16749 op-snap---monthly-publication-march-2025.pdf   506 2025-03 Other Vauxhall Astra Black Misc - Non Traffic Offences None Tower Street Tower Street Metropolitan Borough of Dudley Metropolitan Borough Of Dudley Other Action Taken N/A Yes - Via Email 52.490562 -1.9003853
17393 op-snap---monthly-publication-march-2025.pdf   1150 2025-03 Other Vauxhall Corsa Blue Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment None Tower Street Tower Street Dudley Dudley Fixed Penalty N/A Yes - Via Email 52.5112053 -2.0833165
17503 op-snap---monthly-publication-march-2025.pdf   1260 2025-03 Other Vauxhall Corsa Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Worlds End Lane Worlds End Lane Birmingham Birmingham Warning Letter N/A Yes - Via Email 52.4555997 -1.9882443
17650 op-snap---monthly-publication-march-2025.pdf   1407 2025-03 Other Vauxhall Mokka Grey Driving without Due Care and Attention None Jubilee Close Jubilee Close Coventry Coventry Warning Letter N/A Yes - Via Email    
17961 op-snap---monthly-publication-march-2025.pdf   1718 2025-03 Other Vauxhall Corsa Black Cause vehicle to be left in a dangerous position None Glenville Drive Glenville Drive Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.5265939 -1.8509884
17968 op-snap---monthly-publication-march-2025.pdf   1725 2025-03 Other Vauxhall Corsa Grey Cause vehicle to be left in a dangerous position None Glenville Drive Glenville Drive Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.5265939 -1.8509884
18062 op-snap---monthly-publication-march-2025.pdf   1819 2025-03 Other Vauxhall Mokka Black Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment None Tower Street Tower Street Dudley Dudley Fixed Penalty N/A Yes - Via Email 52.5112053 -2.0833165

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