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

13 rows where month = "2025-06", offence = "Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area" and reporter_transport_mode = "Pedal Bike" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

vehicle_make 10

  • Ford 3
  • BMW 2
  • Daf 1
  • Hyundai 1
  • Nissan 1
  • Porsche 1
  • Skoda 1
  • Toyota 1
  • Vauxhall 1
  • Volkswagen 1

council_area 4

  • Birmingham 9
  • Coventry 2
  • Solihull 1
  • Wolverhampton 1

disposal 2

  • Warning Letter 7
  • NFA 6

reporter_transport_mode 1

  • Pedal Bike · 13 ✖

offence 1

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

month 1

  • 2025-06 · 13 ✖
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
14609 op-snap---monthly-publication-june-2025.pdf   538 2025-06 Pedal Bike BMW 420i Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Far Gosford Street Far Gosford Street Coventry Coventry Warning Letter N/A   52.4071231 -1.4985178
14918 op-snap---monthly-publication-june-2025.pdf   847 2025-06 Pedal Bike Skoda Zodiaq White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Scotland Lane Scotland Lane Birmingham Birmingham Warning Letter N/A   52.4277732 -2.0022005
14971 op-snap---monthly-publication-june-2025.pdf   900 2025-06 Pedal Bike Hyundai I10 Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Long Mill South Long Mill South Wolverhampton Wolverhampton NFA Outside of 14 Days NIP   52.6095019 -2.0915196
14981 op-snap---monthly-publication-june-2025.pdf   910 2025-06 Pedal Bike Volkswagen Arteon Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Legge Legge Birmingham Birmingham NFA No Offence   52.4843538 -1.9127963
15253 op-snap---monthly-publication-june-2025.pdf   1182 2025-06 Pedal Bike Ford Transit White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Bristol Road Bristol Road Birmingham Birmingham NFA Not in Public Interest   52.4543565 -1.9114004
15309 op-snap---monthly-publication-june-2025.pdf   1238 2025-06 Pedal Bike Vauxhall Corsa Red Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Suffolk Street Queensway Suffolk Street Queensway Birmingham Birmingham NFA Not in Public Interest   52.4760986 -1.9018641
15370 op-snap---monthly-publication-june-2025.pdf   1299 2025-06 Pedal Bike Nissan Almera Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Gristhorpe Road, Selly Oak Gristhorpe Road, Selly Oak Birmingham Birmingham Warning Letter N/A   52.434716 -1.9254196
15908 op-snap---monthly-publication-june-2025.pdf   1837 2025-06 Pedal Bike Toyota Yaris Red Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Warwick Road Warwick Road Birmingham Birmingham Warning Letter N/A   52.4555288 -1.8613929
15964 op-snap---monthly-publication-june-2025.pdf   1893 2025-06 Pedal Bike Porsche 911 Turbo Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Carver Street Carver Street Birmingham Birmingham NFA Outside of 14 Days NIP   52.4857687 -1.915613
16027 op-snap---monthly-publication-june-2025.pdf   1956 2025-06 Pedal Bike Ford Transit White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Bristol Street Bristol Street Birmingham Birmingham NFA No Offence   52.4691145 -1.9003257
16156 op-snap---monthly-publication-june-2025.pdf   2085 2025-06 Pedal Bike BMW 320D Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Stoney Stanton Stoney Stanton Coventry Coventry Warning Letter N/A   52.4196813 -1.4978941
16176 op-snap---monthly-publication-june-2025.pdf   2105 2025-06 Pedal Bike Ford fiesta Red Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Bristol Road Bristol Road Birmingham Birmingham Warning Letter N/A   52.4543565 -1.9114004
16218 op-snap---monthly-publication-june-2025.pdf   2147 2025-06 Pedal Bike Daf Trucks White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Chester Road Chester Road Solihull Solihull Warning Letter N/A   52.5021946 -1.7719526

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