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

9 rows where council_area = "Dudley" and vehicle_make = "Mazda" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, second_offence

month 9

  • 2025-01 1
  • 2025-02 1
  • 2025-05 1
  • 2025-06 1
  • 2025-07 1
  • 2025-10 1
  • 2025-12 1
  • 2026-01 1
  • 2026-02 1

reporter_transport_mode 4

  • Car 3
  • Other 3
  • Pedestrian 2
  • Pedal Bike 1

offence 4

  • Driving without Due Care and Attention 5
  • Driving without Reasonable Consideration 2
  • Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipmen 1
  • No Insurance 1

disposal 4

  • Education 3
  • Fixed Penalty 3
  • Court 2
  • Warning Letter 1

vehicle_make 1

  • Mazda · 9 ✖

council_area 1

  • Dudley · 9 ✖
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
7257 op-snap---monthly-publication-february-2026.pdf   4 2026-02 Car Mazda CX30 Grey Driving without Due Care and Attention None High Street, Quarry Bank High Street, Quarry Bank Dudley Dudley Education N/A   52.4576453 -2.1150716
11920 op-snap---monthly-publication-january-2026.pdf   1381 2026-01 Car Mazda model3 silver Driving without Due Care and Attention None Pensnett Road, Brierley Hill Pensnett Road, Brierley Hill Dudley Dudley Fixed Penalty N/A   52.4890857 -2.1299003
5148 op-snap---monthly-publication-december-2025.pdf   1276 2025-12 Pedestrian Mazda 3 TS2 Grey No Insurance None Stourbridge Road Stourbridge Road Dudley Dudley Fixed Penalty N/A   52.5002997 -2.1081386
22201 op-snap---monthly-publication-october-2025.pdf   151 2025-10 Pedestrian Mazda 2 Black Driving without Due Care and Attention None Lower High Street, Stourbridge Lower High Street, Stourbridge Dudley Dudley Court N/A   52.4586871 -2.1483642
12193 op-snap---monthly-publication-july-2025.pdf   245 2025-07 Other Mazda MX5 Green Driving without Due Care and Attention None Waterfront Waterfront Dudley Dudley Court N/A   52.4874281 -2.1117204
15693 op-snap---monthly-publication-june-2025.pdf   1622 2025-06 Other Mazda 2 Green Driving without Due Care and Attention None Norwood Road Norwood Road Dudley Dudley Education N/A   52.4831397 -2.1309273
19270 op-snap---monthly-publication-may-2025.pdf   632 2025-05 Other Mazda 6 SE Red 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 Fixed Penalty N/A   52.5112053 -2.0833165
7213 op-snap---monthly-publication-february-2025.pdf   2030 2025-02 Car Mazda 2 White Driving without Reasonable Consideration None Stourbridge Road Dudley Stourbridge Road Dudley Dudley Dudley Warning Letter N/A Yes - Via Email 52.501035 -2.107981
8911 op-snap---monthly-publication-january-2025.pdf   19 2025-01 Pedal Bike Mazda CX5 Black Driving without Reasonable Consideration None BROADWAY Broadway Dudley Dudley Education N/A Yes - Via Email 52.5147445 -2.0836401

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