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

9 rows where disposal = "Warning Letter", month = "2025-03" and vehicle_make = "Citroen" 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

council_area 7

  • Birmingham 2
  • Coventry 2
  • Halesowen 1
  • Metropolitan Borough Of Dudley 1
  • Sandwell 1
  • Solihull 1
  • Walsall 1

offence 6

  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 3
  • Driving without Reasonable Consideration 2
  • Contravening a Red Traffic Light 1
  • Driving without Due Care and Attention 1
  • Fail to Conform to Cycle Lane 1
  • Using a Mobile Phone Whilst Driving 1

reporter_transport_mode 3

  • Car 5
  • Pedestrian 3
  • Pedal Bike 1

vehicle_make 1

  • Citroen · 9 ✖

month 1

  • 2025-03 · 9 ✖

disposal 1

  • Warning Letter · 9 ✖
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
16875 op-snap---monthly-publication-march-2025.pdf   632 2025-03 Car Citroen Belingo Silver Driving without Reasonable Consideration None Dumblederry Lane Dumblederry Lane Walsall Walsall Warning Letter N/A Yes - Via Email 52.6069109 -1.9342315
16996 op-snap---monthly-publication-march-2025.pdf   753 2025-03 Pedestrian Citroen C1 White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Melbourne Road Melbourne Road Halesowen Halesowen Warning Letter N/A Yes - Via Email 52.4969107 -1.7598346
17010 op-snap---monthly-publication-march-2025.pdf   767 2025-03 Car Citroen Berlingo Black Using a Mobile Phone Whilst Driving None Biddings Lane Biddings Lane Metropolitan Borough of Dudley Metropolitan Borough Of Dudley Warning Letter N/A Yes - Via Email 52.5498138 -2.0913674
17408 op-snap---monthly-publication-march-2025.pdf   1165 2025-03 Car Citroen C3 Blue Driving without Reasonable Consideration None Islington Middleway Islington Middleway Birmingham Birmingham Warning Letter N/A Yes - Via Email 52.4713211 -1.91264
17753 op-snap---monthly-publication-march-2025.pdf   1510 2025-03 Pedestrian Citroen C3 Blue Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Ulverscroft Road Ulverscroft Road Coventry Coventry Warning Letter N/A Yes - Via Email 52.3913543 -1.508629
18489 op-snap---monthly-publication-march-2025.pdf   2246 2025-03 Pedal Bike Citroen C1 Red Fail to Conform to Cycle Lane None UPPER WELL STREET Upper Well Street Coventry Coventry Warning Letter N/A Yes - Via Email 52.4102625 -1.5137293
18563 op-snap---monthly-publication-march-2025.pdf   2320 2025-03 Pedestrian Citroen C1 Blue Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None New Fosse Way New Fosse Way Birmingham Birmingham Warning Letter N/A Yes - Via Email 52.4473373 -1.9392405
18578 op-snap---monthly-publication-march-2025.pdf   2335 2025-03 Car Citroen C3 White Driving without Due Care and Attention None Maypole Lane Maypole Lane Solihull Solihull Warning Letter Outside of 14 Days NIP Yes - Via Email    
18625 op-snap---monthly-publication-march-2025.pdf   2382 2025-03 Car Citroen C1 Grey Contravening a Red Traffic Light None Portway Hill Portway Hill Sandwell Sandwell Warning Letter Outside of 14 Days NIP Yes - Via Email 52.4990342 -2.0424359

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