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

15 rows where council_area = "Dudley", disposal = "Education" and month = "2025-05" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_colour, offence_location_raw, offence_location, latitude, longitude

vehicle_make 13

  • Ford 2
  • Mercedes-Benz 2
  • Audi 1
  • Fiat 1
  • Honda 1
  • Land Rover 1
  • Nissan 1
  • Renault 1
  • Seat 1
  • Toyota 1
  • Vauxhall 1
  • Volkswagen 1
  • Yamaha 1

offence 5

  • Contravening a Red Traffic Light 5
  • Driving without Due Care and Attention 4
  • Stop a vehicle within pelican pedestrian crossing limits 3
  • Cause vehicle to be left in a dangerous position 2
  • Vehicle overtake within crossing limits 1

reporter_transport_mode 3

  • Car 11
  • Other 2
  • Pedestrian 2

month 1

  • 2025-05 · 15 ✖

disposal 1

  • Education · 15 ✖

council_area 1

  • Dudley · 15 ✖
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
18877 op-snap---monthly-publication-may-2025.pdf   239 2025-05 Car Volkswagen Golf Grey Contravening a Red Traffic Light None Harding Street Coseley Harding Street Coseley Dudley Dudley Education N/A   52.548863 -2.076678
18878 op-snap---monthly-publication-may-2025.pdf   240 2025-05 Car Yamaha Moped Grey Vehicle overtake within crossing limits None Dibdale Road Dibdale Road Dudley Dudley Education N/A   52.5168444 -2.1028136
18901 op-snap---monthly-publication-may-2025.pdf   263 2025-05 Car Mercedes-Benz sprinter Blue Stop a vehicle within pelican pedestrian crossing limits None High Street Kingswinford High Street Kingswinford Dudley Dudley Education N/A   52.4975687 -2.1672039
18977 op-snap---monthly-publication-may-2025.pdf   339 2025-05 Other Ford Fiesta Black Driving without Due Care and Attention None Grey 7 Car park, Merry Hill Grey 7 Car park, Merry Hill Dudley Dudley Education N/A      
19052 op-snap---monthly-publication-may-2025.pdf   414 2025-05 Car Mercedes-Benz Vito Green Contravening a Red Traffic Light None High Street Quarry Bank High Street Quarry Bank Dudley Dudley Education N/A   52.4583107 -2.1169703
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
19079 op-snap---monthly-publication-may-2025.pdf   441 2025-05 Car Nissan Qashqai Silver Stop a vehicle within pelican pedestrian crossing limits None Robert Street Robert Street Dudley Dudley Education N/A   52.5221845 -2.1196502
19162 op-snap---monthly-publication-may-2025.pdf   524 2025-05 Pedestrian Fiat 500 Blue Cause vehicle to be left in a dangerous position None GAYFIELD AVENUE Gayfield Avenue Dudley Dudley Education N/A   52.4693896 -2.1251602
19164 op-snap---monthly-publication-may-2025.pdf   526 2025-05 Pedestrian Toyota COROLLA Silver Cause vehicle to be left in a dangerous position None GAYFIELD AVENUE Gayfield Avenue Dudley Dudley Education N/A   52.4693896 -2.1251602
19318 op-snap---monthly-publication-may-2025.pdf   680 2025-05 Car Vauxhall Astra Silver Driving without Due Care and Attention None Gospel End Road Gospel End Road Dudley Dudley Education N/A   52.5392439 -2.1282642
19340 op-snap---monthly-publication-may-2025.pdf   702 2025-05 Car Audi RS3 Red Contravening a Red Traffic Light None Castle Hill Castle Hill Dudley Dudley Education N/A   52.5140573 -2.0798069
19368 op-snap---monthly-publication-may-2025.pdf   730 2025-05 Other Renault Clio Black Driving without Due Care and Attention None Waterfront Car Park 7 Waterfront Car Park 7 Dudley Dudley Education N/A      
19391 op-snap---monthly-publication-may-2025.pdf   753 2025-05 Car Land Rover Vogue Grey Contravening a Red Traffic Light None Halesowen Road Halesowen Road Dudley Dudley Education N/A   52.4624413 -2.0175178
19521 op-snap---monthly-publication-may-2025.pdf   883 2025-05 Car Ford Transit White Contravening a Red Traffic Light None Parkes Hall Road Parkes Hall Road Dudley Dudley Education N/A   52.529619 -2.105277
19564 op-snap---monthly-publication-may-2025.pdf   926 2025-05 Car Seat Ibiza Grey Driving without Due Care and Attention None Dudley Street Dudley Street Dudley Dudley Education N/A   52.540391 -2.1211076

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