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 council_area = "Dudley", month = "2025-08" and offence = "Contravening a Red Traffic Light" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_colour

vehicle_make 8

  • BMW 2
  • Land Rover 2
  • Renault 2
  • Mercedes-Benz 1
  • Mitsubishi 1
  • Nissan 1
  • Volkswagen 1
  • Volvo 1

disposal 3

  • Education 6
  • Fixed Penalty 3
  • Warning Letter 2

reporter_transport_mode 2

  • Car 10
  • Pedal Bike 1

offence 1

  • Contravening a Red Traffic Light · 11 ✖

month 1

  • 2025-08 · 11 ✖

council_area 1

  • Dudley · 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
2094 op-snap---monthly-publication-august-2025.pdf   69 2025-08 Car BMW 330 D White Contravening a Red Traffic Light None A4123 Wolverhampton Wolverhampton Dudley Dudley Education N/A   52.5082944 -2.0789873
2184 op-snap---monthly-publication-august-2025.pdf   159 2025-08 Car BMW 520.. Black Contravening a Red Traffic Light None Thorns Road Thorns Road Dudley Dudley Education N/A   52.4628538 -2.1160108
2251 op-snap---monthly-publication-august-2025.pdf   226 2025-08 Car Land Rover Range Rover Grey Contravening a Red Traffic Light None Castlegate Island Castlegate Island Dudley Dudley Education N/A      
2514 op-snap---monthly-publication-august-2025.pdf   489 2025-08 Car Land Rover Freelander Grey Contravening a Red Traffic Light None A459 Halesowen Halesowen Dudley Dudley Education N/A   52.4492074 -2.0514646
2597 op-snap---monthly-publication-august-2025.pdf   572 2025-08 Car Volkswagen Crafter White Contravening a Red Traffic Light None Duncan Edwards Way Duncan Edwards Way Dudley Dudley Warning Letter N/A   52.5047428 -2.0823754
2639 op-snap---monthly-publication-august-2025.pdf   614 2025-08 Car Volvo XC40 Black Contravening a Red Traffic Light None Pedmore Road Brierley Hill Pedmore Road Brierley Hill Dudley Dudley Fixed Penalty N/A   52.4897451 -2.1069141
2646 op-snap---monthly-publication-august-2025.pdf   621 2025-08 Car Mercedes-Benz A180 Blue Contravening a Red Traffic Light None Stourbridge Road Stourbridge Road Dudley Dudley Fixed Penalty N/A   52.5002997 -2.1081386
2678 op-snap---monthly-publication-august-2025.pdf   653 2025-08 Pedal Bike Renault Trafic White Contravening a Red Traffic Light None Hagley Road Hagley Road Dudley Dudley Education N/A   52.4514139 -2.1423625
2765 op-snap---monthly-publication-august-2025.pdf   740 2025-08 Car Renault Megane White Contravening a Red Traffic Light None A4123 (Coseley) A4123 (Coseley) Dudley Dudley Fixed Penalty N/A   52.5477155 -2.0940631
2782 op-snap---monthly-publication-august-2025.pdf   757 2025-08 Car Nissan Qashqai Black Contravening a Red Traffic Light None A491 Hagley Road Stourbridge Hagley Road Stourbridge Dudley Dudley Education N/A   52.4407776 -2.1344067
2999 op-snap---monthly-publication-august-2025.pdf   974 2025-08 Car Mitsubishi Mirage Blue Contravening a Red Traffic Light None Brettel Lane Brettel Lane Dudley Dudley Warning Letter N/A      

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