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

13 rows where council_area = "Sandwell", offence = "Cause vehicle to be left in a dangerous position" and vehicle_make = "BMW" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence, offence_location_raw, offence_location, nfa_rationale, latitude, longitude

month 10

  • 2025-02 2
  • 2025-07 2
  • 2025-10 2
  • 2025-01 1
  • 2025-03 1
  • 2025-06 1
  • 2025-08 1
  • 2025-11 1
  • 2025-12 1
  • 2026-01 1

disposal 5

  • Warning Letter 7
  • Fixed Penalty 2
  • NFA 2
  • Court 1
  • Education 1

reporter_transport_mode 2

  • Pedestrian 11
  • Car 2

vehicle_make 1

  • BMW · 13 ✖

offence 1

  • Cause vehicle to be left in a dangerous position · 13 ✖

council_area 1

  • Sandwell · 13 ✖
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
11907 op-snap---monthly-publication-january-2026.pdf   1368 2026-01 Pedestrian BMW X1 White Cause vehicle to be left in a dangerous position None tividale hall road Tividale Hall Road Sandwell Sandwell Warning Letter N/A   52.5078829 -2.058238
4217 op-snap---monthly-publication-december-2025.pdf   345 2025-12 Pedestrian BMW 3 Series Grey Cause vehicle to be left in a dangerous position None Barclay Road Barclay Road Sandwell Sandwell Warning Letter N/A   52.4722765 -1.9787531
20667 op-snap---monthly-publication-november-2025.pdf   209 2025-11 Car BMW M340 Grey Cause vehicle to be left in a dangerous position None Hobbs Road Hobbs Road Sandwell Sandwell NFA Misc Inc Crimes      
23639 op-snap---monthly-publication-october-2025.pdf   1589 2025-10 Pedestrian BMW 3 Series Grey Cause vehicle to be left in a dangerous position None Abbey Road Abbey Road Sandwell Sandwell Warning Letter N/A   52.47753 -1.9774758
23761 op-snap---monthly-publication-october-2025.pdf   1711 2025-10 Pedestrian BMW X5 Grey Cause vehicle to be left in a dangerous position None stoney lane Stoney Lane Sandwell Sandwell Warning Letter N/A   52.523553 -1.9890949
3795 op-snap---monthly-publication-august-2025.pdf   1770 2025-08 Pedestrian BMW 3 series Grey Cause vehicle to be left in a dangerous position None Runcorn Road Runcorn Road Sandwell Sandwell Warning Letter N/A      
13308 op-snap---monthly-publication-july-2025.pdf   1360 2025-07 Pedestrian BMW X3 White Cause vehicle to be left in a dangerous position None Reddings Lane Reddings Lane Sandwell Sandwell Warning Letter N/A      
13344 op-snap---monthly-publication-july-2025.pdf   1396 2025-07 Pedestrian BMW X1 Black Cause vehicle to be left in a dangerous position None Reddings Lane Reddings Lane Sandwell Sandwell Warning Letter N/A      
15997 op-snap---monthly-publication-june-2025.pdf   1926 2025-06 Pedestrian BMW 318d Blue 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
17982 op-snap---monthly-publication-march-2025.pdf   1739 2025-03 Car BMW 320.. Silver Cause vehicle to be left in a dangerous position No Insurance Cornwall Avenue Cornwall Avenue Sandwell Sandwell Court N/A Yes - Via Email 52.4701815 -2.0015031
6366 op-snap---monthly-publication-february-2025.pdf   1183 2025-02 Pedestrian BMW 520 Black Cause vehicle to be left in a dangerous position None Castle Road East Castle Road East Sandwell Sandwell Fixed Penalty N/A Yes - Via Email 52.4687472 -1.9893922
7112 op-snap---monthly-publication-february-2025.pdf   1929 2025-02 Pedestrian BMW X5 Blue Cause vehicle to be left in a dangerous position None Ramsay Road Ramsay Road Sandwell Sandwell Education N/A Yes - Via Email 52.4723061 -1.9942558
10246 op-snap---monthly-publication-january-2025.pdf   1354 2025-01 Pedestrian BMW X3 Grey Cause vehicle to be left in a dangerous position None Prospect Street Prospect Street Sandwell Sandwell Fixed Penalty N/A Yes - Via Email 52.5445289 -2.0407791

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