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 disposal = "Warning Letter", offence = "Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area" and vehicle_make = "Suzuki" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source_file, vehicle_model, vehicle_colour, council_area_raw

month 8

  • 2025-08 3
  • 2025-01 2
  • 2025-10 2
  • 2025-11 2
  • 2025-05 1
  • 2025-06 1
  • 2026-01 1
  • 2026-02 1

council_area 4

  • Birmingham 9
  • Coventry 2
  • Dudley 1
  • Solihull 1

reporter_transport_mode 3

  • Pedestrian 9
  • Car 3
  • Pedal Bike 1

vehicle_make 1

  • Suzuki · 13 ✖

offence 1

  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area · 13 ✖

disposal 1

  • Warning Letter · 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
7355 op-snap---monthly-publication-february-2026.pdf   102 2026-02 Pedestrian Suzuki Swift Silver Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Church Road Church Road Birmingham Birmingham Warning Letter N/A   52.4624743 -1.7763934
11420 op-snap---monthly-publication-january-2026.pdf   881 2026-01 Pedestrian Suzuki Alto Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Belchers Lane Belchers Lane Birmingham Birmingham Warning Letter N/A   52.4800061 -1.833007
21133 op-snap---monthly-publication-november-2025.pdf   675 2025-11 Car Suzuki Vitara White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Audley Road Audley Road Birmingham Birmingham Warning Letter N/A   52.4876917 -1.7963729
21156 op-snap---monthly-publication-november-2025.pdf   698 2025-11 Car Suzuki Alto Pink Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Fenton Road Fenton Road Coventry Coventry Warning Letter N/A   52.4331816 -1.5630141
23217 op-snap---monthly-publication-october-2025.pdf   1167 2025-10 Pedestrian Suzuki S-Cross Red Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Kingstanding Rd Kingstanding Road Birmingham Birmingham Warning Letter N/A   52.5521118 -1.8845138
23523 op-snap---monthly-publication-october-2025.pdf   1473 2025-10 Pedestrian Suzuki 4x4 Silver Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None mucklow hill Mucklow Hill Dudley Dudley Warning Letter N/A   52.461008 -2.0345574
3252 op-snap---monthly-publication-august-2025.pdf   1227 2025-08 Pedestrian Suzuki swift White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Cannon Hill Road Cannon Hill Road Birmingham Birmingham Warning Letter N/A   52.4569873 -1.8971744
3279 op-snap---monthly-publication-august-2025.pdf   1254 2025-08 Pedestrian Suzuki vitara White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Tetenhall road Tetenhall road Birmingham Birmingham Warning Letter N/A      
3561 op-snap---monthly-publication-august-2025.pdf   1536 2025-08 Pedestrian Suzuki Alto White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Barsnley Road Barnsley Road Birmingham Birmingham Warning Letter N/A   52.4743497 -1.965737
16128 op-snap---monthly-publication-june-2025.pdf   2057 2025-06 Pedestrian Suzuki Celerio White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Solihull(not specified) Solihull(not specified) Solihull Solihull Warning Letter N/A      
19819 op-snap---monthly-publication-may-2025.pdf   1181 2025-05 Pedal Bike Suzuki Alto Red Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None The Burges The Burges Coventry Coventry Warning Letter N/A   52.410226 -1.5111468
8980 op-snap---monthly-publication-january-2025.pdf   88 2025-01 Pedestrian Suzuki Swift Red Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Monica Road Monica Road Birmingham Birmingham Warning Letter N/A Yes - Via Email 52.4714936 -1.8386654
10434 op-snap---monthly-publication-january-2025.pdf   1542 2025-01 Car Suzuki Alto White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Orphangae Road Orphangae Road Birmingham Birmingham 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);