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-06" and reporter_transport_mode = "Pedestrian" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

vehicle_make 7

  • Ford 3
  • Nissan 3
  • Land Rover 2
  • Citroen 1
  • Seat 1
  • Skoda 1
  • Volkswagen 1

offence 5

  • Cause vehicle to be left in a dangerous position 4
  • Driving without Due Care and Attention 3
  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 2
  • Use a vehicle / cycle on a road and contravene a local traffic order other than parking 2
  • Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD 1

disposal 3

  • NFA 7
  • Warning Letter 4
  • Education 1

reporter_transport_mode 1

  • Pedestrian · 12 ✖

month 1

  • 2025-06 · 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
15421 op-snap---monthly-publication-june-2025.pdf   1350 2025-06 Pedestrian Ford   Grey Driving without Due Care and Attention None King Street King Street Dudley Dudley NFA Outside of 14 Days NIP   52.5095654 -2.0806912
15438 op-snap---monthly-publication-june-2025.pdf   1367 2025-06 Pedestrian Nissan Pilsar Grey Cause vehicle to be left in a dangerous position None Naseby Drive Naseby Drive Dudley Dudley NFA Outside of 14 Days NIP   52.4413419 -2.0782707
15542 op-snap---monthly-publication-june-2025.pdf   1471 2025-06 Pedestrian Ford KA Red Driving without Due Care and Attention None Norwood Road Norwood Road Dudley Dudley Education N/A   52.4831397 -2.1309273
15774 op-snap---monthly-publication-june-2025.pdf   1703 2025-06 Pedestrian Skoda Kadiq Silver Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Gayfield Avenue Gayfield Avenue Dudley Dudley NFA No Independent Evidence Available   52.4693896 -2.1251602
15886 op-snap---monthly-publication-june-2025.pdf   1815 2025-06 Pedestrian Volkswagen Passatt Blue Use a vehicle / cycle on a road and contravene a local traffic order other than parking None Catholic Lane Catholic Lane Dudley Dudley NFA No Independent Evidence Available   52.5360259 -2.125828
15889 op-snap---monthly-publication-june-2025.pdf   1818 2025-06 Pedestrian Nissan   Black Use a vehicle / cycle on a road and contravene a local traffic order other than parking None Naseby Drive Naseby Drive Dudley Dudley NFA No Independent Evidence Available   52.4413419 -2.0782707
15890 op-snap---monthly-publication-june-2025.pdf   1819 2025-06 Pedestrian Nissan Qashqai Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Naseby Drive Naseby Drive Dudley Dudley NFA No Independent Evidence Available   52.4413419 -2.0782707
15891 op-snap---monthly-publication-june-2025.pdf   1820 2025-06 Pedestrian Seat Leon White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Naseby Drive Naseby Drive Dudley Dudley NFA No Independent Evidence Available   52.4413419 -2.0782707
16071 op-snap---monthly-publication-june-2025.pdf   2000 2025-06 Pedestrian Land Rover Range Rover White Cause vehicle to be left in a dangerous position None Yew Tree Lane Yew Tree Lane Dudley Dudley Warning Letter N/A   52.5474844 -2.0788584
16120 op-snap---monthly-publication-june-2025.pdf   2049 2025-06 Pedestrian Ford Focus Black Cause vehicle to be left in a dangerous position None Ham Lane Ham Lane Dudley Dudley Warning Letter N/A   52.5092904 -2.1617173
16184 op-snap---monthly-publication-june-2025.pdf   2113 2025-06 Pedestrian Land Rover Evoque Grey Driving without Due Care and Attention None Tower Street Tower Street Dudley Dudley Warning Letter N/A   52.5112053 -2.0833165
16231 op-snap---monthly-publication-june-2025.pdf   2160 2025-06 Pedestrian Citroen DS3 White Cause vehicle to be left in a dangerous position None Gayfield Avenue Gayfield Avenue Dudley Dudley Warning Letter N/A   52.4693896 -2.1251602

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