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

12 rows where council_area = "Birmingham", offence = "Cause unnecessary obstruction by motor vehicle" and vehicle_make = "Nissan" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

disposal 3

  • Warning Letter 10
  • NFA 1
  • Other Action Taken 1

reporter_transport_mode 2

  • Car 7
  • Pedestrian 5

vehicle_make 1

  • Nissan · 12 ✖

offence 1

  • Cause unnecessary obstruction by motor vehicle · 12 ✖

month 1

  • 2025-09 12

council_area 1

  • Birmingham · 12 ✖
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
25120 op-snap---monthly-publication-september-2025.pdf   1339 2025-09 Car Nissan Juke Black 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
25140 op-snap---monthly-publication-september-2025.pdf   1359 2025-09 Pedestrian Nissan juke Blue Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area Moseley Road Moseley Road Birmingham Birmingham Warning Letter N/A   52.4679402 -1.881408
25167 op-snap---monthly-publication-september-2025.pdf   1386 2025-09 Pedestrian Nissan note Silver Cause unnecessary obstruction by motor vehicle / trailer outside of the Gnroenaeter London area Queslett Road Queslett Road Birmingham Birmingham Warning Letter N/A   52.5458699 -1.9304484
25203 op-snap---monthly-publication-september-2025.pdf   1422 2025-09 Car Nissan Note White Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area Castle Road East Castle Road East Birmingham Birmingham Warning Letter N/A      
25215 op-snap---monthly-publication-september-2025.pdf   1434 2025-09 Car Nissan Qashqai Blue Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area Castle road East Castle road East Birmingham Birmingham Warning Letter N/A      
25232 op-snap---monthly-publication-september-2025.pdf   1451 2025-09 Pedestrian Nissan juke Black 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
25250 op-snap---monthly-publication-september-2025.pdf   1469 2025-09 Pedestrian Nissan Qashqai White Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area HArborne High Street HArborne High Street Birmingham Birmingham Warning Letter N/A   52.459563 -1.946922
25258 op-snap---monthly-publication-september-2025.pdf   1477 2025-09 Car Nissan Juke 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
25345 op-snap---monthly-publication-september-2025.pdf   1564 2025-09 Car Nissan juke Black Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area selly oak road Selly Oak Road Birmingham Birmingham Other Action Taken N/A   52.4263875 -1.9397954
25370 op-snap---monthly-publication-september-2025.pdf   1589 2025-09 Car Nissan X-Trail Silver Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area Church Road Church Road Birmingham Birmingham Warning Letter N/A   52.4624743 -1.7763934
25376 op-snap---monthly-publication-september-2025.pdf   1595 2025-09 Car Nissan Juke Black 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
25540 op-snap---monthly-publication-september-2025.pdf   1759 2025-09 Pedestrian Nissan Qashaqi Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area Eddish Road Eddish Road Birmingham Birmingham NFA Misc Inc Crimes   52.4833672 -1.7871439

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