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 council_area = "Dudley", disposal = "Education" and month = "2025-07" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour

vehicle_make 7

  • Ford 5
  • Audi 2
  • Toyota 2
  • BMW 1
  • Kia 1
  • Land Rover 1
  • Volvo 1

reporter_transport_mode 3

  • Car 10
  • Other 2
  • Pedal Bike 1

offence 3

  • Driving without Due Care and Attention 8
  • Contravening a Red Traffic Light 3
  • Driving without Reasonable Consideration 2

month 1

  • 2025-07 · 13 ✖

disposal 1

  • Education · 13 ✖

council_area 1

  • Dudley · 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
12098 op-snap---monthly-publication-july-2025.pdf   150 2025-07 Car Land Rover Sport Black Driving without Due Care and Attention None Manor Lane Manor Lane Dudley Dudley Education N/A   52.4500678 -2.0276115
12212 op-snap---monthly-publication-july-2025.pdf   264 2025-07 Other Ford Fiesta Blue Driving without Due Care and Attention None Norwood Road Norwood Road Dudley Dudley Education N/A   52.4831397 -2.1309273
12295 op-snap---monthly-publication-july-2025.pdf   347 2025-07 Car Ford Fiesta White Driving without Due Care and Attention None Dudley Street Dudley Street Dudley Dudley Education N/A   52.540391 -2.1211076
12306 op-snap---monthly-publication-july-2025.pdf   358 2025-07 Car Toyota Pro Ace White Contravening a Red Traffic Light None Hall Street Hall Street Dudley Dudley Education N/A   52.5409774 -2.1235921
12372 op-snap---monthly-publication-july-2025.pdf   424 2025-07 Car Volvo V40 Blue Contravening a Red Traffic Light None High Street High Street Dudley Dudley Education N/A   52.4779764 -2.1598371
12436 op-snap---monthly-publication-july-2025.pdf   488 2025-07 Car Kia EV 6.. Grey Driving without Due Care and Attention None Stourbridge Road (Halesowen) Stourbridge Road (Halesowen) Dudley Dudley Education N/A   52.4514773 -2.0541796
12447 op-snap---monthly-publication-july-2025.pdf   499 2025-07 Car Audi S3 Black Contravening a Red Traffic Light None Hayes Lane Hayes Lane Dudley Dudley Education N/A   52.4599414 -2.1028651
12597 op-snap---monthly-publication-july-2025.pdf   649 2025-07 Pedal Bike Ford   Grey Driving without Reasonable Consideration None Camp Hill Camp Hill Dudley Dudley Education N/A   52.475022 -2.1566273
12635 op-snap---monthly-publication-july-2025.pdf   687 2025-07 Car Ford Transit Grey Driving without Due Care and Attention None Wynall Lane South Wynall Lane South Dudley Dudley Education N/A   52.4461293 -2.0923323
12692 op-snap---monthly-publication-july-2025.pdf   744 2025-07 Car Audi SQ5. Black Driving without Due Care and Attention None Tipton Road Tipton Road Dudley Dudley Education N/A   52.5198386 -2.0740876
12750 op-snap---monthly-publication-july-2025.pdf   802 2025-07 Car Ford Transit White Driving without Reasonable Consideration None A4100 A4100 Dudley Dudley Education N/A      
13105 op-snap---monthly-publication-july-2025.pdf   1157 2025-07 Car Toyota Avensis Black Driving without Due Care and Attention None Wolverhampton Street Wolverhampton Street Dudley Dudley Education N/A   52.5112068 -2.0908956
13162 op-snap---monthly-publication-july-2025.pdf   1214 2025-07 Other BMW 335D White Driving without Due Care and Attention None Waterfront main car park Waterfront main car park Dudley Dudley Education 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);