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 disposal = "Warning Letter", month = "2025-07" and vehicle_make = "Volvo" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, second_offence, council_area_raw

council_area 7

  • Birmingham 6
  • Dudley 1
  • Out of Force Area 1
  • Sandwell 1
  • Solihull 1
  • Sutton Coldfield 1
  • Walsall 1

offence 6

  • Cause vehicle to be left in a dangerous position 6
  • Use a vehicle / cycle on a road and contravene a local traffic order other than parking 2
  • Contravene Lane Closure Red X 1
  • Driving without Due Care and Attention 1
  • Driving without Reasonable Consideration 1
  • Prohibited vehicle in offside lane of motorway 1

reporter_transport_mode 3

  • Car 7
  • Pedestrian 3
  • Pedal Bike 2

vehicle_make 1

  • Volvo · 12 ✖

month 1

  • 2025-07 · 12 ✖

disposal 1

  • Warning Letter · 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
12287 op-snap---monthly-publication-july-2025.pdf   339 2025-07 Pedal Bike Volvo V40 Blue Driving without Reasonable Consideration None 6 ways roundabout 6 Ways Roundabout Birmingham Birmingham Warning Letter N/A      
12880 op-snap---monthly-publication-july-2025.pdf   932 2025-07 Car Volvo Bus Red Driving without Due Care and Attention None Dudley Road, Tipton Dudley Road, Tipton Sandwell Sandwell Warning Letter N/A   52.5238596 -2.0740455
12908 op-snap---monthly-publication-july-2025.pdf   960 2025-07 Car Volvo V40 Blue Contravene Lane Closure Red X None A38 M A38 M Birmingham Birmingham Warning Letter N/A   52.5092312 -1.8706799
13260 op-snap---monthly-publication-july-2025.pdf   1312 2025-07 Car Volvo XC60 Grey Cause vehicle to be left in a dangerous position None Roberts St Roberts Street Dudley Dudley Warning Letter N/A   52.5213135 -2.1197042
13288 op-snap---monthly-publication-july-2025.pdf   1340 2025-07 Pedestrian Volvo s60 Silver Cause vehicle to be left in a dangerous position None shadwell street Shadwell Street Birmingham Birmingham Warning Letter N/A   52.4860038 -1.8987257
13338 op-snap---monthly-publication-july-2025.pdf   1390 2025-07 Car Volvo XC90 Grey Use a vehicle / cycle on a road and contravene a local traffic order other than parking none Upper Holland Road Upper Holland Road Sutton Coldfield Sutton Coldfield Warning Letter N/A   52.561 -1.8187105
13358 op-snap---monthly-publication-july-2025.pdf   1410 2025-07 Car Volvo Skip White Use a vehicle / cycle on a road and contravene a local traffic order other than parking none M6 SOuth Jct 6 M6 SOuth Junction 6 Solihull Solihull Warning Letter N/A      
13407 op-snap---monthly-publication-july-2025.pdf   1459 2025-07 Pedal Bike Volvo XC40 Black Cause vehicle to be left in a dangerous position None Overton Close Overton Close Birmingham Birmingham Warning Letter N/A   52.4228124 -1.8330277
13609 op-snap---monthly-publication-july-2025.pdf   1661 2025-07 Car Volvo Tractor Black Prohibited vehicle in offside lane of motorway None Unknown   Out of Force Area Out of Force Area Warning Letter N/A      
13627 op-snap---monthly-publication-july-2025.pdf   1679 2025-07 Car Volvo XC40 Green Cause vehicle to be left in a dangerous position None Washwood Heath Road Washwood Heath Road Birmingham Birmingham Warning Letter N/A   52.4929304 -1.8229092
13667 op-snap---monthly-publication-july-2025.pdf   1719 2025-07 Pedestrian Volvo xc90 Green Cause vehicle to be left in a dangerous position none Lynn Lane Lynn Lane Walsall Walsall Warning Letter N/A      
13819 op-snap---monthly-publication-july-2025.pdf   1871 2025-07 Pedestrian Volvo V40 Grey Cause vehicle to be left in a dangerous position None Kingstanding Road Kingstanding Road Birmingham Birmingham Warning Letter N/A   52.5521118 -1.8845138

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