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" and vehicle_make = "Suzuki" 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

council_area 8

  • Birmingham 3
  • Coventry 1
  • Dudley 1
  • Halesowen 1
  • Out of Force Area 1
  • Solihull 1
  • Sutton Coldfield 1
  • Wolverhampton 1

offence 4

  • Driving without Due Care and Attention 5
  • Cause vehicle to be left in a dangerous position 2
  • Contravening a Red Traffic Light 2
  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 1

reporter_transport_mode 3

  • Car 4
  • Pedal Bike 3
  • Pedestrian 3

disposal 3

  • NFA 5
  • Court 3
  • Warning Letter 2

vehicle_make 1

  • Suzuki · 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
14102 op-snap---monthly-publication-june-2025.pdf   31 2025-06 Car Suzuki GSF1200 Black Contravening a Red Traffic Light None Bristol Road Bristol Road Birmingham Birmingham NFA No VRM   52.4543565 -1.9114004
14166 op-snap---monthly-publication-june-2025.pdf   95 2025-06 Pedestrian Suzuki UF50 Blue Driving without Due Care and Attention No Insurance HARCOURT DRIVE Harcourt Drive Sutton Coldfield Sutton Coldfield Court N/A   52.594171 -1.8454056
14274 op-snap---monthly-publication-june-2025.pdf   203 2025-06 Car Suzuki GSX 1250 Black Driving without Due Care and Attention No vehicle excise licence M54 motorway, nr Jn1 M54 motorway, nr Jn1 Out of Force Area Out of Force Area Court N/A      
14519 op-snap---monthly-publication-june-2025.pdf   448 2025-06 Pedal Bike Suzuki GXSR White Driving without Due Care and Attention None Grange Hill, off Manor Way Grange Hill, off Manor Way Halesowen Halesowen Court N/A      
15052 op-snap---monthly-publication-june-2025.pdf   981 2025-06 Pedal Bike Suzuki Ignis White Driving without Due Care and Attention None Herald Avenue Herald Avenue Coventry Coventry Warning Letter N/A   52.4029059 -1.5541193
15310 op-snap---monthly-publication-june-2025.pdf   1239 2025-06 Pedal Bike Suzuki Vitara Red Cause vehicle to be left in a dangerous position None Suffolk Street Queensway Suffolk Street Queensway Birmingham Birmingham NFA Outside of 14 Days NIP   52.4760986 -1.9018641
15687 op-snap---monthly-publication-june-2025.pdf   1616 2025-06 Car Suzuki Swift Silver Contravening a Red Traffic Light None Pedmore Road Pedmore Road Dudley Dudley NFA No Offence   52.4897451 -2.1069141
15740 op-snap---monthly-publication-june-2025.pdf   1669 2025-06 Car Suzuki Alto Grey Driving without Due Care and Attention None Underhill Road, bushbury Underhill Road, bushbury Wolverhampton Wolverhampton NFA Outside of 14 Days NIP      
16064 op-snap---monthly-publication-june-2025.pdf   1993 2025-06 Pedestrian Suzuki Swift Blue Cause vehicle to be left in a dangerous position None Broad lanes Kings heath Broad lanes Kings heath Birmingham Birmingham NFA No Offence      
16128 op-snap---monthly-publication-june-2025.pdf   2057 2025-06 Pedestrian Suzuki Celerio White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Solihull(not specified) Solihull(not specified) Solihull Solihull Warning Letter N/A      

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