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

15 rows where council_area = "Dudley", month = "2025-10" and vehicle_make = "Ford" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, second_offence, offence_location, nfa_rationale, latitude, longitude

disposal 6

  • Warning Letter 4
  • Court 3
  • NFA 3
  • Education 2
  • Fixed Penalty 2
  • RTC - Actioned 1

reporter_transport_mode 4

  • Car 9
  • Pedestrian 3
  • Other 2
  • Pedal Bike 1

offence 4

  • Driving without Due Care and Attention 8
  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 3
  • Contravening a Red Traffic Light 3
  • Driving a vehicle wholly or partly on a footpath 1

vehicle_make 1

  • Ford · 15 ✖

month 1

  • 2025-10 · 15 ✖

council_area 1

  • Dudley · 15 ✖
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
22200 op-snap---monthly-publication-october-2025.pdf   150 2025-10 Car Ford Focus Blue Driving without Due Care and Attention None Waterfront Way Waterfront Way Dudley Dudley RTC - Actioned N/A   52.4879006 -2.1188734
22218 op-snap---monthly-publication-october-2025.pdf   168 2025-10 Car Ford   Black Driving without Due Care and Attention None A491 High Street Stourbridge High Street Stourbridge Dudley Dudley Court N/A   52.4570763 -2.1136199
22247 op-snap---monthly-publication-october-2025.pdf   197 2025-10 Car Ford Fiesta Blue Driving without Due Care and Attention None Castel Gate Island Castel Gate Island Dudley Dudley Fixed Penalty N/A      
22293 op-snap---monthly-publication-october-2025.pdf   243 2025-10 Other Ford Fiesta Grey Driving without Due Care and Attention None Waterfront car park Waterfront car park Dudley Dudley NFA No Offence      
22339 op-snap---monthly-publication-october-2025.pdf   289 2025-10 Car Ford Transit Blue Driving a vehicle wholly or partly on a footpath None South Road Wollaston South Road Wollaston Dudley Dudley Warning Letter N/A   52.4520277 -2.1653372
22363 op-snap---monthly-publication-october-2025.pdf   313 2025-10 Car Ford Transit Grey Driving without Due Care and Attention None Manor Way / Hagley Road Manor Way / Hagley Road Dudley Dudley NFA No Offence   52.4493861 -2.0168307
22497 op-snap---monthly-publication-october-2025.pdf   447 2025-10 Car Ford Transit White Contravening a Red Traffic Light No Insurance Moss Grove Moss Grove Dudley Dudley Court N/A   52.5025066 -2.1702039
22728 op-snap---monthly-publication-october-2025.pdf   678 2025-10 Other Ford Transit White Driving without Due Care and Attention None Norwood Road Norwood Road Dudley Dudley Fixed Penalty N/A   52.4831397 -2.1309273
22825 op-snap---monthly-publication-october-2025.pdf   775 2025-10 Car Ford Focus Blue Contravening a Red Traffic Light None Rufford Road Rufford Road Dudley Dudley Education N/A   52.4517 -2.1321091
22846 op-snap---monthly-publication-october-2025.pdf   796 2025-10 Car Ford Fiesta Blue Driving without Due Care and Attention None High St Stourbridge High Street Stourbridge Dudley Dudley NFA No Offence   52.4570763 -2.1136199
22988 op-snap---monthly-publication-october-2025.pdf   938 2025-10 Car Ford Focus White Contravening a Red Traffic Light No Insurance Pedmore Road Pedmore Road Dudley Dudley Court N/A   52.4897451 -2.1069141
23045 op-snap---monthly-publication-october-2025.pdf   995 2025-10 Pedal Bike Ford Focus Silver Driving without Due Care and Attention None The Broadway The Broadway Dudley Dudley Education N/A   52.515445 -2.0885791
23133 op-snap---monthly-publication-october-2025.pdf   1083 2025-10 Pedestrian Ford Transit White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Gayfield Avenue Gayfield Avenue Dudley Dudley Warning Letter N/A   52.4693896 -2.1251602
23340 op-snap---monthly-publication-october-2025.pdf   1290 2025-10 Pedestrian Ford Fiesta Blue Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None silverthorne lane Silverthorne Lane Dudley Dudley Warning Letter N/A      
23742 op-snap---monthly-publication-october-2025.pdf   1692 2025-10 Pedestrian Ford Ranger White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Rifle Street Rifle Street Dudley Dudley Warning Letter N/A   52.5422582 -2.1024522

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