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

14 rows where council_area = "Dudley", disposal = "NFA" and vehicle_make = "Honda" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source_file, source_row, vehicle_model, vehicle_colour, second_offence, offence_location_raw, offence_location, nfa_rationale, latitude, longitude

offence 6

  • Driving without Due Care and Attention 4
  • Driving without Reasonable Consideration 4
  • Contravening a Red Traffic Light 2
  • Misc - Non Traffic Offences 2
  • Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipmen 1
  • Stop a vehicle on pedestrian crossing 1

month 6

  • 2025-05 5
  • 2025-04 3
  • 2025-11 3
  • 2025-06 1
  • 2025-07 1
  • 2025-08 1

reporter_transport_mode 3

  • Car 10
  • Pedestrian 3
  • Other 1

vehicle_make 1

  • Honda · 14 ✖

disposal 1

  • NFA · 14 ✖

council_area 1

  • Dudley · 14 ✖
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
20588 op-snap---monthly-publication-november-2025.pdf   130 2025-11 Car Honda CR V Brown Driving without Due Care and Attention None The Broadway The Broadway Dudley Dudley NFA No Independent Evidence Available   52.515445 -2.0885791
21397 op-snap---monthly-publication-november-2025.pdf   939 2025-11 Pedestrian Honda accord Silver Misc - Non Traffic Offences No Insurance Parkdale Close Parkdale Close Dudley Dudley NFA Misc Inc Crimes      
21787 op-snap---monthly-publication-november-2025.pdf   1329 2025-11 Pedestrian Honda crv White Misc - Non Traffic Offences None turners lane Turners Lane Dudley Dudley NFA Misc Inc Crimes   52.4721372 -2.1243522
2480 op-snap---monthly-publication-august-2025.pdf   455 2025-08 Car Honda Civic Red Driving without Due Care and Attention None High Street, Quarry Bank High Street, Quarry Bank Dudley Dudley NFA No VRM   52.4576453 -2.1150716
12922 op-snap---monthly-publication-july-2025.pdf   974 2025-07 Car Honda   Silver Driving without Reasonable Consideration None Third Avenue , Pensnett Third Avenue , Pensnett Dudley Dudley NFA Out of Force   52.5046812 -2.1550209
14367 op-snap---monthly-publication-june-2025.pdf   296 2025-06 Car Honda CRV Silver Driving without Due Care and Attention None CASTLEFIELDS Castlefields Dudley Dudley NFA No Independent Evidence Available      
18805 op-snap---monthly-publication-may-2025.pdf   167 2025-05 Car Honda NSC White Driving without Due Care and Attention None Market Street Market Street Dudley Dudley NFA Outside of 14 Days NIP   52.4964695 -2.1680501
18923 op-snap---monthly-publication-may-2025.pdf   285 2025-05 Car Honda HRV Blue Driving without Reasonable Consideration None A4100 Quarry Bank Quarry Bank Dudley Dudley NFA No Offence   52.4733135 -2.1014635
19036 op-snap---monthly-publication-may-2025.pdf   398 2025-05 Car Honda CIVIC Grey Contravening a Red Traffic Light None HIGH STREET High Street Dudley Dudley NFA Outside of 14 Days NIP   52.4779764 -2.1598371
19409 op-snap---monthly-publication-may-2025.pdf   771 2025-05 Car Honda Jazz White Contravening a Red Traffic Light None Balds Lane Balds Lane Dudley Dudley NFA No VRM   52.455416 -2.1051567
19827 op-snap---monthly-publication-may-2025.pdf   1189 2025-05 Other Honda NSC White 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
1176 op-snap---monthly-publication-april-2025.pdf   1175 2025-04 Car Honda   Red Driving without Reasonable Consideration None Tower Street , Dudley Tower Street , Dudley Dudley Dudley NFA Outside of 14 Days NIP   52.5442741 -2.1202407
1190 op-snap---monthly-publication-april-2025.pdf   1189 2025-04 Car Honda   Red Driving without Reasonable Consideration None Tower Street , Dudley Tower Street , Dudley Dudley Dudley NFA Outside of 14 Days NIP   52.5442741 -2.1202407
1919 op-snap---monthly-publication-april-2025.pdf   1918 2025-04 Pedestrian Honda np Blue Stop a vehicle on pedestrian crossing None dudley road Dudley Road Dudley Dudley NFA Outside of 14 Days NIP   52.4881161 -2.1199108

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