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

12 rows where council_area = "Dudley", month = "2025-03" and vehicle_make = "BMW" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_colour

offence 5

  • Driving without Due Care and Attention 6
  • Contravening a Red Traffic Light 3
  • Cause vehicle to be left in a dangerous position 1
  • Driving without Reasonable Consideration 1
  • Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment 1

reporter_transport_mode 4

  • Car 6
  • Other 4
  • Pedal Bike 1
  • Pedestrian 1

disposal 4

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

vehicle_make 1

  • BMW · 12 ✖

month 1

  • 2025-03 · 12 ✖

council_area 1

  • Dudley · 12 ✖
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
16243 op-snap---monthly-publication-march-2025.pdf   0 2025-03 Other BMW 320D Grey Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment None Tower Street Tower Street Dudley Dudley Fixed Penalty N/A Yes - Via Email 52.5112053 -2.0833165
16397 op-snap---monthly-publication-march-2025.pdf   154 2025-03 Car BMW 116 Grey Contravening a Red Traffic Light None Hall Street Hall Street Dudley Dudley Fixed Penalty N/A Yes - Via Email 52.5409774 -2.1235921
16615 op-snap---monthly-publication-march-2025.pdf   372 2025-03 Other BMW 118 White Driving without Due Care and Attention None Waterfront Car Park Waterfront Car Park Dudley Dudley Court N/A Yes - Via Email    
16713 op-snap---monthly-publication-march-2025.pdf   470 2025-03 Pedal Bike BMW 118D White Driving without Reasonable Consideration None A491 High Street High Street Dudley Dudley Education N/A Yes - Via Email 52.4779764 -2.1598371
16808 op-snap---monthly-publication-march-2025.pdf   565 2025-03 Car BMW 120D Grey Driving without Due Care and Attention None Stourbridge Road Stourbridge Road Dudley Dudley Fixed Penalty N/A Yes - Via Email 52.5002997 -2.1081386
17497 op-snap---monthly-publication-march-2025.pdf   1254 2025-03 Car BMW 1 SERIS White Contravening a Red Traffic Light None A449 A449 Dudley Dudley Education N/A Yes - Via Email    
17543 op-snap---monthly-publication-march-2025.pdf   1300 2025-03 Car BMW M140 Black Driving without Due Care and Attention None Burton Road Burton Road Dudley Dudley Education N/A Yes - Via Email 52.5248087 -2.1098939
17770 op-snap---monthly-publication-march-2025.pdf   1527 2025-03 Other BMW M235i Black Driving without Due Care and Attention None Waterfront Way Waterfront Way Dudley Dudley Court N/A Yes - Via Email 52.4879006 -2.1188734
17860 op-snap---monthly-publication-march-2025.pdf   1617 2025-03 Car BMW X1 Green Contravening a Red Traffic Light None Parkes Hall Road Parkes Hall Road Dudley Dudley Fixed Penalty N/A Yes - Via Email 52.529619 -2.105277
18061 op-snap---monthly-publication-march-2025.pdf   1818 2025-03 Pedestrian BMW X3... Grey Cause vehicle to be left in a dangerous position None Highbridge Road Highbridge Road Dudley Dudley Fixed Penalty N/A Yes - Via Email 52.485907 -2.0953009
18121 op-snap---monthly-publication-march-2025.pdf   1878 2025-03 Other BMW M140i Black Driving without Due Care and Attention None Waterfront Waterfront Dudley Dudley Warning Letter N/A Yes - Via Email 52.4874281 -2.1117204
18495 op-snap---monthly-publication-march-2025.pdf   2252 2025-03 Car BMW 325d Black Driving without Due Care and Attention None Peartree Lane Peartree Lane Dudley Dudley Warning Letter N/A Yes - Via Email 52.4999595 -2.0919022

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