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

10 rows where council_area = "Dudley", month = "2025-05" and vehicle_make = "Honda" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, second_offence, offence_location_raw, offence_location, nfa_rationale, latitude, longitude

offence 6

  • Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipmen 3
  • Contravening a Red Traffic Light 2
  • Driving without Due Care and Attention 2
  • Driving without Reasonable Consideration 1
  • Stop a vehicle within pelican pedestrian crossing limits 1
  • Using a Mobile Phone Whilst Driving 1

disposal 4

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

reporter_transport_mode 2

  • Car 6
  • Other 4

vehicle_make 1

  • Honda · 10 ✖

month 1

  • 2025-05 · 10 ✖

council_area 1

  • Dudley · 10 ✖
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
18805 op-snap---monthly-publication-may-2025.pdf   167 2025-05 Car Honda NSC White Driving without Due Care and Attention None Market Street Market Street Dudley Dudley NFA Outside of 14 Days NIP   52.4964695 -2.1680501
18923 op-snap---monthly-publication-may-2025.pdf   285 2025-05 Car Honda HRV Blue Driving without Reasonable Consideration None A4100 Quarry Bank Quarry Bank Dudley Dudley NFA No Offence   52.4733135 -2.1014635
19036 op-snap---monthly-publication-may-2025.pdf   398 2025-05 Car Honda CIVIC Grey Contravening a Red Traffic Light None HIGH STREET High Street Dudley Dudley NFA Outside of 14 Days NIP   52.4779764 -2.1598371
19053 op-snap---monthly-publication-may-2025.pdf   415 2025-05 Other Honda NSC White Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipmen Nt one Tower Street Tower Street Dudley Dudley Warning Letter N/A   52.5112053 -2.0833165
19078 op-snap---monthly-publication-may-2025.pdf   440 2025-05 Car Honda Civic Black Stop a vehicle within pelican pedestrian crossing limits None Robert Street Robert Street Dudley Dudley Education N/A   52.5221845 -2.1196502
19233 op-snap---monthly-publication-may-2025.pdf   595 2025-05 Other Honda Jazz Silver Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipmen Nt one noorwood road Noorwood Road Dudley Dudley Fixed Penalty N/A      
19409 op-snap---monthly-publication-may-2025.pdf   771 2025-05 Car Honda Jazz White Contravening a Red Traffic Light None Balds Lane Balds Lane Dudley Dudley NFA No VRM   52.455416 -2.1051567
19827 op-snap---monthly-publication-may-2025.pdf   1189 2025-05 Other Honda NSC White Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipmen Nt one Tower Street Tower Street Dudley Dudley NFA Outside of 14 Days NIP   52.5112053 -2.0833165
20017 op-snap---monthly-publication-may-2025.pdf   1379 2025-05 Car Honda NSC White Using a Mobile Phone Whilst Driving None A458 Stourbridge ring road Stourbridge ring road Dudley Dudley Fixed Penalty N/A   52.4590366 -2.1465735
20286 op-snap---monthly-publication-may-2025.pdf   1648 2025-05 Other Honda Civic Black Driving without Due Care and Attention None Stone Street Stone Street Dudley Dudley Warning Letter N/A   52.5104511 -2.0836025

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