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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, offence_location_raw, offence_location, council_area_raw, nfa_rationale, latitude, longitude

reporter_transport_mode 3

  • Pedestrian 8
  • Car 4
  • Pedal Bike 1

council_area 3

  • Birmingham 9
  • Sandwell 3
  • Wolverhampton 1

disposal 2

  • NFA 7
  • Warning Letter 6

vehicle_make 1

  • Volkswagen · 13 ✖

offence 1

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

month 1

  • 2025-06 · 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
14627 op-snap---monthly-publication-june-2025.pdf   556 2025-06 Pedestrian Volkswagen Golf Black Cause vehicle to be left in a dangerous position None Station Road Station Road Birmingham Birmingham NFA Outside of 14 Days NIP   52.5054559 -1.9506109
15313 op-snap---monthly-publication-june-2025.pdf   1242 2025-06 Pedestrian Volkswagen Golf Black Cause vehicle to be left in a dangerous position None Station Road Station Road Birmingham Birmingham NFA Outside of 14 Days NIP   52.5054559 -1.9506109
15779 op-snap---monthly-publication-june-2025.pdf   1708 2025-06 Car Volkswagen Amarok Silver Cause vehicle to be left in a dangerous position None Westfield Road Westfield Road Birmingham Birmingham NFA Outside of 14 Days NIP   52.4362187 -1.8987821
15955 op-snap---monthly-publication-june-2025.pdf   1884 2025-06 Pedestrian Volkswagen Touareg Black Cause vehicle to be left in a dangerous position None Holly Lane Holly Lane Birmingham Birmingham NFA Outside of 14 Days NIP   52.5236889 -1.8253311
15999 op-snap---monthly-publication-june-2025.pdf   1928 2025-06 Pedestrian Volkswagen Golf White 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
16001 op-snap---monthly-publication-june-2025.pdf   1930 2025-06 Pedestrian Volkswagen T-Cross Grey 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
16032 op-snap---monthly-publication-june-2025.pdf   1961 2025-06 Pedestrian Volkswagen Golf Blue Cause vehicle to be left in a dangerous position None Burlington Road Burlington Road Birmingham Birmingham NFA Outside of 14 Days NIP   52.4744358 -1.8427399
16072 op-snap---monthly-publication-june-2025.pdf   2001 2025-06 Pedestrian Volkswagen Touran Grey Cause vehicle to be left in a dangerous position None Grange Road, Moseley Grange Road, Moseley Birmingham Birmingham Warning Letter N/A   52.4335502 -1.9008154
16081 op-snap---monthly-publication-june-2025.pdf   2010 2025-06 Pedestrian Volkswagen Crafter White Cause vehicle to be left in a dangerous position None Greets Green Road Greets Green Road Sandwell Sandwell Warning Letter N/A   52.5204189 -2.0183456
16088 op-snap---monthly-publication-june-2025.pdf   2017 2025-06 Pedal Bike Volkswagen Golf Black Cause vehicle to be left in a dangerous position None Walsall Road, A34 Walsall Road, A34 Birmingham Birmingham Warning Letter N/A   52.5325401 -1.9153027
16142 op-snap---monthly-publication-june-2025.pdf   2071 2025-06 Car Volkswagen golf Blue Cause vehicle to be left in a dangerous position None washwood Heath road washwood Heath road Birmingham Birmingham Warning Letter N/A   52.4929304 -1.8229092
16167 op-snap---monthly-publication-june-2025.pdf   2096 2025-06 Car Volkswagen Polo Grey Cause vehicle to be left in a dangerous position None St Mary's Row Street Mary's Row Birmingham Birmingham Warning Letter N/A      
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

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