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-12", reporter_transport_mode = "Pedestrian" and vehicle_make = "Honda" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_colour, offence_location_raw, offence_location, council_area_raw, nfa_rationale, latitude, longitude

offence 5

  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 4
  • Misc - Non Traffic Offences 2
  • Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD 2
  • Drive / Ride / Lead an animal on a footpath 1
  • Driving a vehicle wholly or partly on a footpath 1

council_area 3

  • Birmingham 8
  • Out of Force Area 1
  • Solihull 1

disposal 2

  • Warning Letter 6
  • NFA 4

vehicle_make 1

  • Honda · 10 ✖

reporter_transport_mode 1

  • Pedestrian · 10 ✖

month 1

  • 2025-12 · 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
4149 op-snap---monthly-publication-december-2025.pdf   277 2025-12 Pedestrian Honda Motorbike NSS Blue Drive / Ride / Lead an animal on a footpath None Whitington Whitington Out of Force Area Out of Force Area NFA Out of Force      
4260 op-snap---monthly-publication-december-2025.pdf   388 2025-12 Pedestrian Honda jazz Silver Misc - Non Traffic Offences None cardigan street Cardigan Street Birmingham Birmingham NFA Misc Inc Crimes   52.4849063 -1.8846609
4442 op-snap---monthly-publication-december-2025.pdf   570 2025-12 Pedestrian Honda civic Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None grove road Grove Road Birmingham Birmingham Warning Letter N/A   52.4453942 -1.8644982
4489 op-snap---monthly-publication-december-2025.pdf   617 2025-12 Pedestrian Honda   Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None dudley road Dudley Road Birmingham Birmingham NFA Misc Inc Crimes   52.4865107 -1.9386263
4673 op-snap---monthly-publication-december-2025.pdf   801 2025-12 Pedestrian Honda Civic Silver Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Colmore Road Colmore Road Birmingham Birmingham Warning Letter N/A   52.4296373 -1.8993161
4674 op-snap---monthly-publication-december-2025.pdf   802 2025-12 Pedestrian Honda Accord Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Colmore Road Colmore Road Birmingham Birmingham Warning Letter N/A   52.4296373 -1.8993161
4706 op-snap---monthly-publication-december-2025.pdf   834 2025-12 Pedestrian Honda CR-V Silver Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None The Oval The Oval Birmingham Birmingham Warning Letter N/A   52.4577754 -1.8692099
4758 op-snap---monthly-publication-december-2025.pdf   886 2025-12 Pedestrian Honda   Black Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Corporation Street Corporation Street Birmingham Birmingham Warning Letter N/A   52.4895456 -1.8900666
4792 op-snap---monthly-publication-december-2025.pdf   920 2025-12 Pedestrian Honda WW 125 Grey Driving a vehicle wholly or partly on a footpath None Highfield Road Highfield Road Birmingham Birmingham Warning Letter N/A   52.4216321 -1.855984
5021 op-snap---monthly-publication-december-2025.pdf   1149 2025-12 Pedestrian Honda crv Blue Misc - Non Traffic Offences None rowood drive Rowood Drive Solihull Solihull NFA Misc Inc Crimes   52.4285752 -1.7757399

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