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-08" and vehicle_make = "Vauxhall" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, second_offence, nfa_rationale

disposal 5

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

reporter_transport_mode 4

  • Car 7
  • Other 1
  • Pedal Bike 1
  • Pedestrian 1

offence 4

  • Driving without Due Care and Attention 5
  • Contravening a Red Traffic Light 2
  • Misc - Non Traffic Offences 2
  • Using a Mobile Phone Whilst Driving 1

vehicle_make 1

  • Vauxhall · 10 ✖

month 1

  • 2025-08 · 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
2163 op-snap---monthly-publication-august-2025.pdf   138 2025-08 Pedal Bike Vauxhall Corsa Blue Driving without Due Care and Attention None Friar Park Road Friar Park Road Sandwell Sandwell Warning Letter N/A   52.5538676 -1.9965667
2264 op-snap---monthly-publication-august-2025.pdf   239 2025-08 Car Vauxhall Insignia Silver Using a Mobile Phone Whilst Driving None West Bromwich Ringway West Bromwich Ringway Sandwell Sandwell NFA No Independent Evidence Available   52.516463 -1.9937537
2288 op-snap---monthly-publication-august-2025.pdf   263 2025-08 Car Vauxhall Corsa White Driving without Due Care and Attention None     Sandwell Sandwell Education N/A      
2295 op-snap---monthly-publication-august-2025.pdf   270 2025-08 Car Vauxhall Insignia Black Driving without Due Care and Attention No Insurance High Street, Smethwick High Street, Smethwick Sandwell Sandwell Court N/A   52.4955266 -1.9697742
2352 op-snap---monthly-publication-august-2025.pdf   327 2025-08 Car Vauxhall Crossland Grey Contravening a Red Traffic Light None Garretts Lane, Old Hill Garretts Lane, Old Hill Sandwell Sandwell Education N/A      
2448 op-snap---monthly-publication-august-2025.pdf   423 2025-08 Car Vauxhall Astra Red Contravening a Red Traffic Light None Wolverhampton Road Wolverhampton Road Sandwell Sandwell Warning Letter N/A   52.4702299 -1.9948976
2623 op-snap---monthly-publication-august-2025.pdf   598 2025-08 Car Vauxhall Astra White Driving without Due Care and Attention None Long Lane Blackheath Long Lane Blackheath Sandwell Sandwell Court N/A   52.4748171 -2.0377939
2718 op-snap---monthly-publication-august-2025.pdf   693 2025-08 Car Vauxhall Corsa Blue Driving without Due Care and Attention None Mincing Lane Mincing Lane Sandwell Sandwell Fixed Penalty N/A   52.4830242 -2.0339971
3126 op-snap---monthly-publication-august-2025.pdf   1101 2025-08 Other Vauxhall Vectra Blue Misc - Non Traffic Offences No Insurance Bache Street Bache Street Sandwell Sandwell NFA No Independent Evidence Available   52.5112954 -1.9943826
3221 op-snap---monthly-publication-august-2025.pdf   1196 2025-08 Pedestrian Vauxhall Corsa Silver Misc - Non Traffic Offences No Insurance Canal Side Canal Side Sandwell Sandwell NFA Misc Inc Crimes   52.5045582 -2.0129544

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