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

8 rows where offence = "Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area", reporter_transport_mode = "Pedal Bike" and vehicle_make = "Skoda" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

month 5

  • 2025-11 3
  • 2025-03 2
  • 2025-01 1
  • 2025-05 1
  • 2025-06 1

disposal 2

  • Warning Letter 5
  • NFA 3

council_area 2

  • Birmingham 7
  • Coventry 1

vehicle_make 1

  • Skoda · 8 ✖

reporter_transport_mode 1

  • Pedal Bike · 8 ✖

offence 1

  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area · 8 ✖
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
21696 op-snap---monthly-publication-november-2025.pdf   1238 2025-11 Pedal Bike Skoda octavia Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None bradford street Bradford Street Birmingham Birmingham NFA Misc Inc Crimes   52.4708802 -1.8792135
21733 op-snap---monthly-publication-november-2025.pdf   1275 2025-11 Pedal Bike Skoda octavia Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None bradford street Bradford Street Birmingham Birmingham NFA Misc Inc Crimes   52.4708802 -1.8792135
22006 op-snap---monthly-publication-november-2025.pdf   1548 2025-11 Pedal Bike Skoda Octavia Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Bradford Street Bradford Street Birmingham Birmingham Warning Letter N/A   52.4708802 -1.8792135
14918 op-snap---monthly-publication-june-2025.pdf   847 2025-06 Pedal Bike Skoda Zodiaq White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Scotland Lane Scotland Lane Birmingham Birmingham Warning Letter N/A   52.4277732 -2.0022005
19806 op-snap---monthly-publication-may-2025.pdf   1168 2025-05 Pedal Bike Skoda Octavia Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Corporation Street Corporation Street Coventry Coventry Warning Letter N/A   52.4086244 -1.515132
17106 op-snap---monthly-publication-march-2025.pdf   863 2025-03 Pedal Bike Skoda Karoq Blue Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Woodbrook Road Woodbrook Road Birmingham Birmingham NFA No Offence Yes - Via Email    
17798 op-snap---monthly-publication-march-2025.pdf   1555 2025-03 Pedal Bike Skoda Octivia Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Braford St Braford Street Birmingham Birmingham Warning Letter N/A Yes - Via Email    
9552 op-snap---monthly-publication-january-2025.pdf   660 2025-01 Pedal Bike Skoda Citigo Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Breedon Road Breedon Road Birmingham Birmingham Warning Letter N/A Yes - Via Email 52.4191978 -1.9251219

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