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 council_area = "Sandwell", offence = "Contravening a Red Traffic Light" and vehicle_make = "Vauxhall" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source_file, vehicle_model, vehicle_colour, nfa_rationale

month 8

  • 2026-01 3
  • 2025-04 2
  • 2025-05 2
  • 2025-08 2
  • 2025-01 1
  • 2025-02 1
  • 2025-06 1
  • 2025-09 1

disposal 5

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

vehicle_make 1

  • Vauxhall · 13 ✖

reporter_transport_mode 1

  • Car 13

offence 1

  • Contravening a Red Traffic Light · 13 ✖

council_area 1

  • Sandwell · 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
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
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
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
24522 op-snap---monthly-publication-september-2025.pdf   741 2025-09 Car Vauxhall Corsa Silver Contravening a Red Traffic Light None Holyhead Road Holyhead Road Sandwell Sandwell NFA No Independent Evidence Available   52.5567885 -2.035824
2352 op-snap---monthly-publication-august-2025.pdf   327 2025-08 Car Vauxhall Crossland Grey Contravening a Red Traffic Light None Garretts Lane, Old Hill Garretts Lane, Old Hill Sandwell Sandwell Education N/A      
2448 op-snap---monthly-publication-august-2025.pdf   423 2025-08 Car Vauxhall Astra Red Contravening a Red Traffic Light None Wolverhampton Road Wolverhampton Road Sandwell Sandwell Warning Letter N/A   52.4702299 -1.9948976
14222 op-snap---monthly-publication-june-2025.pdf   151 2025-06 Car Vauxhall Agila Blue Contravening a Red Traffic Light None Powke Lane, Rowley Regis Powke Lane, Rowley Regis Sandwell Sandwell NFA Outside of 14 DAYS Late Submission   52.4802734 -2.0576377
19080 op-snap---monthly-publication-may-2025.pdf   442 2025-05 Car Vauxhall Corsa Green Contravening a Red Traffic Light None Cronehills Linkway Cronehills Linkway Sandwell Sandwell Education N/A   52.5216057 -1.9934283
19517 op-snap---monthly-publication-may-2025.pdf   879 2025-05 Car Vauxhall Insignia Green Contravening a Red Traffic Light None More Street, Brierley Hill More Street, Brierley Hill Sandwell Sandwell NFA No VRM      
716 op-snap---monthly-publication-april-2025.pdf   715 2025-04 Car Vauxhall Vivaro White Contravening a Red Traffic Light None High Bullen High Bullen Sandwell Sandwell Fixed Penalty N/A   52.5532368 -2.0227385
1368 op-snap---monthly-publication-april-2025.pdf   1367 2025-04 Car Vauxhall   Black Contravening a Red Traffic Light None Portway Hill , Rowley regis Portway Hill , Rowley regis Sandwell Sandwell NFA Outside of 14 Days NIP   52.4943321 -2.0412126
6826 op-snap---monthly-publication-february-2025.pdf   1643 2025-02 Car Vauxhall Meriva Silver Contravening a Red Traffic Light None Sandwell Road Sandwell Road Sandwell Sandwell Education N/A Yes - Via Email 52.5225375 -1.9987666
9725 op-snap---monthly-publication-january-2025.pdf   833 2025-01 Car Vauxhall Corsa White Contravening a Red Traffic Light None Junction with A41 Bypass Junction with A41 Bypass 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);