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

14 rows where council_area = "Dudley", month = "2025-06" and vehicle_make = "Ford" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

offence 7

  • Driving without Due Care and Attention 6
  • Contravening a Red Traffic Light 2
  • Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment 2
  • Cause vehicle to be left in a dangerous position 1
  • Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD 1
  • No Insurance 1
  • Use a vehicle / cycle on a road and contravene a local traffic order other than parking 1

reporter_transport_mode 3

  • Other 6
  • Car 5
  • Pedestrian 3

disposal 3

  • NFA 6
  • Education 4
  • Warning Letter 4

vehicle_make 1

  • Ford · 14 ✖

month 1

  • 2025-06 · 14 ✖

council_area 1

  • Dudley · 14 ✖
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
14208 op-snap---monthly-publication-june-2025.pdf   137 2025-06 Car Ford FIESTA Silver Driving without Due Care and Attention None NEW ROWLEY ROAD New Rowley Road Dudley Dudley NFA No Offence   52.4985531 -2.0680023
14720 op-snap---monthly-publication-june-2025.pdf   649 2025-06 Car Ford Mondeo Blue Contravening a Red Traffic Light None Saltwells Road Saltwells Road Dudley Dudley Education N/A   52.4828169 -2.0775182
15055 op-snap---monthly-publication-june-2025.pdf   984 2025-06 Car Ford Ranger Silver Contravening a Red Traffic Light None Hickman Road Hickman Road Dudley Dudley Education N/A   52.4878144 -2.1286751
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
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
15635 op-snap---monthly-publication-june-2025.pdf   1564 2025-06 Other Ford Fiesta Blue Driving without Due Care and Attention None Norwood Road Norwood Road Dudley Dudley Education N/A   52.4831397 -2.1309273
15727 op-snap---monthly-publication-june-2025.pdf   1656 2025-06 Other Ford fiesta Blue Driving without Due Care and Attention None Car Park 7 Merry Hill Car Park 7 Merry Hill Dudley Dudley NFA Outside of 14 Days NIP      
15937 op-snap---monthly-publication-june-2025.pdf   1866 2025-06 Car Ford Transit White No Insurance No vehicle excise licence Heath farm Road Heath farm Road Dudley Dudley NFA No Independent Evidence Available   52.4463691 -2.1624881
15989 op-snap---monthly-publication-june-2025.pdf   1918 2025-06 Other Ford Focus Blue Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment None Norwood Road Norwood Road Dudley Dudley NFA Outside of 14 Days NIP   52.4831397 -2.1309273
16019 op-snap---monthly-publication-june-2025.pdf   1948 2025-06 Other Ford Transit Yellow Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment None Norwood Road Norwood Road Dudley Dudley NFA Outside of 14 Days NIP   52.4831397 -2.1309273
16083 op-snap---monthly-publication-june-2025.pdf   2012 2025-06 Car Ford Ecosport Blue Use a vehicle / cycle on a road and contravene a local traffic order other than parking None Norwood Road Norwood Road Dudley Dudley Warning Letter N/A   52.4831397 -2.1309273
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
16136 op-snap---monthly-publication-june-2025.pdf   2065 2025-06 Other Ford focus Black Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Norwood Road Norwood Road Dudley Dudley Warning Letter N/A   52.4831397 -2.1309273
16186 op-snap---monthly-publication-june-2025.pdf   2115 2025-06 Other Ford Ka White Driving without Due Care and Attention None Norwood Road Norwood Road Dudley Dudley Warning Letter N/A   52.4831397 -2.1309273

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