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

12 rows where council_area = "Sandwell", month = "2025-05" and vehicle_make = "Toyota" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, nfa_rationale

offence 8

  • Contravening a Red Traffic Light 3
  • Driving without Due Care and Attention 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
  • Driving a vehicle wholly or partly on a footpath 1
  • Misc - Non Traffic Offences 1
  • Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD 1
  • Stop a vehicle on pedestrian crossing 1

reporter_transport_mode 4

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

disposal 4

  • NFA 4
  • Warning Letter 4
  • Education 2
  • Fixed Penalty 2

vehicle_make 1

  • Toyota · 12 ✖

month 1

  • 2025-05 · 12 ✖

council_area 1

  • Sandwell · 12 ✖
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
18721 op-snap---monthly-publication-may-2025.pdf   83 2025-05 Car Toyota C-HR Grey Contravening a Red Traffic Light None A461 Birmingham Road Birmingham Road Sandwell Sandwell NFA Outside of 14 Days NIP   52.5461417 -1.9334193
18844 op-snap---monthly-publication-may-2025.pdf   206 2025-05 Car Toyota Prius White Driving without Due Care and Attention None Great Barr Interchange Great Barr Interchange Sandwell Sandwell NFA Outside of 14 Days NIP   52.5526943 -1.9321372
18980 op-snap---monthly-publication-may-2025.pdf   342 2025-05 Pedal Bike Toyota Yaris Blue Stop a vehicle on pedestrian crossing None Crankhall Lane Crankhall Lane Sandwell Sandwell Education N/A   52.5489715 -1.9927402
19146 op-snap---monthly-publication-may-2025.pdf   508 2025-05 Car Toyota Prius Black Contravening a Red Traffic Light None Foxoak Street Foxoak Street Sandwell Sandwell Fixed Penalty N/A      
19290 op-snap---monthly-publication-may-2025.pdf   652 2025-05 Other Toyota Aygo Silver Misc - Non Traffic Offences None Walter Road Walter Road Sandwell Sandwell NFA No Offence   52.4958886 -1.9822933
19446 op-snap---monthly-publication-may-2025.pdf   808 2025-05 Car Toyota Prius White Driving without Due Care and Attention None Perry Hill Road Perry Hill Road Sandwell Sandwell Education N/A   52.4633031 -2.0036421
19476 op-snap---monthly-publication-may-2025.pdf   838 2025-05 Car Toyota MPV White Contravening a Red Traffic Light None Londerry Lane Londerry Lane Sandwell Sandwell Warning Letter N/A      
19843 op-snap---monthly-publication-may-2025.pdf   1205 2025-05 Pedestrian Toyota Yaris Grey Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Springfield Road Springfield Road Sandwell Sandwell Fixed Penalty N/A   52.4865171 -1.9991074
19886 op-snap---monthly-publication-may-2025.pdf   1248 2025-05 Pedestrian Toyota Hiace Silver Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Bowden Road Bowden Road Sandwell Sandwell NFA Not in Public Interest   52.4980696 -1.9805738
20155 op-snap---monthly-publication-may-2025.pdf   1517 2025-05 Pedestrian Toyota Yaris Silver Driving a vehicle wholly or partly on a footpath None Dog Kennel Lane Dog Kennel Lane Sandwell Sandwell Warning Letter N/A   52.4901007 -1.9986317
20357 op-snap---monthly-publication-may-2025.pdf   1719 2025-05 Pedestrian Toyota MPV White Cause vehicle to be left in a dangerous position None Bearwood road Bearwood road Sandwell Sandwell Warning Letter N/A   52.4725977 -1.9684448
20374 op-snap---monthly-publication-may-2025.pdf   1736 2025-05 Car Toyota Estima Silver Driving without Due Care and Attention None All Saints Way All Saints Way Sandwell Sandwell Warning Letter N/A   52.5344405 -1.985568

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