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

11 rows where month = "2025-07", offence = "Contravening a Red Traffic Light" and vehicle_make = "Seat" 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 3

  • Education 4
  • NFA 4
  • Warning Letter 3

council_area 3

  • Birmingham 8
  • Sandwell 2
  • Walsall 1

vehicle_make 1

  • Seat · 11 ✖

reporter_transport_mode 1

  • Car 11

offence 1

  • Contravening a Red Traffic Light · 11 ✖

month 1

  • 2025-07 · 11 ✖
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
11955 op-snap---monthly-publication-july-2025.pdf   7 2025-07 Car Seat Ateca Grey Contravening a Red Traffic Light None Robin Hood Island Robin Hood Island Birmingham Birmingham Education N/A   52.4220705 -1.8372335
11970 op-snap---monthly-publication-july-2025.pdf   22 2025-07 Car Seat Leon Silver Contravening a Red Traffic Light None Amesbury Road Amesbury Road Birmingham Birmingham Education N/A   52.4465507 -1.8957752
12108 op-snap---monthly-publication-july-2025.pdf   160 2025-07 Car Seat Leon Black Contravening a Red Traffic Light None Shenley Fields Road Shenley Fields Road Birmingham Birmingham NFA Outside of 14 Days NIP   52.4373076 -1.9543847
12321 op-snap---monthly-publication-july-2025.pdf   373 2025-07 Car Seat Ibiza Gold Contravening a Red Traffic Light None Yardley Wood Road Yardley Wood Road Birmingham Birmingham NFA Outside of 14 DAYS Late Submission   52.4103191 -1.8670224
12586 op-snap---monthly-publication-july-2025.pdf   638 2025-07 Car Seat Ibiza White Contravening a Red Traffic Light None Walsall Road Walsall Road Sandwell Sandwell NFA No Independent Evidence Available   52.5439824 -1.9306805
12679 op-snap---monthly-publication-july-2025.pdf   731 2025-07 Car Seat Leon Blue Contravening a Red Traffic Light None Stafford Road Stafford Road Birmingham Birmingham NFA Outside of 14 Days NIP   52.5039962 -1.9310883
12854 op-snap---monthly-publication-july-2025.pdf   906 2025-07 Car Seat Ibiza Grey Contravening a Red Traffic Light None Cooks Lane Cooks Lane Birmingham Birmingham Education N/A   52.482758 -1.7603097
13050 op-snap---monthly-publication-july-2025.pdf   1102 2025-07 Car Seat Ibiza White Contravening a Red Traffic Light None Walsall Road, Tynings Lane Walsall Road, Tynings Lane Walsall Walsall Education N/A      
13124 op-snap---monthly-publication-july-2025.pdf   1176 2025-07 Car Seat Ibiza Grey Contravening a Red Traffic Light None Kings Road at Speedwell Road Kings Road at Speedwell Road Birmingham Birmingham Warning Letter N/A   52.5531351 -1.8852761
13958 op-snap---monthly-publication-july-2025.pdf   2010 2025-07 Car Seat Leon Black Contravening a Red Traffic Light None All Saints Way, West Bromwich All Saints Way, West Bromwich Sandwell Sandwell Warning Letter N/A   52.52542 -1.9922411
13973 op-snap---monthly-publication-july-2025.pdf   2025 2025-07 Car Seat Ibiza Silver Contravening a Red Traffic Light None Kingsbury Road Kingsbury Road Birmingham Birmingham Warning Letter N/A   52.5292752 -1.7618805

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