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 council_area = "Birmingham", 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, offence_location, nfa_rationale, latitude, longitude

month 8

  • 2025-08 4
  • 2025-01 2
  • 2025-03 2
  • 2025-02 1
  • 2025-10 1
  • 2025-11 1
  • 2026-01 1
  • 2026-02 1

disposal 3

  • Warning Letter 9
  • Fixed Penalty 3
  • NFA 1

reporter_transport_mode 2

  • Pedestrian 10
  • Car 3

vehicle_make 1

  • Suzuki · 13 ✖

offence 1

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

council_area 1

  • Birmingham · 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
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
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      
3367 op-snap---monthly-publication-august-2025.pdf   1342 2025-08 Pedestrian Suzuki celerio White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Alcester Road Alcester Road Birmingham Birmingham NFA Misc Inc Crimes   52.4470686 -1.8880749
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
17971 op-snap---monthly-publication-march-2025.pdf   1728 2025-03 Pedestrian Suzuki Splash Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Jct of Florencoad at Heathfield Road Junction of Florencoad at Heathfield Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email    
18560 op-snap---monthly-publication-march-2025.pdf   2317 2025-03 Pedestrian Suzuki ALTO Pink Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None ALCESTER ROAD Alcester Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4470686 -1.8880749
6296 op-snap---monthly-publication-february-2025.pdf   1113 2025-02 Car Suzuki Alto White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Orphange Road Orphange Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email    
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);