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 council_area = "Sandwell", month = "2025-03" and vehicle_make = "Mercedes-Benz" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, second_offence, nfa_rationale

offence 6

  • Cause vehicle to be left in a dangerous position 3
  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 2
  • Using a Mobile Phone Whilst Driving 2
  • Driving without Due Care and Attention 1
  • Driving without Reasonable Consideration 1
  • Motor vehicle fail to accord precedence at a pelican crossing 1

disposal 5

  • Fixed Penalty 3
  • NFA 3
  • Court 2
  • Education 1
  • Warning Letter 1

reporter_transport_mode 3

  • Pedestrian 5
  • Car 4
  • Other 1

vehicle_make 1

  • Mercedes-Benz · 10 ✖

month 1

  • 2025-03 · 10 ✖

council_area 1

  • Sandwell · 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
16285 op-snap---monthly-publication-march-2025.pdf   42 2025-03 Pedestrian Mercedes-Benz AMG Silver Cause vehicle to be left in a dangerous position No Insurance Clent Road Clent Road Sandwell Sandwell Court N/A Yes - Via Email 52.4725947 -1.9952306
16425 op-snap---monthly-publication-march-2025.pdf   182 2025-03 Pedestrian Mercedes-Benz Sprinter White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Addenbrooke Road, Smethwick Addenbrooke Road, Smethwick Sandwell Sandwell Fixed Penalty N/A Yes - Via Email 52.4841474 -1.976878
16500 op-snap---monthly-publication-march-2025.pdf   257 2025-03 Car Mercedes-Benz Vito Grey Cause vehicle to be left in a dangerous position None Castle Road Castle Road Sandwell Sandwell Court N/A Yes - Via Email 52.5258312 -2.0768625
16724 op-snap---monthly-publication-march-2025.pdf   481 2025-03 Pedestrian Mercedes-Benz B160 Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Hilton Road Hilton Road Sandwell Sandwell NFA No Offence Yes - Via Email 52.5049194 -2.0394583
16725 op-snap---monthly-publication-march-2025.pdf   482 2025-03 Car Mercedes-Benz Sprinter White Motor vehicle fail to accord precedence at a pelican crossing None Rolfe Street Rolfe Street Sandwell Sandwell Fixed Penalty N/A Yes - Via Email 52.4972172 -1.9607539
16889 op-snap---monthly-publication-march-2025.pdf   646 2025-03 Car Mercedes-Benz C class White Using a Mobile Phone Whilst Driving None Camp Hill, Wordsley Camp Hill, Wordsley Sandwell Sandwell NFA No Independent Evidence Available Yes - Via Email    
16910 op-snap---monthly-publication-march-2025.pdf   667 2025-03 Pedestrian Mercedes-Benz   Black Driving without Reasonable Consideration No Insurance Thimble Mill Lane Thimble Mill Lane Sandwell Sandwell Warning Letter Outside of 14 Days NIP Yes - Via Email    
17818 op-snap---monthly-publication-march-2025.pdf   1575 2025-03 Car Mercedes-Benz B CLASS White Driving without Due Care and Attention None Horner way Horner way Sandwell Sandwell Education N/A Yes - Via Email 52.4735009 -2.0396978
17892 op-snap---monthly-publication-march-2025.pdf   1649 2025-03 Other Mercedes-Benz 220 White Using a Mobile Phone Whilst Driving None Holloway Bank Holloway Bank Sandwell Sandwell NFA No Independent Evidence Available Yes - Via Email 52.5430345 -2.0152621
18128 op-snap---monthly-publication-march-2025.pdf   1885 2025-03 Pedestrian Mercedes-Benz Vito Grey Cause vehicle to be left in a dangerous position None Clent Road Oldbury Clent Road Oldbury Sandwell Sandwell Fixed Penalty N/A Yes - Via Email 52.4796168 -1.9761642

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