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", offence = "Cause vehicle to be left in a dangerous position" and vehicle_make = "Vauxhall" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence, offence_location_raw, offence_location, nfa_rationale, latitude, longitude

month 8

  • 2025-11 5
  • 2025-07 2
  • 2025-04 1
  • 2025-06 1
  • 2025-09 1
  • 2025-10 1
  • 2025-12 1
  • 2026-01 1

reporter_transport_mode 3

  • Pedestrian 11
  • Car 1
  • Pedal Bike 1

disposal 3

  • Warning Letter 8
  • NFA 4
  • Education 1

vehicle_make 1

  • Vauxhall · 13 ✖

offence 1

  • Cause vehicle to be left in a dangerous position · 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
11226 op-snap---monthly-publication-january-2026.pdf   687 2026-01 Pedestrian Vauxhall Astra Silver Cause vehicle to be left in a dangerous position None Gayfield Ave Gayfield Ave Dudley Dudley Education N/A   52.4693896 -2.1251602
5013 op-snap---monthly-publication-december-2025.pdf   1141 2025-12 Pedestrian Vauxhall astra Red Cause vehicle to be left in a dangerous position None halesowne road Halesowne Road Dudley Dudley Warning Letter N/A      
20956 op-snap---monthly-publication-november-2025.pdf   498 2025-11 Car Vauxhall astra Grey Cause vehicle to be left in a dangerous position None Gayfield avenue Gayfield avenue Dudley Dudley NFA Misc Inc Crimes   52.4693896 -2.1251602
21331 op-snap---monthly-publication-november-2025.pdf   873 2025-11 Pedestrian Vauxhall antara Grey Cause vehicle to be left in a dangerous position None high street quarry bank High Street Quarry Bank Dudley Dudley Warning Letter N/A   52.4583107 -2.1169703
21375 op-snap---monthly-publication-november-2025.pdf   917 2025-11 Pedestrian Vauxhall corsa Red Cause vehicle to be left in a dangerous position None gayfield avenue Gayfield Avenue Dudley Dudley Warning Letter N/A   52.4693896 -2.1251602
21464 op-snap---monthly-publication-november-2025.pdf   1006 2025-11 Pedestrian Vauxhall vivaro White Cause vehicle to be left in a dangerous position None northway Northway Dudley Dudley Warning Letter N/A   52.548846 -2.1297656
21794 op-snap---monthly-publication-november-2025.pdf   1336 2025-11 Pedestrian Vauxhall astra Grey Cause vehicle to be left in a dangerous position None gayfield avenue Gayfield Avenue Dudley Dudley NFA Misc Inc Crimes   52.4693896 -2.1251602
23387 op-snap---monthly-publication-october-2025.pdf   1337 2025-10 Pedestrian Vauxhall Astra Grey Cause vehicle to be left in a dangerous position None Gayfield Avenue Gayfield Avenue Dudley Dudley Warning Letter N/A   52.4693896 -2.1251602
25381 op-snap---monthly-publication-september-2025.pdf   1600 2025-09 Pedestrian Vauxhall corsa Silver Cause vehicle to be left in a dangerous position None castle road west Castle Road West Dudley Dudley Warning Letter N/A   52.5258312 -2.0768625
13620 op-snap---monthly-publication-july-2025.pdf   1672 2025-07 Pedestrian Vauxhall Mokka White Cause vehicle to be left in a dangerous position None Gayfield Road Gayfield Road Dudley Dudley Warning Letter N/A      
13870 op-snap---monthly-publication-july-2025.pdf   1922 2025-07 Pedestrian Vauxhall zafira Blue Cause vehicle to be left in a dangerous position No Insurance Basons LAne Basons LAne Dudley Dudley Warning Letter N/A      
14965 op-snap---monthly-publication-june-2025.pdf   894 2025-06 Pedal Bike Vauxhall Astra Red Cause vehicle to be left in a dangerous position None Gayfield Av Gayfield Avenue Dudley Dudley NFA Outside of 14 Days NIP   52.4693896 -2.1251602
869 op-snap---monthly-publication-april-2025.pdf   868 2025-04 Pedestrian Vauxhall   White Cause vehicle to be left in a dangerous position None Slade Road , Colley gate Slade Road , Colley gate Dudley Dudley NFA Outside of 14 Days NIP      

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