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

11 rows where council_area = "Dudley", month = "2025-04" 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 10

  • Vauxhall 2
  • Fiat 1
  • Ford 1
  • Honda 1
  • Land Rover 1
  • Mini 1
  • Peugeot 1
  • Renault 1
  • Skoda 1
  • Toyota 1

offence 8

  • Cause vehicle to be left in a dangerous position 3
  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 2
  • Driving a vehicle wholly or partly on a footpath 1
  • Driving without Due Care and Attention 1
  • Driving without Reasonable Consideration 1
  • Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD 1
  • Stop a vehicle on pedestrian crossing 1
  • Stop a vehicle within pelican pedestrian crossing limits 1

disposal 4

  • NFA 8
  • Education 1
  • Fixed Penalty 1
  • Warning Letter 1

reporter_transport_mode 1

  • Pedestrian · 11 ✖

month 1

  • 2025-04 · 11 ✖

council_area 1

  • Dudley · 11 ✖
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
113 op-snap---monthly-publication-april-2025.pdf   112 2025-04 Pedestrian Fiat 500 Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Wollaston Road Wollaston Road Dudley Dudley NFA Outside of 14 Days NIP   52.4678098 -2.1537106
580 op-snap---monthly-publication-april-2025.pdf   579 2025-04 Pedestrian Vauxhall Insignia Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Halesowen Rd Halesowen Road Dudley Dudley NFA Not in Public Interest   52.4624413 -2.0175178
668 op-snap---monthly-publication-april-2025.pdf   667 2025-04 Pedestrian Peugeot 208.. Grey Stop a vehicle within pelican pedestrian crossing limits None Halesowen Road, Old Hill Cradley Heath Halesowen Road, Old Hill Cradley Heath Dudley Dudley Education N/A   52.4641171 -2.0557973
689 op-snap---monthly-publication-april-2025.pdf   688 2025-04 Pedestrian Skoda Kadiq Silver Cause vehicle to be left in a dangerous position None Gayfield Avenue Gayfield Avenue Dudley Dudley Fixed Penalty N/A   52.4693896 -2.1251602
717 op-snap---monthly-publication-april-2025.pdf   716 2025-04 Pedestrian Ford Transit Silver Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Turners Lane Turners Lane Dudley Dudley Warning Letter N/A   52.4721372 -2.1243522
820 op-snap---monthly-publication-april-2025.pdf   819 2025-04 Pedestrian Mini Countryman Blue Cause vehicle to be left in a dangerous position None Gayfield Avenue 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      
1218 op-snap---monthly-publication-april-2025.pdf   1217 2025-04 Pedestrian Land Rover Evoque Red Driving without Reasonable Consideration None Turners Hill , Brierley Hill Turners Hill , Brierley Hill Dudley Dudley NFA Outside of 14 Days NIP   52.4721372 -2.1243522
1674 op-snap---monthly-publication-april-2025.pdf   1673 2025-04 Pedestrian Toyota NP Blue Driving a vehicle wholly or partly on a footpath None Turners Lane , Brierley Hill Turners Lane , Brierley Hill Dudley Dudley NFA Outside of 14 Days NIP   52.4721372 -2.1243522
1919 op-snap---monthly-publication-april-2025.pdf   1918 2025-04 Pedestrian Honda np Blue Stop a vehicle on pedestrian crossing None dudley road Dudley Road Dudley Dudley NFA Outside of 14 Days NIP   52.4881161 -2.1199108
1932 op-snap---monthly-publication-april-2025.pdf   1931 2025-04 Pedestrian Renault Captur White Driving without Due Care and Attention None Grange road roundabout Grange road roundabout 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);