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

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

✎ View and edit SQL

This data as json, CSV (advanced)

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

offence 6

  • Driving without Due Care and Attention 8
  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 2
  • Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment 2
  • Driver not in position to have Proper Control 1
  • Driving without Reasonable Consideration 1
  • Using a Mobile Phone Whilst Driving 1

disposal 5

  • Warning Letter 7
  • NFA 4
  • Education 2
  • Court 1
  • Fixed Penalty 1

reporter_transport_mode 4

  • Other 8
  • Car 3
  • Pedestrian 3
  • Lorry 1

vehicle_make 1

  • Ford · 15 ✖

month 1

  • 2025-08 · 15 ✖

council_area 1

  • Dudley · 15 ✖
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
2054 op-snap---monthly-publication-august-2025.pdf   29 2025-08 Car Ford Puma Grey Driving without Due Care and Attention None Dudley Road Dudley Road Dudley Dudley Education N/A   52.4881161 -2.1199108
2490 op-snap---monthly-publication-august-2025.pdf   465 2025-08 Other Ford Fiesta White Driving without Due Care and Attention None Merry Hill Merry Hill Dudley Dudley NFA Not in Public Interest   52.4817646 -2.1113435
2527 op-snap---monthly-publication-august-2025.pdf   502 2025-08 Lorry Ford Fiesta Silver Driving without Due Care and Attention None A458 Lye By Pass Lye By Pass Dudley Dudley Education N/A   52.4589885 -2.1160387
2585 op-snap---monthly-publication-august-2025.pdf   560 2025-08 Other Ford Fiesta Black Driving without Reasonable Consideration None Waterfront car park Waterfront car park Dudley Dudley Warning Letter N/A      
2706 op-snap---monthly-publication-august-2025.pdf   681 2025-08 Other Ford Fiesta Silver Driving without Due Care and Attention None Waterfront Waterfront Dudley Dudley Warning Letter N/A   52.4874281 -2.1117204
2713 op-snap---monthly-publication-august-2025.pdf   688 2025-08 Pedestrian Ford Focus Blue Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment None Tunners Lane Tunners Lane Dudley Dudley Warning Letter N/A      
2721 op-snap---monthly-publication-august-2025.pdf   696 2025-08 Other Ford Transit Black Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment None Norwood Road Norwood Road Dudley Dudley Fixed Penalty N/A   52.4831397 -2.1309273
2740 op-snap---monthly-publication-august-2025.pdf   715 2025-08 Other Ford Fiesta Red Driving without Due Care and Attention None Waterfront main car park Waterfront main car park Dudley Dudley NFA No Offence      
2819 op-snap---monthly-publication-august-2025.pdf   794 2025-08 Other Ford Fiesta Red Driving without Due Care and Attention None Water front Merry Hill Water front Merry Hill Dudley Dudley Warning Letter N/A      
2886 op-snap---monthly-publication-august-2025.pdf   861 2025-08 Car Ford Transit White Using a Mobile Phone Whilst Driving None Greenfield Road Kingswinford Greenfield Road Kingswinford Dudley Dudley NFA No Offence      
2893 op-snap---monthly-publication-august-2025.pdf   868 2025-08 Other Ford Fiesta Black Driving without Due Care and Attention None Waterfront Car Park Waterfront Car Park Dudley Dudley Court N/A      
3190 op-snap---monthly-publication-august-2025.pdf   1165 2025-08 Other Ford Fiesta Red Driving without Due Care and Attention None Waterfront Merry Hill Waterfront Merry Hill Dudley Dudley NFA No Independent Evidence Available   52.4874176 -2.1129449
3228 op-snap---monthly-publication-august-2025.pdf   1203 2025-08 Pedestrian Ford mondeo Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None dudley road Dudley Road Dudley Dudley Warning Letter N/A   52.4881161 -2.1199108
3332 op-snap---monthly-publication-august-2025.pdf   1307 2025-08 Car Ford Focus Silver Driver not in position to have Proper Control None Burnt Tree road Burnt Tree road Dudley Dudley Warning Letter N/A   52.5126298 -2.065062
3649 op-snap---monthly-publication-august-2025.pdf   1624 2025-08 Pedestrian Ford Mondeo Blue Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Albert Street Albert Street Dudley Dudley Warning Letter N/A   52.4992923 -2.1235552

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