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

14 rows where council_area = "Sandwell", month = "2025-10" and offence = "Contravening a Red Traffic Light" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

vehicle_make 9

  • Mercedes-Benz 4
  • Peugeot 2
  • BMW 1
  • Citroen 1
  • Ford 1
  • Honda 1
  • Land Rover 1
  • Volkswagen 1
  • Volvo 1

disposal 4

  • NFA 7
  • Education 4
  • Warning Letter 2
  • Court 1

reporter_transport_mode 1

  • Car 14

offence 1

  • Contravening a Red Traffic Light · 14 ✖

month 1

  • 2025-10 · 14 ✖

council_area 1

  • Sandwell · 14 ✖
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
22052 op-snap---monthly-publication-october-2025.pdf   2 2025-10 Car Citroen DS3 Black Contravening a Red Traffic Light Driving without Due Care and Attention Dudley Port Dudley Port Sandwell Sandwell Education N/A   52.524461 -2.0492538
22164 op-snap---monthly-publication-october-2025.pdf   114 2025-10 Car Ford Focus Silver Contravening a Red Traffic Light None Saltwells Road Saltwells Road Sandwell Sandwell NFA No Independent Evidence Available      
22245 op-snap---monthly-publication-october-2025.pdf   195 2025-10 Car Mercedes-Benz GLE Black Contravening a Red Traffic Light None Birchley Island Oldbury Birchley Island Oldbury Sandwell Sandwell Warning Letter N/A   52.4926604 -2.0216743
22380 op-snap---monthly-publication-october-2025.pdf   330 2025-10 Car Land Rover Range Rover Grey Contravening a Red Traffic Light None Holyhead Road Wednesbury Holyhead Road Wednesbury Sandwell Sandwell Warning Letter N/A   52.5567885 -2.035824
22381 op-snap---monthly-publication-october-2025.pdf   331 2025-10 Car Peugeot Partner White Contravening a Red Traffic Light No vehicle excise licence High Street Cape Hill High Street Cape Hill Sandwell Sandwell Education N/A   52.4903229 -1.9673591
22398 op-snap---monthly-publication-october-2025.pdf   348 2025-10 Car Mercedes-Benz C240.. Silver Contravening a Red Traffic Light None A41 All Saints Way All Saints Way Sandwell Sandwell NFA Outside of 14 DAYS Late Submission   52.5344405 -1.985568
22536 op-snap---monthly-publication-october-2025.pdf   486 2025-10 Car Mercedes-Benz CLA180 White Contravening a Red Traffic Light None Upper High Street Upper High Street Sandwell Sandwell NFA No Independent Evidence Available   52.5533962 -2.0204699
22540 op-snap---monthly-publication-october-2025.pdf   490 2025-10 Car BMW X5 Black Contravening a Red Traffic Light No Insurance Lewisham Road Lewisham Road Sandwell Sandwell Court N/A   52.5007274 -1.9661248
22670 op-snap---monthly-publication-october-2025.pdf   620 2025-10 Car Honda Civic Black Contravening a Red Traffic Light None Lewisham Road Lewisham Road Sandwell Sandwell NFA No Independent Evidence Available   52.5007274 -1.9661248
22740 op-snap---monthly-publication-october-2025.pdf   690 2025-10 Car Mercedes-Benz GLC 250 Grey Contravening a Red Traffic Light None Lower High Street Cradley Heath Lower High Street Cradley Heath Sandwell Sandwell Education N/A   52.4705129 -2.0883002
22855 op-snap---monthly-publication-october-2025.pdf   805 2025-10 Car Peugeot Partner White Contravening a Red Traffic Light None Birchley Islans Birchley Islans Sandwell Sandwell NFA No Independent Evidence Available      
22869 op-snap---monthly-publication-october-2025.pdf   819 2025-10 Car Volvo V40 White Contravening a Red Traffic Light None Oldbury Road Oldbury Road Sandwell Sandwell NFA No Independent Evidence Available   52.5018196 -1.9811249
22964 op-snap---monthly-publication-october-2025.pdf   914 2025-10 Car Volkswagen Tiguan Red Contravening a Red Traffic Light None All saints Way All saints Way Sandwell Sandwell NFA No Independent Evidence Available   52.5344405 -1.985568
23054 op-snap---monthly-publication-october-2025.pdf   1004 2025-10 Car   Maxus White Contravening a Red Traffic Light None Birchley Island Birchley Island Sandwell Sandwell Education N/A   52.4926604 -2.0216743

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