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-03" 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, nfa_rationale, latitude, longitude

offence 7

  • Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment 4
  • Driving without Due Care and Attention 2
  • Contravening a Red Traffic Light 1
  • Driver not in position to have Proper Control 1
  • Driving without Reasonable Consideration 1
  • Motor vehicle fail to accord precedence at a pelican crossing 1
  • Using a Mobile Phone Whilst Driving 1

reporter_transport_mode 4

  • Car 4
  • Other 4
  • Pedestrian 2
  • Pedal Bike 1

disposal 3

  • Fixed Penalty 8
  • NFA 2
  • Warning Letter 1

vehicle_make 1

  • Vauxhall · 11 ✖

month 1

  • 2025-03 · 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
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
16893 op-snap---monthly-publication-march-2025.pdf   650 2025-03 Car Vauxhall Astra Blue Using a Mobile Phone Whilst Driving None Stream Road, Kingswinford Stream Road, Kingswinford Dudley Dudley Fixed Penalty N/A Yes - Via Email 52.4928417 -2.1667409
16954 op-snap---monthly-publication-march-2025.pdf   711 2025-03 Car Vauxhall Vivaro Grey Contravening a Red Traffic Light None Worcester Lane Worcester Lane Dudley Dudley Fixed Penalty N/A Yes - Via Email 52.4336498 -2.1403487
17228 op-snap---monthly-publication-march-2025.pdf   985 2025-03 Car Vauxhall Combo Silver Driving without Due Care and Attention None Queensway Halesowen Queensway Halesowen Dudley Dudley Fixed Penalty N/A Yes - Via Email 52.4478278 -2.0524287
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
17789 op-snap---monthly-publication-march-2025.pdf   1546 2025-03 Car Vauxhall VIVARO White Driving without Due Care and Attention None SECOND AVENUE Second Avenue Dudley Dudley Fixed Penalty N/A Yes - Via Email 52.5007326 -2.1524094
17954 op-snap---monthly-publication-march-2025.pdf   1711 2025-03 Pedestrian Vauxhall ASTRA Silver Driver not in position to have Proper Control None STOURBRIDGE ROAD Stourbridge Road Dudley Dudley NFA No Independent Evidence Available Yes - Via Email 52.5002997 -2.1081386
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
18137 op-snap---monthly-publication-march-2025.pdf   1894 2025-03 Pedestrian Vauxhall Astra Red Motor vehicle fail to accord precedence at a pelican crossing None Fairfield Road at Hurst Green Road Halesowen Fairfield Road at Hurst Green Road Halesowen Dudley Dudley NFA No Independent Evidence Available Yes - Via Email 52.4747846 -2.0270674
18193 op-snap---monthly-publication-march-2025.pdf   1950 2025-03 Pedal Bike Vauxhall ASTRA Grey Driving without Reasonable Consideration None HEATH LANE Heath Lane Dudley Dudley Warning Letter N/A Yes - Via Email 52.4495524 -2.1459067

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