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 offence = "Cause unnecessary obstruction by motor vehicle", reporter_transport_mode = "Car" and vehicle_make = "BMW" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, second_offence, offence_location, council_area_raw, nfa_rationale, latitude, longitude

council_area 4

  • Birmingham 8
  • Out of Force Area 2
  • Wolverhampton 2
  • Halesowen 1

disposal 2

  • Warning Letter 10
  • NFA 3

vehicle_make 1

  • BMW · 13 ✖

reporter_transport_mode 1

  • Car · 13 ✖

offence 1

  • Cause unnecessary obstruction by motor vehicle · 13 ✖

month 1

  • 2025-09 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
25003 op-snap---monthly-publication-september-2025.pdf   1222 2025-09 Car BMW 320D Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area Foldon Lane Foldon Lane Halesowen Halesowen Warning Letter N/A      
25050 op-snap---monthly-publication-september-2025.pdf   1269 2025-09 Car BMW 520d Black Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area westely road Westely Road Birmingham Birmingham Warning Letter N/A      
25242 op-snap---monthly-publication-september-2025.pdf   1461 2025-09 Car BMW 630i Silver Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area Hurstcroft Road Hurstcroft Road Birmingham Birmingham Warning Letter N/A   52.4830179 -1.783876
25256 op-snap---monthly-publication-september-2025.pdf   1475 2025-09 Car BMW 520D Silver Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area selly oak road Selly Oak Road Birmingham Birmingham Warning Letter N/A   52.4263875 -1.9397954
25262 op-snap---monthly-publication-september-2025.pdf   1481 2025-09 Car BMW 318d Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area Tettenhall high street Tettenhall high street Wolverhampton Wolverhampton Warning Letter N/A   52.598292 -2.1677123
25338 op-snap---monthly-publication-september-2025.pdf   1557 2025-09 Car BMW 3series Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Gnroenaeter London area lozells road Lozells Road Birmingham Birmingham Warning Letter N/A   52.502683 -1.9033516
25410 op-snap---monthly-publication-september-2025.pdf   1629 2025-09 Car BMW 420d Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area Selly Oak Road Selly Oak Road Birmingham Birmingham Warning Letter N/A   52.4263875 -1.9397954
25420 op-snap---monthly-publication-september-2025.pdf   1639 2025-09 Car BMW 520D Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area Watts Lane Watts Lane Out of Force Area Out of Force Area NFA Out of Force      
25436 op-snap---monthly-publication-september-2025.pdf   1655 2025-09 Car BMW 218I White Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area tettenhall Tettenhall Wolverhampton Wolverhampton Warning Letter N/A   52.5986015 -2.1665631
25443 op-snap---monthly-publication-september-2025.pdf   1662 2025-09 Car BMW 330d Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area tower hill Tower Hill Birmingham Birmingham Warning Letter N/A   52.5335541 -1.9186098
25448 op-snap---monthly-publication-september-2025.pdf   1667 2025-09 Car BMW 3 series Black Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area lichfield Lichfield Out of Force Area Out of Force Area NFA Misc Inc Crimes   52.6708614 -1.8442078
25593 op-snap---monthly-publication-september-2025.pdf   1812 2025-09 Car BMW 1 series Black Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area Lozells Road Lozells Road Birmingham Birmingham Warning Letter N/A   52.502683 -1.9033516
25598 op-snap---monthly-publication-september-2025.pdf   1817 2025-09 Car BMW 5 series White Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area Bromsgrove Street Bromsgrove Street Birmingham Birmingham NFA No Offence   52.4728322 -1.897536

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