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

12 rows where council_area = "Sandwell", month = "2025-03" and vehicle_make = "Audi" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, nfa_rationale

offence 9

  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 3
  • Drive on hard shoulder 2
  • Cause vehicle to be left in a dangerous position 1
  • Contravening a Red Traffic Light 1
  • Driver not in position to have Proper Control 1
  • Driving without Due Care and Attention 1
  • Misc - Non Traffic Offences 1
  • No Insurance 1
  • Using a Mobile Phone Whilst Driving 1

disposal 5

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

reporter_transport_mode 3

  • Car 7
  • Pedestrian 4
  • Motorbike 1

vehicle_make 1

  • Audi · 12 ✖

month 1

  • 2025-03 · 12 ✖

council_area 1

  • Sandwell · 12 ✖
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
16343 op-snap---monthly-publication-march-2025.pdf   100 2025-03 Car Audi A3 Black Misc - Non Traffic Offences None Cakemore Road Cakemore Road Sandwell Sandwell NFA Not in Public Interest Yes - Via Email 52.4784618 -2.0263474
16452 op-snap---monthly-publication-march-2025.pdf   209 2025-03 Car Audi A4 White Drive on hard shoulder None M5 SB J1 M5 Southbound J1 Sandwell Sandwell Fixed Penalty N/A Yes - Via Email    
16513 op-snap---monthly-publication-march-2025.pdf   270 2025-03 Car Audi A4 Grey Contravening a Red Traffic Light None Mallin Street Mallin Street Sandwell Sandwell Education N/A Yes - Via Email 52.5007585 -1.9905209
16548 op-snap---monthly-publication-march-2025.pdf   305 2025-03 Car Audi Q3 Grey Driver not in position to have Proper Control None A41 West Bromwich towards Birmingham West Bromwich towards Birmingham Sandwell Sandwell Court N/A Yes - Via Email    
17173 op-snap---monthly-publication-march-2025.pdf   930 2025-03 Pedestrian Audi Q5 Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Castle Road East Castle Road East Sandwell Sandwell Fixed Penalty N/A Yes - Via Email 52.4687472 -1.9893922
17281 op-snap---monthly-publication-march-2025.pdf   1038 2025-03 Car Audi A1.. Silver Driving without Due Care and Attention None Black Country Route Black Country Route Sandwell Sandwell Fixed Penalty N/A Yes - Via Email    
17369 op-snap---monthly-publication-march-2025.pdf   1126 2025-03 Motorbike Audi A6 Black Using a Mobile Phone Whilst Driving None Halesowen Road Halesowen Road Sandwell Sandwell Fixed Penalty N/A Yes - Via Email 52.4727241 -2.0645309
17656 op-snap---monthly-publication-march-2025.pdf   1413 2025-03 Pedestrian Audi TT Silver Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Gladys Road Gladys Road Sandwell Sandwell Fixed Penalty N/A Yes - Via Email 52.47917 -1.9730045
18156 op-snap---monthly-publication-march-2025.pdf   1913 2025-03 Pedestrian Audi A1 Red Cause vehicle to be left in a dangerous position None Clent Road Clent Road Sandwell Sandwell Fixed Penalty N/A Yes - Via Email 52.4725947 -1.9952306
18361 op-snap---monthly-publication-march-2025.pdf   2118 2025-03 Car Audi A1 Black Drive on hard shoulder None M5 M5 Sandwell Sandwell Fixed Penalty N/A Yes - Via Email    
18373 op-snap---monthly-publication-march-2025.pdf   2130 2025-03 Pedestrian Audi A3 Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Galton Road Galton Road Sandwell Sandwell Warning Letter N/A Yes - Via Email 52.4700791 -1.9751575
18382 op-snap---monthly-publication-march-2025.pdf   2139 2025-03 Car Audi A3 Black No Insurance None Newton Road Newton Road Sandwell Sandwell Fixed Penalty N/A Yes - Via Email 52.5428224 -1.9569444

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