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

9 rows where council_area = "Wolverhampton", disposal = "Warning Letter" and month = "2025-01" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_colour, nfa_rationale

vehicle_make 7

  • Ford 2
  • Mg 2
  • BMW 1
  • Fiat 1
  • Land Rover 1
  • Mini 1
  • Nissan 1

offence 5

  • Contravening a Red Traffic Light 3
  • Driving without Reasonable Consideration 2
  • Stop a vehicle within pelican pedestrian crossing limits 2
  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 1
  • Driver not in position to have Proper Control 1

reporter_transport_mode 2

  • Car 8
  • Pedestrian 1

month 1

  • 2025-01 · 9 ✖

disposal 1

  • Warning Letter · 9 ✖

council_area 1

  • Wolverhampton · 9 ✖
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
8903 op-snap---monthly-publication-january-2025.pdf   11 2025-01 Car Mg ZS Red Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Park Road West, Wolverhampton Park Road West, Wolverhampton Wolverhampton Wolverhampton Warning Letter N/A Yes - Via Email 52.5919037 -2.1420009
9173 op-snap---monthly-publication-january-2025.pdf   281 2025-01 Car Nissan Qashqai Black Stop a vehicle within pelican pedestrian crossing limits None High Street, Tettenhall High Street, Tettenhall Wolverhampton Wolverhampton Warning Letter N/A Yes - Via Email 52.5980906 -2.168057
9515 op-snap---monthly-publication-january-2025.pdf   623 2025-01 Car Fiat 500 White Driver not in position to have Proper Control None Ring Road St Peters Ring Road Street Peters Wolverhampton Wolverhampton Warning Letter N/A Yes - Via Email    
9745 op-snap---monthly-publication-january-2025.pdf   853 2025-01 Pedestrian Mg 6 Grey Stop a vehicle within pelican pedestrian crossing limits None HIGH STREET High Street Wolverhampton Wolverhampton Warning Letter N/A Yes - Via Email 52.5635963 -2.0827567
10202 op-snap---monthly-publication-january-2025.pdf   1310 2025-01 Car Ford FIESTA Grey Contravening a Red Traffic Light None DARLINGTON STREET Darlington Street Wolverhampton Wolverhampton Warning Letter Outside of 14 Days NIP Yes - Via Email 52.585529 -2.1306697
10217 op-snap---monthly-publication-january-2025.pdf   1325 2025-01 Car Mini Cooper Black Driving without Reasonable Consideration None Primrose Lane Primrose Lane Wolverhampton Wolverhampton Warning Letter N/A Yes - Via Email 52.6126833 -2.1053084
10218 op-snap---monthly-publication-january-2025.pdf   1326 2025-01 Car BMW X4 Black Contravening a Red Traffic Light None Bee Lane Bee Lane Wolverhampton Wolverhampton Warning Letter N/A Yes - Via Email 52.6250891 -2.1212912
10220 op-snap---monthly-publication-january-2025.pdf   1328 2025-01 Car Ford Transit White Driving without Reasonable Consideration None Wednesfield Way Wednesfield Way Wolverhampton Wolverhampton Warning Letter N/A Yes - Via Email 52.59548 -2.0896906
10511 op-snap---monthly-publication-january-2025.pdf   1619 2025-01 Car Land Rover Sport White Contravening a Red Traffic Light None Great Brick Kiln Street Great Brick Kiln Street Wolverhampton Wolverhampton Warning Letter N/A Yes - Via Email    

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