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

13 rows where council_area = "Dudley", disposal = "NFA" and vehicle_make = "Seat" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence, nfa_rationale

offence 7

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

month 7

  • 2025-06 4
  • 2025-05 3
  • 2025-09 2
  • 2025-04 1
  • 2025-08 1
  • 2025-11 1
  • 2025-12 1

reporter_transport_mode 4

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

vehicle_make 1

  • Seat · 13 ✖

disposal 1

  • NFA · 13 ✖

council_area 1

  • Dudley · 13 ✖
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
4801 op-snap---monthly-publication-december-2025.pdf   929 2025-12 Car Seat CUPRA Grey Driving without Due Care and Attention None Cinder bank at Simms Cinder bank at Simms Dudley Dudley NFA Outside of 14 Days NIP   52.4951209 -2.0924902
21308 op-snap---monthly-publication-november-2025.pdf   850 2025-11 Pedestrian Seat Ateca Grey Cause vehicle to be left in a dangerous position None gayfield avenue Gayfield Avenue Dudley Dudley NFA Misc Inc Crimes   52.4693896 -2.1251602
24296 op-snap---monthly-publication-september-2025.pdf   515 2025-09 Car Seat Leon Silver Contravening a Red Traffic Light None A449 Wolverhampton Road Wolverhampton Road Dudley Dudley NFA No Independent Evidence Available   52.5063917 -2.1711502
24431 op-snap---monthly-publication-september-2025.pdf   650 2025-09 Car Seat Leon White Driving without Due Care and Attention None Prince Street Prince Street Dudley Dudley NFA Not in Public Interest   52.4966192 -2.0854322
2818 op-snap---monthly-publication-august-2025.pdf   793 2025-08 Other Seat Ibiza White Driving without Due Care and Attention None Water front Merry Hill Water front Merry Hill Dudley Dudley NFA No Independent Evidence Available      
14657 op-snap---monthly-publication-june-2025.pdf   586 2025-06 Other Seat Ibiza 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 NFA Outside of 14 Days NIP   52.4831397 -2.1309273
14803 op-snap---monthly-publication-june-2025.pdf   732 2025-06 Car Seat Mii White Contravening a Red Traffic Light None Saltwells Road Saltwells Road Dudley Dudley NFA Outside of 14 Days NIP   52.4828169 -2.0775182
15752 op-snap---monthly-publication-june-2025.pdf   1681 2025-06 Other Seat Leon Black Contravening a Red Traffic Light None King Street King Street Dudley Dudley NFA No Independent Evidence Available   52.5095654 -2.0806912
15891 op-snap---monthly-publication-june-2025.pdf   1820 2025-06 Pedestrian Seat Leon White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Naseby Drive Naseby Drive Dudley Dudley NFA No Independent Evidence Available   52.4413419 -2.0782707
18808 op-snap---monthly-publication-may-2025.pdf   170 2025-05 Car Seat Ibiza White Misc - Non Traffic Offences Littering Stream Road Stream Road Dudley Dudley NFA Outside of 14 Days NIP   52.4871725 -2.1623764
19809 op-snap---monthly-publication-may-2025.pdf   1171 2025-05 Other Seat Alhambra Black Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipmen Nt one Tower Street Tower Street Dudley Dudley NFA Outside of 14 Days NIP   52.5112053 -2.0833165
19995 op-snap---monthly-publication-may-2025.pdf   1357 2025-05 Pedal Bike Seat Leon Grey Driving without Due Care and Attention None Pedmore lane Pedmore lane Dudley Dudley NFA Outside of 14 Days NIP   52.4380762 -2.1151301
312 op-snap---monthly-publication-april-2025.pdf   311 2025-04 Car Seat Leon Red Driving without Due Care and Attention None Buffery Road Buffery Road Dudley Dudley NFA Outside of 14 Days NIP   52.5019358 -2.0757293

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