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

12 rows where council_area = "Sandwell", month = "2026-01" 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, nfa_rationale

vehicle_make 9

  • Vauxhall 3
  • Toyota 2
  • Audi 1
  • Ford 1
  • Mercedes-Benz 1
  • Nissan 1
  • Peugeot 1
  • Tesla 1
  • Volkswagen 1

disposal 4

  • Education 5
  • NFA 4
  • Court 2
  • Fixed Penalty 1

reporter_transport_mode 3

  • Car 10
  • Other 1
  • Pedal Bike 1

offence 1

  • Contravening a Red Traffic Light · 12 ✖

month 1

  • 2026-01 · 12 ✖

council_area 1

  • Sandwell · 12 ✖
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
10811 op-snap---monthly-publication-january-2026.pdf   272 2026-01 Car Audi A3 Grey Contravening a Red Traffic Light None Church Lane Church Lane Sandwell Sandwell Education N/A   52.5311655 -2.0008707
10818 op-snap---monthly-publication-january-2026.pdf   279 2026-01 Car Mercedes-Benz Sprinter White Contravening a Red Traffic Light None Horseley Heath, Great Bridge Horseley Heath, Great Bridge Sandwell Sandwell NFA No Independent Evidence Available   52.5289091 -2.0391504
11282 op-snap---monthly-publication-january-2026.pdf   743 2026-01 Other Toyota Auris Black Contravening a Red Traffic Light None Cakemore Road Cakemore Road Sandwell Sandwell NFA No Independent Evidence Available   52.4784618 -2.0263474
11332 op-snap---monthly-publication-january-2026.pdf   793 2026-01 Car Nissan X Trail Green Contravening a Red Traffic Light None Wednesbury Interchange Wednesbury Interchange Sandwell Sandwell Education N/A   52.5660847 -2.0041239
11419 op-snap---monthly-publication-january-2026.pdf   880 2026-01 Car Toyota   Silver Contravening a Red Traffic Light None Walsall Street Walsall Street Sandwell Sandwell NFA No VRM   52.518373 -1.9888052
11421 op-snap---monthly-publication-january-2026.pdf   882 2026-01 Car Ford Fiesta Grey Contravening a Red Traffic Light None High St West Brom High Street West Brom Sandwell Sandwell Education N/A      
11478 op-snap---monthly-publication-january-2026.pdf   939 2026-01 Car Vauxhall Astra Blue Contravening a Red Traffic Light None Downing Street Downing Street Sandwell Sandwell Court N/A   52.5015329 -1.9556094
11586 op-snap---monthly-publication-january-2026.pdf   1047 2026-01 Pedal Bike Tesla model 3 Grey Contravening a Red Traffic Light None Heath Lane Heath Lane Sandwell Sandwell Education N/A   52.5369717 -1.9907285
11730 op-snap---monthly-publication-january-2026.pdf   1191 2026-01 Car Vauxhall Corsa Black Contravening a Red Traffic Light None Spon Lane South Spon Lane South Sandwell Sandwell Education N/A   52.5059028 -1.9920373
11735 op-snap---monthly-publication-january-2026.pdf   1196 2026-01 Car Volkswagen Sharan Grey Contravening a Red Traffic Light None Birmingham Road / M5 roundabout Birmingham Road / M5 roundabout Sandwell Sandwell Fixed Penalty N/A   52.5461417 -1.9334193
11853 op-snap---monthly-publication-january-2026.pdf   1314 2026-01 Car Vauxhall Astra White Contravening a Red Traffic Light None Ryders Green Road Ryders Green Road Sandwell Sandwell NFA No Independent Evidence Available   52.5237744 -2.022827
11885 op-snap---monthly-publication-january-2026.pdf   1346 2026-01 Car Peugeot 207.. Blue Contravening a Red Traffic Light No Insurance Wolverhampton Road Wolverhampton Road Sandwell Sandwell Court N/A   52.4702299 -1.9948976

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