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 council_area = "Dudley", month = "2025-11" and vehicle_make = "BMW" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, second_offence, nfa_rationale

offence 5

  • Driving without Due Care and Attention 5
  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 1
  • Cause vehicle to be left in a dangerous position 1
  • Contravening a Red Traffic Light 1
  • Misc - Non Traffic Offences 1

disposal 5

  • Court 2
  • Education 2
  • NFA 2
  • Warning Letter 2
  • Other Action Taken 1

reporter_transport_mode 3

  • Pedestrian 4
  • Car 3
  • Other 2

vehicle_make 1

  • BMW · 9 ✖

month 1

  • 2025-11 · 9 ✖

council_area 1

  • Dudley · 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
20476 op-snap---monthly-publication-november-2025.pdf   18 2025-11 Other BMW 225d White Driving without Due Care and Attention None Waterfront car park Waterfront car park Dudley Dudley Court N/A      
20641 op-snap---monthly-publication-november-2025.pdf   183 2025-11 Car BMW 320.. Grey Driving without Due Care and Attention Use vehicle on a road without valid test certificate High Street Sedgley High Street Sedgley Dudley Dudley Education N/A   52.543975 -2.122501
20825 op-snap---monthly-publication-november-2025.pdf   367 2025-11 Car BMW 320.. Blue Contravening a Red Traffic Light None Worcester Lane Stourbridge Worcester Lane Stourbridge Dudley Dudley Education N/A   52.4336498 -2.1403487
21333 op-snap---monthly-publication-november-2025.pdf   875 2025-11 Pedestrian BMW 520d Black Cause vehicle to be left in a dangerous position None high street quarry bank High Street Quarry Bank Dudley Dudley Warning Letter N/A   52.4583107 -2.1169703
21336 op-snap---monthly-publication-november-2025.pdf   878 2025-11 Pedestrian BMW 320D Silver Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None broad lane Broad Lane Dudley Dudley Warning Letter N/A   52.6232232 -2.0137162
21788 op-snap---monthly-publication-november-2025.pdf   1330 2025-11 Pedestrian BMW 530D Blue Misc - Non Traffic Offences None abbey road Abbey Road Dudley Dudley NFA Misc Inc Crimes   52.4530622 -2.0800139
21935 op-snap---monthly-publication-november-2025.pdf   1477 2025-11 Other BMW M135 Grey Driving without Due Care and Attention None Waterfront Car Park Waterfront Car Park Dudley Dudley Court N/A      
21964 op-snap---monthly-publication-november-2025.pdf   1506 2025-11 Pedestrian BMW 3 Series White Driving without Due Care and Attention No Insurance Overfield Road Overfield Road Dudley Dudley Other Action Taken N/A   52.5062784 -2.1165195
22029 op-snap---monthly-publication-november-2025.pdf   1571 2025-11 Car BMW BMW Grey Driving without Due Care and Attention None Hall Street Hall Street Dudley Dudley NFA Not in Public Interest   52.5409774 -2.1235921

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