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 = "Wolverhampton", month = "2025-06" 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, offence_location_raw, offence_location, nfa_rationale, latitude, longitude

vehicle_make 9

  • Audi 2
  • Vauxhall 2
  • BMW 1
  • Ford 1
  • Jaguar 1
  • Land Rover 1
  • Peugeot 1
  • Toyota 1
  • Volkswagen 1

reporter_transport_mode 2

  • Car 9
  • Pedestrian 2

disposal 2

  • Warning Letter 9
  • NFA 2

offence 1

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

month 1

  • 2025-06 · 11 ✖

council_area 1

  • Wolverhampton · 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
15354 op-snap---monthly-publication-june-2025.pdf   1283 2025-06 Pedestrian Jaguar XF Blue Cause vehicle to be left in a dangerous position None Castle Road West Castle Road West Wolverhampton Wolverhampton NFA Outside of 14 DAYS Late Submission   52.4683483 -1.9909763
15821 op-snap---monthly-publication-june-2025.pdf   1750 2025-06 Car Ford Ka White Cause vehicle to be left in a dangerous position None Birmingham New Road Birmingham New Road Wolverhampton Wolverhampton NFA No Offence   52.5560698 -2.1044322
16073 op-snap---monthly-publication-june-2025.pdf   2002 2025-06 Car Audi SQ5 Black Cause vehicle to be left in a dangerous position None High Street, Tetenhall High Street, Tetenhall Wolverhampton Wolverhampton Warning Letter N/A      
16103 op-snap---monthly-publication-june-2025.pdf   2032 2025-06 Car Toyota Prius Black Cause vehicle to be left in a dangerous position None High Street, Tettenhall High Street, Tettenhall Wolverhampton Wolverhampton Warning Letter N/A   52.5980906 -2.168057
16121 op-snap---monthly-publication-june-2025.pdf   2050 2025-06 Car Vauxhall insgnia Silver Cause vehicle to be left in a dangerous position None High Street High Street Wolverhampton Wolverhampton Warning Letter N/A   52.5635963 -2.0827567
16229 op-snap---monthly-publication-june-2025.pdf   2158 2025-06 Car Peugeot 208 White Cause vehicle to be left in a dangerous position None Long Mill South Long Mill South Wolverhampton Wolverhampton Warning Letter N/A   52.6095019 -2.0915196
16230 op-snap---monthly-publication-june-2025.pdf   2159 2025-06 Car Volkswagen Golf White Cause vehicle to be left in a dangerous position None Long Mill South Long Mill South Wolverhampton Wolverhampton Warning Letter N/A   52.6095019 -2.0915196
16232 op-snap---monthly-publication-june-2025.pdf   2161 2025-06 Car Land Rover Freelander Black Cause vehicle to be left in a dangerous position None Willow Avenue Willow Avenue Wolverhampton Wolverhampton Warning Letter N/A   52.6116069 -2.096467
16235 op-snap---monthly-publication-june-2025.pdf   2164 2025-06 Pedestrian Vauxhall Vivaro Yellow Cause vehicle to be left in a dangerous position None Broome Road Broome Road Wolverhampton Wolverhampton Warning Letter N/A   52.6086338 -2.1185884
16238 op-snap---monthly-publication-june-2025.pdf   2167 2025-06 Car BMW M135i Black Cause vehicle to be left in a dangerous position None Willow Avenue Willow Avenue Wolverhampton Wolverhampton Warning Letter N/A   52.6116069 -2.096467
16239 op-snap---monthly-publication-june-2025.pdf   2168 2025-06 Car Audi A3 Blue Cause vehicle to be left in a dangerous position None Long Mill south Long Mill south Wolverhampton Wolverhampton Warning Letter N/A   52.6095019 -2.0915196

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