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

15 rows where council_area = "Sandwell", offence = "Contravening a Red Traffic Light" and vehicle_make = "BMW" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence, nfa_rationale

month 8

  • 2026-02 5
  • 2025-06 4
  • 2025-01 1
  • 2025-02 1
  • 2025-03 1
  • 2025-05 1
  • 2025-09 1
  • 2025-10 1

disposal 5

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

reporter_transport_mode 4

  • Car 12
  • Bus 1
  • Lorry 1
  • car 1

vehicle_make 1

  • BMW · 15 ✖

offence 1

  • Contravening a Red Traffic Light · 15 ✖

council_area 1

  • Sandwell · 15 ✖
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
7374 op-snap---monthly-publication-february-2026.pdf   121 2026-02 Car BMW X5 Black Contravening a Red Traffic Light None M5 jct 1 slip M5 jct 1 slip Sandwell Sandwell Warning Letter N/A      
7996 op-snap---monthly-publication-february-2026.pdf   743 2026-02 Car BMW 120D Black Contravening a Red Traffic Light None Tollhouse Way Tollhouse Way Sandwell Sandwell Education N/A   52.5003461 -1.9782389
8204 op-snap---monthly-publication-february-2026.pdf   951 2026-02 Bus BMW X3 Black Contravening a Red Traffic Light Use vehicle on a road without valid test certificate Bearwood Road Bearwood Road Sandwell Sandwell NFA Outside of 14 Days NIP   52.4725977 -1.9684448
8309 op-snap---monthly-publication-february-2026.pdf   1056 2026-02 Car BMW 420 Black Contravening a Red Traffic Light None Causeway Green Road Causeway Green Road Sandwell Sandwell Fixed Penalty N/A   52.4831146 -2.0169818
8344 op-snap---monthly-publication-february-2026.pdf   1091 2026-02 Car BMW 330... White Contravening a Red Traffic Light None M6 Jct 9 Slip M6 Junction 9 Slip Sandwell Sandwell Education N/A   52.676119 -2.0858425
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
23843 op-snap---monthly-publication-september-2025.pdf   62 2025-09 Car BMW M3.. White Contravening a Red Traffic Light None Windmill Lane Smethwick Windmill Lane Smethwick Sandwell Sandwell Warning Letter N/A   52.4877204 -1.9592449
15090 op-snap---monthly-publication-june-2025.pdf   1019 2025-06 Car BMW 218 Blue Contravening a Red Traffic Light None Trinty Way Trinty Way Sandwell Sandwell Education N/A      
15097 op-snap---monthly-publication-june-2025.pdf   1026 2025-06 Car BMW 1 SERIES White Contravening a Red Traffic Light None ALL SAINTS WAY All Saints Way Sandwell Sandwell NFA Outside of 14 Days NIP   52.5344405 -1.985568
15734 op-snap---monthly-publication-june-2025.pdf   1663 2025-06 Car BMW 118 White Contravening a Red Traffic Light None all saint way All Saint Way Sandwell Sandwell NFA Outside of 14 Days NIP      
15747 op-snap---monthly-publication-june-2025.pdf   1676 2025-06 Car BMW 320i Blue Contravening a Red Traffic Light None Newbury Lane Newbury Lane Sandwell Sandwell Education N/A   52.4994655 -2.0285102
19405 op-snap---monthly-publication-may-2025.pdf   767 2025-05 car BMW X1 White Contravening a Red Traffic Light None Dartmouth road Dartmouth road Sandwell Sandwell Education N/A   52.5035988 -1.972107
17618 op-snap---monthly-publication-march-2025.pdf   1375 2025-03 Lorry BMW 3 series Black Contravening a Red Traffic Light None Birchley Island Birchley Island Sandwell Sandwell Education N/A Yes - Via Email 52.4926604 -2.0216743
6451 op-snap---monthly-publication-february-2025.pdf   1268 2025-02 Car BMW X3 Black Contravening a Red Traffic Light None Black Country New Road Black Country New Road Sandwell Sandwell Warning Letter N/A Yes - Via Email 52.5527191 -2.0312967
9627 op-snap---monthly-publication-january-2025.pdf   735 2025-01 Car BMW 320 Black Contravening a Red Traffic Light None Sliproad M6 South Jct 9, Wednesbury Sliproad M6 South Junction 9, Wednesbury Sandwell Sandwell Fixed Penalty N/A Yes - Via Email    

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