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 month = "2026-01", offence = "Contravening a Red Traffic Light" and vehicle_make = "Mercedes-Benz" 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

council_area 6

  • Birmingham 7
  • Dudley 1
  • Out of Force Area 1
  • Sandwell 1
  • Sutton Coldfield 1
  • Wolverhampton 1

disposal 4

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

vehicle_make 1

  • Mercedes-Benz · 12 ✖

reporter_transport_mode 1

  • Car 12

offence 1

  • Contravening a Red Traffic Light · 12 ✖

month 1

  • 2026-01 · 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
10789 op-snap---monthly-publication-january-2026.pdf   250 2026-01 Car Mercedes-Benz C250 White Contravening a Red Traffic Light None Duncan Edwards Way Duncan Edwards Way Dudley Dudley NFA Not in Public Interest   52.5047428 -2.0823754
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
10864 op-snap---monthly-publication-january-2026.pdf   325 2026-01 Car Mercedes-Benz C220 Grey Contravening a Red Traffic Light None Cole Brook Road Cole Brook Road Birmingham Birmingham Fixed Penalty N/A   52.4968357 -1.7908553
11032 op-snap---monthly-publication-january-2026.pdf   493 2026-01 Car Mercedes-Benz CLA Grey Contravening a Red Traffic Light   Unknown, "between Ikea and Wolverhampton". Cannot idetify the road Unknown, "between Ikea and Wolverhampton". Cannot idetify the road Wolverhampton Wolverhampton NFA No Independent Evidence Available      
11137 op-snap---monthly-publication-january-2026.pdf   598 2026-01 Car Mercedes-Benz Sprinter 314 White Contravening a Red Traffic Light None A45 Coventry Road, Sheldon Coventry Road, Sheldon Birmingham Birmingham Fixed Penalty N/A   52.4516212 -1.7687473
11142 op-snap---monthly-publication-january-2026.pdf   603 2026-01 Car Mercedes-Benz Sprinter White Contravening a Red Traffic Light None Minworth Island Minworth Island Sutton Coldfield Sutton Coldfield Court N/A   52.5310982 -1.7747583
11169 op-snap---monthly-publication-january-2026.pdf   630 2026-01 Car Mercedes-Benz Citan White Contravening a Red Traffic Light None Darthmouth Middleway Darthmouth Middleway Birmingham Birmingham NFA No Offence      
11284 op-snap---monthly-publication-january-2026.pdf   745 2026-01 Car Mercedes-Benz GLA Black Contravening a Red Traffic Light None Bromford Lane Bromford Lane Birmingham Birmingham Education N/A   52.5083238 -1.8332287
11386 op-snap---monthly-publication-january-2026.pdf   847 2026-01 Car Mercedes-Benz E350 Silver Contravening a Red Traffic Light None Water Orton Road Water Orton Road Birmingham Birmingham NFA No Independent Evidence Available   52.5153394 -1.7573409
11429 op-snap---monthly-publication-january-2026.pdf   890 2026-01 Car Mercedes-Benz Sprinter White Contravening a Red Traffic Light None Stratford Road Stratford Road Birmingham Birmingham Education N/A   52.4203897 -1.8338574
11734 op-snap---monthly-publication-january-2026.pdf   1195 2026-01 Car Mercedes-Benz Sprinter Silver Contravening a Red Traffic Light None Spitfire Island Spitfire Island Birmingham Birmingham Education N/A   52.5138106 -1.797297
11818 op-snap---monthly-publication-january-2026.pdf   1279 2026-01 Car Mercedes-Benz Sprinter Blue Contravening a Red Traffic Light None Frankwell Island, Shrewsbury Frankwell Island, Shrewsbury Out of Force Area Out of Force Area NFA Out of Force      

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