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", disposal = "Fixed Penalty" and month = "2025-11" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_colour

vehicle_make 7

  • Volkswagen 2
  • Fiat 1
  • Ford 1
  • Kia 1
  • Peugeot 1
  • Seat 1
  • Toyota 1

reporter_transport_mode 3

  • Car 5
  • Motorbike 2
  • Other 1

offence 3

  • Driving without Due Care and Attention 4
  • Using a Mobile Phone Whilst Driving 3
  • Use a motor vehicle / trailer in a condition likely to cause danger of injury 1

month 1

  • 2025-11 · 8 ✖

disposal 1

  • Fixed Penalty · 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
20682 op-snap---monthly-publication-november-2025.pdf   224 2025-11 Motorbike Fiat 500l White Using a Mobile Phone Whilst Driving None Mount Pleasant Mount Pleasant Dudley Dudley Fixed Penalty N/A   52.4734063 -2.1135639
21035 op-snap---monthly-publication-november-2025.pdf   577 2025-11 Car Seat Leon Grey Driving without Due Care and Attention None Glasshouse Hill Glasshouse Hill Dudley Dudley Fixed Penalty N/A   52.4487368 -2.1384768
21080 op-snap---monthly-publication-november-2025.pdf   622 2025-11 Car Toyota Aygo White Using a Mobile Phone Whilst Driving None Birmingham Road Dudley Birmingham Road Dudley Dudley Dudley Fixed Penalty N/A   52.5130612 -2.0648903
21266 op-snap---monthly-publication-november-2025.pdf   808 2025-11 Car Ford Focus Black Use a motor vehicle / trailer in a condition likely to cause danger of injury None Saltwells Road Saltwells Road Dudley Dudley Fixed Penalty N/A   52.4828169 -2.0775182
21269 op-snap---monthly-publication-november-2025.pdf   811 2025-11 Car Peugeot Bipper White Using a Mobile Phone Whilst Driving None Cinder Road Cinder Road Dudley Dudley Fixed Penalty N/A   52.5128626 -2.1348738
21277 op-snap---monthly-publication-november-2025.pdf   819 2025-11 Other Volkswagen Polo White Driving without Due Care and Attention None Merry Hill Centre Merry Hill Centre Dudley Dudley Fixed Penalty N/A   52.4796946 -2.1113792
21577 op-snap---monthly-publication-november-2025.pdf   1119 2025-11 Motorbike Volkswagen Passatt Silver Driving without Due Care and Attention None Mucklow Hill Mucklow Hill Dudley Dudley Fixed Penalty N/A   52.461008 -2.0345574
21582 op-snap---monthly-publication-november-2025.pdf   1124 2025-11 Car Kia Sportage Brown Driving without Due Care and Attention None St Johns Road Stourbridge Street Johns Road Stourbridge Dudley Dudley Fixed Penalty N/A      

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