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

10 rows where council_area = "Sandwell", disposal = "Fixed Penalty" and month = "2025-06" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_colour

vehicle_make 9

  • Audi 1
  • BMW 1
  • Citroen 1
  • Kia 1
  • Land Rover 1
  • Mercedes-Benz 1
  • Mg 1
  • Mini 1
  • Vauxhall 1

offence 7

  • Using a Mobile Phone Whilst Driving 3
  • Driving without Due Care and Attention 2
  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 1
  • Contravening a Red Traffic Light 1
  • No Insurance 1
  • Stop a vehicle within pelican pedestrian crossing limits 1
  • Use a vehicle / cycle on a road and contravene a local traffic order other than parking 1

reporter_transport_mode 3

  • Car 7
  • Lorry 2
  • Pedestrian 1

month 1

  • 2025-06 · 10 ✖

disposal 1

  • Fixed Penalty · 10 ✖

council_area 1

  • Sandwell · 10 ✖
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
14497 op-snap---monthly-publication-june-2025.pdf   426 2025-06 Lorry Vauxhall Vivaro Silver No Insurance None Stafford Road, Darlaston Stafford Road, Darlaston Sandwell Sandwell Fixed Penalty N/A      
14835 op-snap---monthly-publication-june-2025.pdf   764 2025-06 Car   Triumph Green Use a vehicle / cycle on a road and contravene a local traffic order other than parking None A4037 Tipton Tipton Sandwell Sandwell Fixed Penalty N/A   52.5290396 -2.0693747
14864 op-snap---monthly-publication-june-2025.pdf   793 2025-06 Car Land Rover Range Rover Black Using a Mobile Phone Whilst Driving None M5 M5 Sandwell Sandwell Fixed Penalty N/A      
14988 op-snap---monthly-publication-june-2025.pdf   917 2025-06 Pedestrian Citroen Xsara Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Vimmy Road Vimmy Road Sandwell Sandwell Fixed Penalty N/A      
15270 op-snap---monthly-publication-june-2025.pdf   1199 2025-06 Car Mini Cooper White Using a Mobile Phone Whilst Driving None Oxford Street Island Oxford Street Island Sandwell Sandwell Fixed Penalty N/A      
15614 op-snap---monthly-publication-june-2025.pdf   1543 2025-06 Car Audi S3 Black Contravening a Red Traffic Light None Long Lane Long Lane Sandwell Sandwell Fixed Penalty N/A   52.4748171 -2.0377939
15615 op-snap---monthly-publication-june-2025.pdf   1544 2025-06 Lorry Mg Trophy Grey Driving without Due Care and Attention None M5 SB M5 Southbound Sandwell Sandwell Fixed Penalty N/A      
15631 op-snap---monthly-publication-june-2025.pdf   1560 2025-06 Car Mercedes-Benz A180 Black Driving without Due Care and Attention None Kendrick WAY Kendrick WAY Sandwell Sandwell Fixed Penalty N/A      
15750 op-snap---monthly-publication-june-2025.pdf   1679 2025-06 Car BMW 218d Blue Using a Mobile Phone Whilst Driving None All Saints Way All Saints Way Sandwell Sandwell Fixed Penalty N/A   52.5344405 -1.985568
16020 op-snap---monthly-publication-june-2025.pdf   1949 2025-06 Car Kia Sportage Red Stop a vehicle within pelican pedestrian crossing limits None Church Street (Oldbury) Church Street (Oldbury) Sandwell Sandwell Fixed Penalty N/A   52.5060025 -2.0158979

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