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 = "Court" and vehicle_make = "Ford" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence

month 8

  • 2025-10 3
  • 2025-01 2
  • 2025-05 2
  • 2025-11 2
  • 2025-03 1
  • 2025-07 1
  • 2025-08 1
  • 2026-02 1

offence 4

  • Driving without Due Care and Attention 8
  • Contravening a Red Traffic Light 2
  • Using a Mobile Phone Whilst Driving 2
  • Stop a vehicle within pelican pedestrian crossing limits 1

reporter_transport_mode 3

  • Car 10
  • Other 2
  • Pedestrian 1

vehicle_make 1

  • Ford · 13 ✖

disposal 1

  • Court · 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
8269 op-snap---monthly-publication-february-2026.pdf   1016 2026-02 Car Ford Transit Blue Driving without Due Care and Attention No Insurance Halesowen Road Netherton Halesowen Road Netherton Dudley Dudley Court N/A   52.4904317 -2.0833451
20595 op-snap---monthly-publication-november-2025.pdf   137 2025-11 Other Ford Transit White Driving without Due Care and Attention No vehicle excise licence Norwood Road Norwood Road Dudley Dudley Court N/A   52.4831397 -2.1309273
20674 op-snap---monthly-publication-november-2025.pdf   216 2025-11 Car Ford Kuga Black Driving without Due Care and Attention None Tipton Road Tipton Road Dudley Dudley Court N/A   52.5198386 -2.0740876
22218 op-snap---monthly-publication-october-2025.pdf   168 2025-10 Car Ford   Black Driving without Due Care and Attention None A491 High Street Stourbridge High Street Stourbridge Dudley Dudley Court N/A   52.4570763 -2.1136199
22497 op-snap---monthly-publication-october-2025.pdf   447 2025-10 Car Ford Transit White Contravening a Red Traffic Light No Insurance Moss Grove Moss Grove Dudley Dudley Court N/A   52.5025066 -2.1702039
22988 op-snap---monthly-publication-october-2025.pdf   938 2025-10 Car Ford Focus White Contravening a Red Traffic Light No Insurance Pedmore Road Pedmore Road Dudley Dudley Court N/A   52.4897451 -2.1069141
2893 op-snap---monthly-publication-august-2025.pdf   868 2025-08 Other Ford Fiesta Black Driving without Due Care and Attention None Waterfront Car Park Waterfront Car Park Dudley Dudley Court N/A      
12401 op-snap---monthly-publication-july-2025.pdf   453 2025-07 Car Ford Mondeo Blue Driving without Due Care and Attention None Saltwells Road Netherton Saltwells Road Netherton Dudley Dudley Court N/A   52.4809471 -2.0826089
19208 op-snap---monthly-publication-may-2025.pdf   570 2025-05 Car Ford Transit White Driving without Due Care and Attention None Granville Road Granville Road Dudley Dudley Court N/A      
19577 op-snap---monthly-publication-may-2025.pdf   939 2025-05 Car Ford Fiesta Red Using a Mobile Phone Whilst Driving No Seat Belt Narrowboat way Narrowboat way Dudley Dudley Court N/A   52.4914718 -2.1011818
16717 op-snap---monthly-publication-march-2025.pdf   474 2025-03 Car Ford KA Black Using a Mobile Phone Whilst Driving Driving without Due Care and Attention Langley Road Langley Road Dudley Dudley Court N/A Yes - Via Email    
8947 op-snap---monthly-publication-january-2025.pdf   55 2025-01 Pedestrian Ford Mustang Blue Driving without Due Care and Attention None Grey 7 Car park, Waterfront Merry Hill Grey 7 Car park, Waterfront Merry Hill Dudley Dudley Court N/A Yes - Via Email    
10204 op-snap---monthly-publication-january-2025.pdf   1312 2025-01 Car Ford Transit Black Stop a vehicle within pelican pedestrian crossing limits Use vehicle on a road without valid test c eBrrtiiefircleayte Lane e Brrtiiefircleayte Lane Dudley Dudley Court N/A Yes - Via Email    

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