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 month = "2025-09", 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_model, vehicle_colour, second_offence, council_area_raw, nfa_rationale, latitude, longitude

offence 5

  • Cause unnecessary obstruction by motor vehicle 6
  • Misc - Non Traffic Offences 3
  • /C atruasiele ur nonuetsciedses aorfy t hoeb sGtrruecattieorn L boyn dmoont oarr evaehicle 2
  • Contravening a Red Traffic Light 1
  • Driving without Due Care and Attention 1

council_area 5

  • Birmingham 8
  • Wolverhampton 2
  • Sandwell 1
  • Sutton Coldfield 1
  • Walsall 1

disposal 3

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

vehicle_make 1

  • Honda · 13 ✖

reporter_transport_mode 1

  • Pedestrian · 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
24754 op-snap---monthly-publication-september-2025.pdf   973 2025-09 Pedestrian Honda Jazz Silver Contravening a Red Traffic Light None Cannock Road Cannock Road Wolverhampton Wolverhampton Warning Letter N/A   52.6083917 -2.1033365
24849 op-snap---monthly-publication-september-2025.pdf   1068 2025-09 Pedestrian Honda CR-V Blue Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area Hobbs Road Wednesbury Hobbs Road Wednesbury Sandwell Sandwell Warning Letter N/A      
25033 op-snap---monthly-publication-september-2025.pdf   1252 2025-09 Pedestrian Honda civic Brown Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area glenville drive Glenville Drive Birmingham Birmingham Warning Letter N/A   52.5265939 -1.8509884
25114 op-snap---monthly-publication-september-2025.pdf   1333 2025-09 Pedestrian Honda jazz Silver Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area Boldmere road Boldmere road Sutton Coldfield Sutton Coldfield Warning Letter N/A   52.548309 -1.8411769
25159 op-snap---monthly-publication-september-2025.pdf   1378 2025-09 Pedestrian Honda CR-V Blue Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area Wake Green Rd Wake Green Road Birmingham Birmingham Warning Letter N/A   52.4437078 -1.8783408
25245 op-snap---monthly-publication-september-2025.pdf   1464 2025-09 Pedestrian Honda CBF Red Driving without Due Care and Attention None Wood Common Grange Wood Common Grange Walsall Walsall Warning Letter N/A   52.6319931 -1.9785842
25299 op-snap---monthly-publication-september-2025.pdf   1518 2025-09 Pedestrian Honda Accord Silver Misc - Non Traffic Offences None Parkdale close Parkdale close Birmingham Birmingham Other Action Taken N/A   52.513341 -1.8406439
25303 op-snap---monthly-publication-september-2025.pdf   1522 2025-09 Pedestrian Honda Accord Silver Misc - Non Traffic Offences None Unknown   Birmingham Birmingham Warning Letter N/A      
25312 op-snap---monthly-publication-september-2025.pdf   1531 2025-09 Pedestrian Honda Jazz Red Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area Tettenhall Road Tettenhall Road Wolverhampton Wolverhampton Warning Letter N/A   52.5883523 -2.1466187
25458 op-snap---monthly-publication-september-2025.pdf   1677 2025-09 Pedestrian Honda CRV Red Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area Colmore road Colmore road Birmingham Birmingham Warning Letter N/A   52.4296373 -1.8993161
25465 op-snap---monthly-publication-september-2025.pdf   1684 2025-09 Pedestrian Honda accord Silver Misc - Non Traffic Offences None parkdale close Parkdale Close Birmingham Birmingham Warning Letter N/A   52.513341 -1.8406439
25551 op-snap---monthly-publication-september-2025.pdf   1770 2025-09 Pedestrian Honda CRV Grey /C atruasiele ur nonuetsciedses aorfy t hoeb sGtrruecattieorn L boyn dmoont oarr evaehicle None Apsley Road Apsley Road Birmingham Birmingham Warning Letter N/A   52.4633793 -1.9102892
25604 op-snap---monthly-publication-september-2025.pdf   1823 2025-09 Pedestrian Honda   White /C atruasiele ur nonuetsciedses aorfy t hoeb sGtrruecattieorn L boyn dmoont oarr evaehicle None Woodstock Road Woodstock Road Birmingham Birmingham NFA Misc Inc Crimes   52.4486205 -1.8740822

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