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

10 rows where council_area = "Sandwell", reporter_transport_mode = "Pedal Bike" and vehicle_make = "Ford" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source_file, vehicle_model, vehicle_colour, nfa_rationale

month 7

  • 2025-06 3
  • 2025-07 2
  • 2025-03 1
  • 2025-04 1
  • 2025-05 1
  • 2025-12 1
  • 2026-01 1

offence 6

  • 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
  • Driving without Reasonable Consideration 1
  • Stop a vehicle on pedestrian crossing 1
  • Stop a vehicle within pelican pedestrian crossing limits 1

disposal 5

  • NFA 4
  • Education 3
  • Court 1
  • Fixed Penalty 1
  • Warning Letter 1

vehicle_make 1

  • Ford · 10 ✖

reporter_transport_mode 1

  • Pedal Bike · 10 ✖

council_area 1

  • Sandwell · 10 ✖
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
11584 op-snap---monthly-publication-january-2026.pdf   1045 2026-01 Pedal Bike Ford Transit White Driving without Due Care and Attention None Heath Lane Heath Lane Sandwell Sandwell Education N/A   52.5369717 -1.9907285
5135 op-snap---monthly-publication-december-2025.pdf   1263 2025-12 Pedal Bike Ford Transit Blue Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Hadley Street Hadley Street Sandwell Sandwell Warning Letter N/A   52.4863612 -2.0105376
13015 op-snap---monthly-publication-july-2025.pdf   1067 2025-07 Pedal Bike Ford Independance Blue Driving without Reasonable Consideration None Friar Park Road , Wednesbury Friar Park Road , Wednesbury Sandwell Sandwell NFA Outside of 14 Days NIP   52.5538676 -1.9965667
13088 op-snap---monthly-publication-july-2025.pdf   1140 2025-07 Pedal Bike Ford Focus Grey Driving without Due Care and Attention None Toll End Road Tipton Toll End Road Tipton Sandwell Sandwell NFA No Offence   52.5404048 -2.0400078
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      
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
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
19457 op-snap---monthly-publication-may-2025.pdf   819 2025-05 Pedal Bike Ford Fiesta Black Driving without Due Care and Attention None High Street High Street Sandwell Sandwell Education N/A   52.5128738 -1.9842054
1527 op-snap---monthly-publication-april-2025.pdf   1526 2025-04 Pedal Bike Ford Focus Black Stop a vehicle within pelican pedestrian crossing limits None Crankhall Lane , Wednesbury Crankhall Lane , Wednesbury Sandwell Sandwell NFA Outside of 14 Days NIP   52.5562019 -2.0028056
17540 op-snap---monthly-publication-march-2025.pdf   1297 2025-03 Pedal Bike Ford Ranger White Stop a vehicle on pedestrian crossing None Crankhall Lane Crankhall Lane Sandwell Sandwell Fixed Penalty N/A Yes - Via Email 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);