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

11 rows where month = "2025-10", reporter_transport_mode = "Pedestrian" and vehicle_make = "Hyundai" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, council_area_raw, nfa_rationale

council_area 5

  • Birmingham 6
  • Dudley 2
  • Coventry 1
  • Out of Force Area 1
  • Wolverhampton 1

offence 3

  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 9
  • Contravening a Red Traffic Light 1
  • Misc - Non Traffic Offences 1

disposal 2

  • Warning Letter 8
  • NFA 3

vehicle_make 1

  • Hyundai · 11 ✖

reporter_transport_mode 1

  • Pedestrian · 11 ✖

month 1

  • 2025-10 · 11 ✖
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
22486 op-snap---monthly-publication-october-2025.pdf   436 2025-10 Pedestrian Hyundai I10 Red Contravening a Red Traffic Light None Berwick Road, Shrewsbury Berwick Road, Shrewsbury Out of Force Area Out of Force Area NFA Out of Force      
23198 op-snap---monthly-publication-october-2025.pdf   1148 2025-10 Pedestrian Hyundai 120 White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None woodstock road Woodstock Road Birmingham Birmingham Warning Letter N/A   52.4486205 -1.8740822
23284 op-snap---monthly-publication-october-2025.pdf   1234 2025-10 Pedestrian Hyundai I10 Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Gayfield Avenue Gayfield Avenue Dudley Dudley Warning Letter N/A   52.4693896 -2.1251602
23304 op-snap---monthly-publication-october-2025.pdf   1254 2025-10 Pedestrian Hyundai Ix35 White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Cotysmore Road Cotysmore Road Birmingham Birmingham Warning Letter N/A   52.5712977 -1.8098984
23415 op-snap---monthly-publication-october-2025.pdf   1365 2025-10 Pedestrian Hyundai i10 White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Abbey Road Abbey Road Birmingham Birmingham Warning Letter N/A   52.5162302 -1.8593733
23451 op-snap---monthly-publication-october-2025.pdf   1401 2025-10 Pedestrian Hyundai i30 Blue Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None garrats lane Garrats Lane Dudley Dudley NFA Misc Inc Crimes      
23485 op-snap---monthly-publication-october-2025.pdf   1435 2025-10 Pedestrian Hyundai i40 Silver Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None high street High Street Wolverhampton Wolverhampton Warning Letter N/A   52.5635963 -2.0827567
23595 op-snap---monthly-publication-october-2025.pdf   1545 2025-10 Pedestrian Hyundai Tucson Black Misc - Non Traffic Offences None Columbia Close Columbia Close Birmingham Birmingham NFA No Offence   52.4632515 -1.9032924
23622 op-snap---monthly-publication-october-2025.pdf   1572 2025-10 Pedestrian Hyundai Kona Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Vicarage Road Vicarage Road Birmingham Birmingham Warning Letter N/A   52.470423 -1.9304786
23727 op-snap---monthly-publication-october-2025.pdf   1677 2025-10 Pedestrian Hyundai I20 Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Thomson Avenue Thomson Avenue Birmingham Birmingham Warning Letter N/A   52.4025855 -1.9490842
23752 op-snap---monthly-publication-october-2025.pdf   1702 2025-10 Pedestrian Hyundai i20 Brown Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Stoney Stanton Road Stoney Stanton Road Coventry Coventry Warning Letter N/A   52.4221152 -1.4959475

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