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

13 rows where month = "2026-01", offence = "Contravening a Red Traffic Light" and vehicle_make = "Volkswagen" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, council_area_raw, nfa_rationale

disposal 5

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

council_area 4

  • Birmingham 10
  • Sandwell 1
  • Sutton Coldfield 1
  • Walsall 1

vehicle_make 1

  • Volkswagen · 13 ✖

reporter_transport_mode 1

  • Car 13

offence 1

  • Contravening a Red Traffic Light · 13 ✖

month 1

  • 2026-01 · 13 ✖
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
10554 op-snap---monthly-publication-january-2026.pdf   15 2026-01 Car Volkswagen Polo White Contravening a Red Traffic Light None J10 Roundabout, Wolverhampton Road West J10 Roundabout, Wolverhampton Road West Walsall Walsall Education N/A      
10793 op-snap---monthly-publication-january-2026.pdf   254 2026-01 Car Volkswagen Taigo Blue Contravening a Red Traffic Light None Holder Road Holder Road Birmingham Birmingham Fixed Penalty N/A   52.4655509 -1.8219
10945 op-snap---monthly-publication-january-2026.pdf   406 2026-01 Car Volkswagen Passat Black Contravening a Red Traffic Light None Portland Road Portland Road Birmingham Birmingham NFA Misc Inc Crimes   52.4737014 -1.9412436
11125 op-snap---monthly-publication-january-2026.pdf   586 2026-01 Car Volkswagen Golf Blue Contravening a Red Traffic Light None Oxhill Road jn Rookery Road, Handsworth Oxhill Road jn Rookery Road, Handsworth Birmingham Birmingham Fixed Penalty N/A      
11199 op-snap---monthly-publication-january-2026.pdf   660 2026-01 Car Volkswagen T-Roc Blue Contravening a Red Traffic Light None Reddings Lane Tysley Reddings Lane Tysley Birmingham Birmingham Court N/A      
11523 op-snap---monthly-publication-january-2026.pdf   984 2026-01 Car Volkswagen Polo Black Contravening a Red Traffic Light None Church Road, Yardley Church Road, Yardley Birmingham Birmingham Fixed Penalty N/A   52.4655896 -1.8112542
11524 op-snap---monthly-publication-january-2026.pdf   985 2026-01 Car Volkswagen Passatt Red Contravening a Red Traffic Light None A38 Minworth Minworth Sutton Coldfield Sutton Coldfield Education N/A   52.5301514 -1.7586638
11642 op-snap---monthly-publication-january-2026.pdf   1103 2026-01 Car Volkswagen Scirroco Blue Contravening a Red Traffic Light None Great Charles Street Great Charles Street Birmingham Birmingham Court N/A   52.4837518 -1.901874
11722 op-snap---monthly-publication-january-2026.pdf   1183 2026-01 Car Volkswagen Golf Black Contravening a Red Traffic Light None Pershore Road Pershore Road Birmingham Birmingham Warning Letter N/A   52.4308271 -1.920078
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
11756 op-snap---monthly-publication-january-2026.pdf   1217 2026-01 Car Volkswagen Golf Black Contravening a Red Traffic Light None Shirley Road Shirley Road Birmingham Birmingham Education N/A   52.4198291 -1.9241732
11804 op-snap---monthly-publication-january-2026.pdf   1265 2026-01 Car Volkswagen Golf Grey Contravening a Red Traffic Light None Warwick Road Warwick Road Birmingham Birmingham Fixed Penalty N/A   52.4555288 -1.8613929
11852 op-snap---monthly-publication-january-2026.pdf   1313 2026-01 Car Volkswagen golf Silver Contravening a Red Traffic Light None Old Snow Hill Old Snow Hill Birmingham Birmingham Fixed Penalty N/A   52.4858844 -1.9003652

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