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

10 rows where month = "2025-06", 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

reporter_transport_mode 3

  • Pedestrian 6
  • Car 3
  • Pedal Bike 1

disposal 3

  • NFA 6
  • Warning Letter 3
  • Fixed Penalty 1

council_area 2

  • Birmingham 7
  • Wolverhampton 3

vehicle_make 1

  • Hyundai · 10 ✖

offence 1

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

month 1

  • 2025-06 · 10 ✖
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
14601 op-snap---monthly-publication-june-2025.pdf   530 2025-06 Car Hyundai I20 Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Holly Lane, Erdington Holly Lane, Erdington Birmingham Birmingham NFA No Offence   52.5214354 -1.8218582
14950 op-snap---monthly-publication-june-2025.pdf   879 2025-06 Car Hyundai I10 White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Birchfield Road Birchfield Road Birmingham Birmingham Fixed Penalty N/A   52.5170745 -1.9012542
14971 op-snap---monthly-publication-june-2025.pdf   900 2025-06 Pedal Bike Hyundai I10 Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Long Mill South Long Mill South Wolverhampton Wolverhampton NFA Outside of 14 Days NIP   52.6095019 -2.0915196
15374 op-snap---monthly-publication-june-2025.pdf   1303 2025-06 Pedestrian Hyundai i10 Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Long Mill South Long Mill South Wolverhampton Wolverhampton NFA No Offence   52.6095019 -2.0915196
15380 op-snap---monthly-publication-june-2025.pdf   1309 2025-06 Pedestrian Hyundai I10 Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Long Mill South Long Mill South Wolverhampton Wolverhampton NFA Outside of 14 Days NIP   52.6095019 -2.0915196
15404 op-snap---monthly-publication-june-2025.pdf   1333 2025-06 Pedestrian Hyundai Santa Fe Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Howard Road Howard Road Birmingham Birmingham NFA No Offence   52.5154198 -1.9135452
15805 op-snap---monthly-publication-june-2025.pdf   1734 2025-06 Pedestrian Hyundai I30 Grey 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
15832 op-snap---monthly-publication-june-2025.pdf   1761 2025-06 Pedestrian Hyundai I10 White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Oxford Road Oxford Road Birmingham Birmingham Warning Letter N/A   52.4456323 -1.8858352
15965 op-snap---monthly-publication-june-2025.pdf   1894 2025-06 Pedestrian Hyundai I10 Blue Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Poplar Road Poplar Road Birmingham Birmingham NFA Outside of 14 Days NIP   52.436035 -1.891685
16206 op-snap---monthly-publication-june-2025.pdf   2135 2025-06 Car Hyundai Tucson Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None ST Vincent Road ST Vincent Road Birmingham Birmingham Warning Letter N/A   52.5710872 -1.8061551

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