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

14 rows where month = "2025-08", 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 9
  • Car 4
  • Pedal Bike 1

council_area 3

  • Birmingham 10
  • Out of Force Area 2
  • Wolverhampton 2

disposal 2

  • Warning Letter 13
  • NFA 1

vehicle_make 1

  • Volkswagen · 14 ✖

offence 1

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

month 1

  • 2025-08 · 14 ✖
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
3240 op-snap---monthly-publication-august-2025.pdf   1215 2025-08 Pedestrian Volkswagen Polo Grey Cause vehicle to be left in a dangerous position None Barnsley Road Barnsley Road Birmingham Birmingham Warning Letter N/A   52.4743497 -1.965737
3256 op-snap---monthly-publication-august-2025.pdf   1231 2025-08 Pedestrian Volkswagen Golf Silver Cause vehicle to be left in a dangerous position None Bridge Street, Evesham Bridge Street, Evesham Out of Force Are Out of Force Area NFA Out of Force      
3258 op-snap---monthly-publication-august-2025.pdf   1233 2025-08 Pedestrian Volkswagen Polo White Cause vehicle to be left in a dangerous position None Saints road, kings heath Saints road, kings heath Birmingham Birmingham Warning Letter N/A   52.4272595 -1.8949973
3264 op-snap---monthly-publication-august-2025.pdf   1239 2025-08 Pedestrian Volkswagen Golf White Cause vehicle to be left in a dangerous position None Cannock Road Cannock Road Wolverhampton Wolverhampton Warning Letter N/A   52.6083917 -2.1033365
3287 op-snap---monthly-publication-august-2025.pdf   1262 2025-08 Pedestrian Volkswagen T-ROC Grey Cause vehicle to be left in a dangerous position None Regent Parade Regent Parade Birmingham Birmingham Warning Letter N/A   52.4863585 -1.9094435
3336 op-snap---monthly-publication-august-2025.pdf   1311 2025-08 Car Volkswagen Golf Grey Cause vehicle to be left in a dangerous position None Witton road Witton road Birmingham Birmingham Warning Letter N/A   52.513336 -1.8833226
3720 op-snap---monthly-publication-august-2025.pdf   1695 2025-08 Pedestrian Volkswagen TROC White Cause vehicle to be left in a dangerous position None Castle Road East Castle Road East Birmingham Birmingham Warning Letter N/A      
3727 op-snap---monthly-publication-august-2025.pdf   1702 2025-08 Pedestrian Volkswagen Tiguan Silver 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
3756 op-snap---monthly-publication-august-2025.pdf   1731 2025-08 Car Volkswagen T-Roc Black Cause vehicle to be left in a dangerous position None Lozells Road Lozells Road Birmingham Birmingham Warning Letter N/A   52.502683 -1.9033516
3758 op-snap---monthly-publication-august-2025.pdf   1733 2025-08 Car Volkswagen Tiguan Grey Cause vehicle to be left in a dangerous position None Lozells Road Lozells Road Birmingham Birmingham Warning Letter N/A   52.502683 -1.9033516
3780 op-snap---monthly-publication-august-2025.pdf   1755 2025-08 Car Volkswagen Golf Black 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
3796 op-snap---monthly-publication-august-2025.pdf   1771 2025-08 Pedal Bike Volkswagen Golf Grey Cause vehicle to be left in a dangerous position None Tunnell Road Tunnell Road Birmingham Birmingham Warning Letter N/A      
3831 op-snap---monthly-publication-august-2025.pdf   1806 2025-08 Pedestrian Volkswagen Golf Black Cause vehicle to be left in a dangerous position None Stratford Road Stratford Road Birmingham Birmingham Warning Letter N/A   52.4203897 -1.8338574
3832 op-snap---monthly-publication-august-2025.pdf   1807 2025-08 Pedestrian Volkswagen Golf Red Cause vehicle to be left in a dangerous position None Malevern Link out of force Malevern Link out of force Out of Force Are Out of Force Area Warning Letter N/A      

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