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

14 rows where disposal = "Warning Letter", reporter_transport_mode = "Other" and vehicle_make = "BMW" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source_file, vehicle_model, vehicle_colour, offence_location_raw, offence_location, council_area_raw, latitude, longitude

offence 7

  • Driving without Due Care and Attention 7
  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 2
  • Drive / Ride / Lead an animal on a footpath 1
  • Driving a vehicle wholly or partly on a footpath 1
  • Misc - Non Traffic Offences 1
  • Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD 1
  • Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment 1

month 5

  • 2025-06 5
  • 2026-01 4
  • 2025-07 3
  • 2025-03 1
  • 2025-04 1

council_area 5

  • Birmingham 5
  • Dudley 5
  • Metropolitan Borough Of Dudley 2
  • Halesowen 1
  • Walsall 1

vehicle_make 1

  • BMW · 14 ✖

reporter_transport_mode 1

  • Other · 14 ✖

disposal 1

  • Warning Letter · 14 ✖
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
10692 op-snap---monthly-publication-january-2026.pdf   153 2026-01 Other BMW X3.. White Misc - Non Traffic Offences None Canal Court Canal Court Birmingham Birmingham Warning Letter N/A   52.4486586 -1.8085554
11236 op-snap---monthly-publication-january-2026.pdf   697 2026-01 Other BMW 520D Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Rotten Park Road Rotten Park Road Birmingham Birmingham Warning Letter N/A      
11265 op-snap---monthly-publication-january-2026.pdf   726 2026-01 Other BMW 318d Grey Driving without Due Care and Attention None Waterfront car park Waterfront car park Dudley Dudley Warning Letter N/A      
11266 op-snap---monthly-publication-january-2026.pdf   727 2026-01 Other BMW 323i White Driving without Due Care and Attention None Waterfront car park Waterfront car park Dudley Dudley Warning Letter N/A      
12219 op-snap---monthly-publication-july-2025.pdf   271 2025-07 Other BMW 330.. White Driving without Due Care and Attention None Waterfrnt Car Park Waterfrnt Car Park Metropolitan Borough of Dudley Metropolitan Borough Of Dudley Warning Letter N/A      
12791 op-snap---monthly-publication-july-2025.pdf   843 2025-07 Other BMW 135.. Blue Driving without Due Care and Attention None Beacon Park Farm Beacon Park Farm Walsall Walsall Warning Letter N/A      
12806 op-snap---monthly-publication-july-2025.pdf   858 2025-07 Other BMW 116.. Black Driving without Due Care and Attention None Waterfront Way Waterfront Way Metropolitan Borough of Dudley Metropolitan Borough Of Dudley Warning Letter N/A   52.5846796 -1.9935385
14165 op-snap---monthly-publication-june-2025.pdf   94 2025-06 Other BMW I4 Black Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment None Spouthouse Lane Spouthouse Lane Birmingham Birmingham Warning Letter N/A   52.5390972 -1.9319478
14846 op-snap---monthly-publication-june-2025.pdf   775 2025-06 Other BMW X2 Black Drive / Ride / Lead an animal on a footpath None Valbourne Road Valbourne Road Birmingham Birmingham Warning Letter N/A   52.4165707 -1.9062691
15152 op-snap---monthly-publication-june-2025.pdf   1081 2025-06 Other BMW X2 Black Driving a vehicle wholly or partly on a footpath None Valbourne Road Valbourne Road Birmingham Birmingham Warning Letter N/A   52.4165707 -1.9062691
16135 op-snap---monthly-publication-june-2025.pdf   2064 2025-06 Other BMW 320D White Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Norwood Road Norwood Road Dudley Dudley Warning Letter N/A   52.4831397 -2.1309273
16178 op-snap---monthly-publication-june-2025.pdf   2107 2025-06 Other BMW 320 White Driving without Due Care and Attention None Tower Street Tower Street Dudley Dudley Warning Letter N/A   52.5112053 -2.0833165
162 op-snap---monthly-publication-april-2025.pdf   161 2025-04 Other BMW I7 Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Melborne Road Melborne Road Halesowen Halesowen Warning Letter N/A      
18121 op-snap---monthly-publication-march-2025.pdf   1878 2025-03 Other BMW M140i Black Driving without Due Care and Attention None Waterfront Waterfront Dudley Dudley Warning Letter N/A Yes - Via Email 52.4874281 -2.1117204

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