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 = "Sandwell" and vehicle_make = "Mini" 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 4
  • Misc - Non Traffic Offences 2
  • 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
  • Use a vehicle / cycle on a road and contravene a local traffic order other than parking 1
  • Using a Mobile Phone Whilst Driving 1

month 6

  • 2025-04 3
  • 2025-06 3
  • 2025-10 2
  • 2025-01 1
  • 2025-05 1
  • 2025-07 1

disposal 3

  • NFA 5
  • Fixed Penalty 3
  • Warning Letter 3

reporter_transport_mode 2

  • Car 8
  • Pedestrian 3

vehicle_make 1

  • Mini · 11 ✖

council_area 1

  • Sandwell · 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
22174 op-snap---monthly-publication-october-2025.pdf   124 2025-10 Car Mini Mini Grey Driving without Due Care and Attention None Dudley Road Dudley Road Sandwell Sandwell NFA Outside of 14 DAYS Late Submission   52.4877352 -1.9494469
23316 op-snap---monthly-publication-october-2025.pdf   1266 2025-10 Pedestrian Mini one Silver Misc - Non Traffic Offences None Beech avenue Beech avenue Sandwell Sandwell NFA Misc Inc Crimes   52.5434265 -1.9721357
14003 op-snap---monthly-publication-july-2025.pdf   2055 2025-07 Pedestrian Mini Countryman Silver Cause vehicle to be left in a dangerous position none High street, princes end High street, princes end Sandwell Sandwell Warning Letter N/A   52.5437324 -2.0596147
14588 op-snap---monthly-publication-june-2025.pdf   517 2025-06 Car Mini Cooper Black Misc - Non Traffic Offences None Moatfield Terrace Moatfield Terrace Sandwell Sandwell NFA No Offence   52.5551597 -2.0151861
15270 op-snap---monthly-publication-june-2025.pdf   1199 2025-06 Car Mini Cooper White Using a Mobile Phone Whilst Driving None Oxford Street Island Oxford Street Island Sandwell Sandwell Fixed Penalty N/A      
15840 op-snap---monthly-publication-june-2025.pdf   1769 2025-06 Pedestrian Mini One.. White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Castle Road West Castle Road West Sandwell Sandwell Warning Letter N/A   52.4686934 -1.9974957
20161 op-snap---monthly-publication-may-2025.pdf   1523 2025-05 Car Mini Cooper Black Driving without Due Care and Attention None Halesowen Road Halesowen Road Sandwell Sandwell Warning Letter N/A   52.4727241 -2.0645309
494 op-snap---monthly-publication-april-2025.pdf   493 2025-04 Car Mini Cooper Red Driving without Due Care and Attention None All Saints WAY All Saints WAY Sandwell Sandwell Fixed Penalty N/A   52.5344405 -1.985568
1390 op-snap---monthly-publication-april-2025.pdf   1389 2025-04 Car Mini Cooper Grey Driving without Due Care and Attention None Washwood heath road Washwood heath road Sandwell Sandwell NFA Outside of 14 Days NIP      
1727 op-snap---monthly-publication-april-2025.pdf   1726 2025-04 Car Mini Countryman Grey Contravening a Red Traffic Light None Downing Street , Smethwick Downing Street , Smethwick Sandwell Sandwell NFA Outside of 14 Days NIP   52.5002799 -1.9606742
9335 op-snap---monthly-publication-january-2025.pdf   443 2025-01 Car Mini C-Man Grey Use a vehicle / cycle on a road and contravene a local traffic order other than parking None High Street, Rowley Regis High Street, Rowley Regis Sandwell Sandwell Fixed Penalty N/A Yes - Via Email 52.4752005 -2.0757364

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