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", month = "2025-06" and vehicle_make = "Ford" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, nfa_rationale

offence 6

  • Cause vehicle to be left in a dangerous position 3
  • Driving without Due Care and Attention 3
  • Using a Mobile Phone Whilst Driving 2
  • Contravening a Red Traffic Light 1
  • Driving without Reasonable Consideration 1
  • Use a vehicle / cycle on a road and contravene a local traffic order other than parking 1

disposal 4

  • NFA 4
  • Warning Letter 4
  • Education 2
  • Court 1

reporter_transport_mode 3

  • Car 6
  • Pedal Bike 3
  • Pedestrian 2

vehicle_make 1

  • Ford · 11 ✖

month 1

  • 2025-06 · 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
14271 op-snap---monthly-publication-june-2025.pdf   200 2025-06 Car Ford Fiesta White Driving without Due Care and Attention None Station Road Station Road Sandwell Sandwell NFA No VRM   52.4774652 -2.0337514
14646 op-snap---monthly-publication-june-2025.pdf   575 2025-06 Pedestrian Ford Puma White Cause vehicle to be left in a dangerous position None Castle Road East Castle Road East Sandwell Sandwell NFA Outside of 14 Days NIP   52.4687472 -1.9893922
14652 op-snap---monthly-publication-june-2025.pdf   581 2025-06 Pedal Bike Ford Transit White Cause vehicle to be left in a dangerous position None Hallen Drive Hallen Drive Sandwell Sandwell NFA Outside of 14 Days NIP      
14837 op-snap---monthly-publication-june-2025.pdf   766 2025-06 Car Ford Transit White Using a Mobile Phone Whilst Driving None Ferguson Drive Ferguson Drive Sandwell Sandwell NFA No Offence   52.5312123 -2.0493776
14937 op-snap---monthly-publication-june-2025.pdf   866 2025-06 Pedal Bike Ford fiesta Blue Driving without Due Care and Attention None A4037 Tipton Tipton Sandwell Sandwell Court N/A   52.5290396 -2.0693747
15089 op-snap---monthly-publication-june-2025.pdf   1018 2025-06 Car Ford Focus Grey Driving without Reasonable Consideration None Dudley Road East Dudley Road East Sandwell Sandwell Warning Letter N/A   52.5111988 -2.0318469
15113 op-snap---monthly-publication-june-2025.pdf   1042 2025-06 Car Ford Transit White Using a Mobile Phone Whilst Driving None M5 M5 Sandwell Sandwell Warning Letter N/A      
15236 op-snap---monthly-publication-june-2025.pdf   1165 2025-06 Pedal Bike Ford TRANSIT White Driving without Due Care and Attention None WALSALL ROAD Walsall Road Sandwell Sandwell Education N/A   52.5439824 -1.9306805
15502 op-snap---monthly-publication-june-2025.pdf   1431 2025-06 Car Ford focus Blue Contravening a Red Traffic Light None Soho Way Soho Way Sandwell Sandwell Education N/A   52.4950362 -1.9551954
15691 op-snap---monthly-publication-june-2025.pdf   1620 2025-06 Car Ford Fiesta White Use a vehicle / cycle on a road and contravene a local traffic order other than parking None Thynne Street Thynne Street Sandwell Sandwell Warning Letter N/A   52.5145422 -1.9842613
16091 op-snap---monthly-publication-june-2025.pdf   2020 2025-06 Pedestrian Ford Transit White Cause vehicle to be left in a dangerous position None Crankhall Lane Crankhall Lane Sandwell Sandwell Warning Letter N/A   52.5489715 -1.9927402

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