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-10", offence = "Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area" and vehicle_make = "Hyundai" 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

council_area 4

  • Birmingham 9
  • Dudley 2
  • Wolverhampton 2
  • Coventry 1

reporter_transport_mode 2

  • Pedestrian 9
  • Car 5

disposal 2

  • Warning Letter 13
  • NFA 1

vehicle_make 1

  • Hyundai · 14 ✖

offence 1

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

month 1

  • 2025-10 · 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
23120 op-snap---monthly-publication-october-2025.pdf   1070 2025-10 Car Hyundai Tuscon Red Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Robin Hood Lane Robin Hood Lane Birmingham Birmingham Warning Letter N/A   52.4221526 -1.8425617
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
23369 op-snap---monthly-publication-october-2025.pdf   1319 2025-10 Car Hyundai tucson blue Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None beeches avenue Beeches Avenue Birmingham Birmingham Warning Letter N/A   52.4526218 -1.8194429
23400 op-snap---monthly-publication-october-2025.pdf   1350 2025-10 Car Hyundai Bayon Green Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Washwood Heath Road Washwood Heath Road Birmingham Birmingham Warning Letter N/A   52.4929304 -1.8229092
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
23430 op-snap---monthly-publication-october-2025.pdf   1380 2025-10 Car Hyundai I10 Red Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Washwood Heath Road Washwood Heath Road Birmingham Birmingham Warning Letter N/A   52.4929304 -1.8229092
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
23512 op-snap---monthly-publication-october-2025.pdf   1462 2025-10 Car Hyundai I20 Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None High Street Tettenhall High Street Tettenhall Wolverhampton Wolverhampton Warning Letter N/A   52.5980906 -2.168057
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);