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 disposal = "Warning Letter", offence = "Contravening a Red Traffic Light" and vehicle_make = "Renault" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source_file, vehicle_model, vehicle_colour, offence_location_raw, offence_location, council_area_raw, nfa_rationale, latitude, longitude

month 8

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

council_area 5

  • Wolverhampton 5
  • Birmingham 3
  • Walsall 3
  • Sandwell 1
  • Solihull 1

reporter_transport_mode 3

  • Car 6
  • Pedestrian 6
  • Pedal Bike 1

vehicle_make 1

  • Renault · 13 ✖

offence 1

  • Contravening a Red Traffic Light · 13 ✖

disposal 1

  • Warning Letter · 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
11645 op-snap---monthly-publication-january-2026.pdf   1106 2026-01 Pedestrian Renault Clio Orange Contravening a Red Traffic Light None Hagley Road Hagley Road Birmingham Birmingham Warning Letter N/A   52.471632 -1.9456776
11893 op-snap---monthly-publication-january-2026.pdf   1354 2026-01 Car Renault Master Grey Contravening a Red Traffic Light None Stafford Road Stafford Road Wolverhampton Wolverhampton Warning Letter N/A   52.6291998 -2.126312
4827 op-snap---monthly-publication-december-2025.pdf   955 2025-12 Car Renault Captur Black Contravening a Red Traffic Light None Stratford Road Stratford Road Solihull Solihull Warning Letter N/A   52.4191184 -1.8326637
24739 op-snap---monthly-publication-september-2025.pdf   958 2025-09 Pedestrian Renault Scenic Brown Contravening a Red Traffic Light None Bushbury Rd / Cannock Rd Bushbury Road / Cannock Road Wolverhampton Wolverhampton Warning Letter N/A   52.5988194 -2.1026037
24759 op-snap---monthly-publication-september-2025.pdf   978 2025-09 Pedestrian Renault Clio Black Contravening a Red Traffic Light None Cannock Road Cannock Road Wolverhampton Wolverhampton Warning Letter N/A   52.6083917 -2.1033365
24872 op-snap---monthly-publication-september-2025.pdf   1091 2025-09 Pedestrian Renault Clio Silver Contravening a Red Traffic Light None Cannock Road Cannock Road Wolverhampton Wolverhampton Warning Letter N/A   52.6083917 -2.1033365
2589 op-snap---monthly-publication-august-2025.pdf   564 2025-08 Car Renault Scenic Black Contravening a Red Traffic Light None Alridge Road Aldridge Road Birmingham Birmingham Warning Letter N/A   52.5368764 -1.8976461
14218 op-snap---monthly-publication-june-2025.pdf   147 2025-06 Pedal Bike Renault Trafic White Contravening a Red Traffic Light None Halesowen Road, Cradley Heath Halesowen Road, Cradley Heath Sandwell Sandwell Warning Letter N/A   52.4641171 -2.0557973
14543 op-snap---monthly-publication-june-2025.pdf   472 2025-06 Pedestrian Renault Clio Silver Contravening a Red Traffic Light None Daw End Lane Daw End Lane Walsall Walsall Warning Letter N/A   52.6068849 -1.9611652
19687 op-snap---monthly-publication-may-2025.pdf   1049 2025-05 Car Renault Clio Black Contravening a Red Traffic Light None Wolverhampton Road Wolverhampton Road Walsall Walsall Warning Letter N/A   52.5867763 -2.0104342
20262 op-snap---monthly-publication-may-2025.pdf   1624 2025-05 Car Renault twingo Red Contravening a Red Traffic Light None A38 Belgrave Middleway Belgrave Middleway Birmingham Birmingham Warning Letter N/A   52.4668753 -1.8996143
17129 op-snap---monthly-publication-march-2025.pdf   886 2025-03 Car Renault Trafic White Contravening a Red Traffic Light None Compton Road Compton Road Wolverhampton Wolverhampton Warning Letter Outside of 14 DAYS Late Submission Yes - Via Email 52.5859089 -2.1456551
6198 op-snap---monthly-publication-february-2025.pdf   1015 2025-02 Pedestrian Renault Kadjar Blue Contravening a Red Traffic Light None     Walsall Walsall Warning Letter 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);