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'}

11 rows where council_area = "Sandwell", month = "2025-08" and offence = "Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

vehicle_make 8

  • Mercedes-Benz 3
  • Seat 2
  • BMW 1
  • Land Rover 1
  • Peugeot 1
  • Toyota 1
  • Volvo 1
  • Yamaha 1

disposal 3

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

reporter_transport_mode 2

  • Pedestrian 10
  • Car 1

offence 1

  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area · 11 ✖

month 1

  • 2025-08 · 11 ✖

council_area 1

  • Sandwell · 11 ✖
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
3419 op-snap---monthly-publication-august-2025.pdf   1394 2025-08 Pedestrian Peugeot 5008 Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Dudley Road Dudley Road Sandwell Sandwell Warning Letter N/A   52.4877352 -1.9494469
3438 op-snap---monthly-publication-august-2025.pdf   1413 2025-08 Pedestrian Seat Ibiza Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Dudley Road Dudley Road Sandwell Sandwell Warning Letter N/A   52.4877352 -1.9494469
3439 op-snap---monthly-publication-august-2025.pdf   1414 2025-08 Pedestrian Mercedes-Benz A180 Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Dudley Road Dudley Road Sandwell Sandwell Warning Letter N/A   52.4877352 -1.9494469
3440 op-snap---monthly-publication-august-2025.pdf   1415 2025-08 Pedestrian Seat Ibiza Blue Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Dudley Road Dudley Road Sandwell Sandwell Warning Letter N/A   52.4877352 -1.9494469
3441 op-snap---monthly-publication-august-2025.pdf   1416 2025-08 Pedestrian Volvo XC90 Blue Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Dudley Road Dudley Road Sandwell Sandwell Warning Letter N/A   52.4877352 -1.9494469
3489 op-snap---monthly-publication-august-2025.pdf   1464 2025-08 Pedestrian Toyota Corolla Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None William Street West William Street West Sandwell Sandwell Warning Letter N/A   52.5018628 -1.9591882
3515 op-snap---monthly-publication-august-2025.pdf   1490 2025-08 Pedestrian BMW 3 series Silver Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Silverton Rd Silverton Road Sandwell Sandwell Warning Letter N/A   52.496351 -1.9797938
3552 op-snap---monthly-publication-august-2025.pdf   1527 2025-08 Pedestrian Land Rover disco Silver Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None old hill high street Old Hill High Street Sandwell Sandwell Other Action Taken N/A   52.4955659 -1.9709496
3672 op-snap---monthly-publication-august-2025.pdf   1647 2025-08 Car Mercedes-Benz A180 Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None mill lane Mill Lane Sandwell Sandwell Warning Letter N/A   52.4902082 -2.0089952
3808 op-snap---monthly-publication-august-2025.pdf   1783 2025-08 Pedestrian Yamaha GPD-125 Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Dudley Road Dudley Road Sandwell Sandwell Warning Letter N/A   52.4877352 -1.9494469
3841 op-snap---monthly-publication-august-2025.pdf   1816 2025-08 Pedestrian Mercedes-Benz Sprinter White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Brades Road, Oldbury Brades Road, Oldbury Sandwell Sandwell NFA Misc Inc Crimes   52.5087861 -2.0285026

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