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 month = "2025-01" and vehicle_make = "Daf" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, council_area_raw, nfa_rationale

disposal 5

  • Education 2
  • NFA 2
  • Warning Letter 2
  • Fixed Penalty 1
  • Other Action Taken 1

reporter_transport_mode 4

  • Car 5
  • Bus 1
  • Motorbike 1
  • Pedal Bike 1

offence 4

  • Driving without Due Care and Attention 3
  • Contravening a Red Traffic Light 2
  • Driving without Reasonable Consideration 2
  • Stop a vehicle within pelican pedestrian crossing limits 1

council_area 4

  • Birmingham 4
  • Walsall 2
  • Coventry 1
  • Dudley 1

vehicle_make 1

  • Daf · 8 ✖

month 1

  • 2025-01 · 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
9001 op-snap---monthly-publication-january-2025.pdf   109 2025-01 Bus Daf bus Blue Driving without Due Care and Attention None Summer Row Summer Row Birmingham Birmingham Warning Letter N/A Yes - Via Email 52.4813439 -1.9074798
9005 op-snap---monthly-publication-january-2025.pdf   113 2025-01 Car Daf HGV White Driving without Reasonable Consideration None M6 M6 Birmingham Birmingham Warning Letter N/A Yes - Via Email    
9043 op-snap---monthly-publication-january-2025.pdf   151 2025-01 Car Daf Truck White Stop a vehicle within pelican pedestrian crossing limits None Yardley Wood Road Yardley Wood Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4103191 -1.8670224
9092 op-snap---monthly-publication-january-2025.pdf   200 2025-01 Car Daf HGV Blue Driving without Reasonable Consideration None Unknown not given Unknown not given Birmingham Birmingham NFA No VRM Yes - Via Email    
9533 op-snap---monthly-publication-january-2025.pdf   641 2025-01 Motorbike Daf MAN White Driving without Due Care and Attention None STONEBRIDGE HIGHWAY Stonebridge Highway Coventry Coventry Education N/A Yes - Via Email 52.3782187 -1.478696
9566 op-snap---monthly-publication-january-2025.pdf   674 2025-01 Car Daf TRUCK White Contravening a Red Traffic Light None WOLVERHAMPTON ROAD Wolverhampton Road Walsall Walsall Other Action Taken eNn/A Yes - Via Email 52.5867763 -2.0104342
9604 op-snap---monthly-publication-january-2025.pdf   712 2025-01 Pedal Bike Daf Tractor White Driving without Due Care and Attention None Lichfield Street Lichfield Street Walsall Walsall Education N/A Yes - Via Email 52.5882772 -1.9761264
9837 op-snap---monthly-publication-january-2025.pdf   945 2025-01 Car Daf truck Black Contravening a Red Traffic Light None Birmingham New Road Birmingham New Road Dudley Dudley NFA No Offence Yes - Via Email 52.5478387 -2.0943116

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