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 = "Education" and offence = "Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

vehicle_make 9

  • Mercedes-Benz 2
  • Nissan 2
  • Volkswagen 2
  • Audi 1
  • Ford 1
  • Honda 1
  • Hyundai 1
  • Peugeot 1
  • Skoda 1

month 7

  • 2025-05 3
  • 2025-01 2
  • 2026-01 2
  • 2026-02 2
  • 2025-02 1
  • 2025-03 1
  • 2025-06 1

reporter_transport_mode 3

  • Pedestrian 5
  • Car 4
  • Pedal Bike 3

council_area 2

  • Birmingham 8
  • Coventry 4

offence 1

  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area · 12 ✖

disposal 1

  • Education · 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
7398 op-snap---monthly-publication-february-2026.pdf   145 2026-02 Pedal Bike Hyundai I30.. White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None St Marys Row Moseley Street Marys Row Moseley Birmingham Birmingham Education N/A      
7707 op-snap---monthly-publication-february-2026.pdf   454 2026-02 Pedestrian Nissan Micra Silver Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Friary Road Friary Road Birmingham Birmingham Education N/A   52.5162814 -1.9395798
10731 op-snap---monthly-publication-january-2026.pdf   192 2026-01 Car Mercedes-Benz CLA 180 Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Wheatcroft Road Wheatcroft Road Birmingham Birmingham Education N/A   52.4791027 -1.7954262
11371 op-snap---monthly-publication-january-2026.pdf   832 2026-01 Pedestrian Skoda Fabia Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Ellesmere Road Ellesmere Road Birmingham Birmingham Education N/A   52.4881533 -1.8553625
14960 op-snap---monthly-publication-june-2025.pdf   889 2025-06 Car Peugeot 108... Purple Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Clifford Bridge Road Clifford Bridge Road Coventry Coventry Education N/A   52.4134557 -1.4442138
18809 op-snap---monthly-publication-may-2025.pdf   171 2025-05 Car Volkswagen Golf White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Soho Road Soho Road Birmingham Birmingham Education N/A   52.502568 -1.9305447
18940 op-snap---monthly-publication-may-2025.pdf   302 2025-05 Pedestrian Mercedes-Benz E class Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Halford Lane Halford Lane Coventry Coventry Education N/A   52.4398231 -1.526811
19543 op-snap---monthly-publication-may-2025.pdf   905 2025-05 Car Volkswagen Amarok Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None M6 junction 5 M6 junction 5 Birmingham Birmingham Education N/A   52.6760749 -2.0862582
18358 op-snap---monthly-publication-march-2025.pdf   2115 2025-03 Pedestrian Nissan Juke Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Elizabeth Rd at junction with Moor Green Lane Elizabeth Road at junction with Moor Green Lane Birmingham Birmingham Education N/A Yes - Via Email 52.5474103 -1.8613707
6074 op-snap---monthly-publication-february-2025.pdf   891 2025-02 Pedestrian Honda Jazz Pink Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Bordesley Green at Belchers Lane Bordesley Green at Belchers Lane Birmingham Birmingham Education N/A Yes - Via Email 52.4758869 -1.8512072
10223 op-snap---monthly-publication-january-2025.pdf   1331 2025-01 Pedal Bike Audi A2 Silver Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None JUBILEE CRESCENT Jubilee Crescent Coventry Coventry Education N/A Yes - Via Email 52.4307567 -1.5167147
10224 op-snap---monthly-publication-january-2025.pdf   1332 2025-01 Pedal Bike Ford TRANSIT White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None JUBILEE CRESCENT Jubilee Crescent Coventry Coventry Education N/A Yes - Via Email 52.4307567 -1.5167147

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