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-02" and offence = "Cause vehicle to be left in a dangerous position" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_colour, second_offence, offence_location_raw, offence_location, latitude, longitude

vehicle_make 7

  • Ford 3
  • Mercedes-Benz 3
  • BMW 2
  • Audi 1
  • Toyota 1
  • Vauxhall 1
  • Volkswagen 1

disposal 3

  • Fixed Penalty 8
  • Education 3
  • Court 1

reporter_transport_mode 2

  • Pedestrian 10
  • Car 2

offence 1

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

month 1

  • 2025-02 · 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
5374 op-snap---monthly-publication-february-2025.pdf   191 2025-02 Pedestrian Mercedes-Benz Vito White 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
5643 op-snap---monthly-publication-february-2025.pdf   460 2025-02 Car Vauxhall Grandland Black Cause vehicle to be left in a dangerous position None Wheatley Road Oldbury Wheatley Road Oldbury Sandwell Sandwell Fixed Penalty N/A Yes - Via Email 52.5187804 -2.0102148
5856 op-snap---monthly-publication-february-2025.pdf   673 2025-02 Car Ford Galaxy Black Cause vehicle to be left in a dangerous position None Clent Road Oldbury Clent Road Oldbury Sandwell Sandwell Fixed Penalty N/A Yes - Via Email 52.4796168 -1.9761642
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
6446 op-snap---monthly-publication-february-2025.pdf   1263 2025-02 Pedestrian Ford Transit White Cause vehicle to be left in a dangerous position None Bertram Road Bertram Road Sandwell Sandwell Education N/A Yes - Via Email 52.4984114 -1.981609
6924 op-snap---monthly-publication-february-2025.pdf   1741 2025-02 Pedestrian Toyota MPV Silver Cause vehicle to be left in a dangerous position None Clent Road Clent Road Sandwell Sandwell Fixed Penalty N/A Yes - Via Email 52.4725947 -1.9952306
7002 op-snap---monthly-publication-february-2025.pdf   1819 2025-02 Pedestrian Volkswagen Tiguan Silver Cause vehicle to be left in a dangerous position None Ramsay Road Ramsay Road Sandwell Sandwell Fixed Penalty N/A Yes - Via Email 52.4723061 -1.9942558
7011 op-snap---monthly-publication-february-2025.pdf   1828 2025-02 Pedestrian Mercedes-Benz AMG Silver Cause vehicle to be left in a dangerous position No Insurance Clent Road Clent Road Sandwell Sandwell Court N/A Yes - Via Email 52.4725947 -1.9952306
7034 op-snap---monthly-publication-february-2025.pdf   1851 2025-02 Pedestrian Ford Focus Grey Cause vehicle to be left in a dangerous position None St Albans Road Smethwick Street Albans Road Smethwick Sandwell Sandwell Fixed Penalty N/A Yes - Via Email    
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
7118 op-snap---monthly-publication-february-2025.pdf   1935 2025-02 Pedestrian Audi A6 Grey Cause vehicle to be left in a dangerous position None Clent Road Clent Road Sandwell Sandwell Fixed Penalty N/A Yes - Via Email 52.4725947 -1.9952306
7244 op-snap---monthly-publication-february-2025.pdf   2061 2025-02 Pedestrian Mercedes-Benz GLA Red Cause vehicle to be left in a dangerous position None Castle Road East Castle Road East Sandwell Sandwell Education N/A Yes - Via Email 52.4687472 -1.9893922

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