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

8 rows where council_area = "Dudley", month = "2025-09" and offence = "Using a Mobile Phone Whilst Driving" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_colour, nfa_rationale

vehicle_make 7

  • Peugeot 2
  • Ford 1
  • Land Rover 1
  • Mercedes-Benz 1
  • Scania 1
  • Suzuki 1
  • Vauxhall 1

reporter_transport_mode 4

  • Car 5
  • Motorbike 1
  • Other 1
  • car 1

disposal 3

  • Fixed Penalty 4
  • NFA 2
  • Warning Letter 2

offence 1

  • Using a Mobile Phone Whilst Driving · 8 ✖

month 1

  • 2025-09 · 8 ✖

council_area 1

  • Dudley · 8 ✖
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
24088 op-snap---monthly-publication-september-2025.pdf   307 2025-09 Car Peugeot 2008.. Grey Using a Mobile Phone Whilst Driving None Park Road at Parkes Hall Road Park Road at Parkes Hall Road Dudley Dudley Fixed Penalty N/A   52.4566333 -2.1646355
24099 op-snap---monthly-publication-september-2025.pdf   318 2025-09 Motorbike Mercedes-Benz EQA250 Grey Using a Mobile Phone Whilst Driving None Chawn Park Drive Chawn Park Drive Dudley Dudley Warning Letter N/A   52.4453636 -2.1319058
24316 op-snap---monthly-publication-september-2025.pdf   535 2025-09 Car Peugeot 208 White Using a Mobile Phone Whilst Driving None Birmingham new Road Birmingham new Road Dudley Dudley Fixed Penalty N/A   52.5478387 -2.0943116
24325 op-snap---monthly-publication-september-2025.pdf   544 2025-09 Other Scania   White Using a Mobile Phone Whilst Driving None Brettell Lane Brettell Lane Dudley Dudley Warning Letter N/A   52.4706676 -2.1545486
24416 op-snap---monthly-publication-september-2025.pdf   635 2025-09 Car Land Rover Range Rover Grey Using a Mobile Phone Whilst Driving None Gate Street Gate Street Dudley Dudley NFA No Independent Evidence Available   52.5381741 -2.1180164
24437 op-snap---monthly-publication-september-2025.pdf   656 2025-09 Car Suzuki Alto Silver Using a Mobile Phone Whilst Driving None Foxoak Street Foxoak Street Dudley Dudley NFA No Independent Evidence Available      
24824 op-snap---monthly-publication-september-2025.pdf   1043 2025-09 Car Vauxhall Zafira White Using a Mobile Phone Whilst Driving None Gerald Road Gerald Road Dudley Dudley Fixed Penalty N/A   52.4655739 -2.1614353
24847 op-snap---monthly-publication-september-2025.pdf   1066 2025-09 car Ford Transit White Using a Mobile Phone Whilst Driving None Peartree Lane Peartree Lane Dudley Dudley Fixed Penalty N/A   52.4999595 -2.0919022

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