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 month = "2025-09", offence = "Cause unnecessary obstruction by motor vehicle" and vehicle_make = "Land Rover" 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, latitude, longitude

council_area 5

  • Birmingham 8
  • Coventry 1
  • Out of Force Area 1
  • Sandwell 1
  • Wolverhampton 1

reporter_transport_mode 3

  • Pedestrian 6
  • Car 4
  • Pedal Bike 2

disposal 3

  • Warning Letter 10
  • NFA 1
  • Other Action Taken 1

vehicle_make 1

  • Land Rover · 12 ✖

offence 1

  • Cause unnecessary obstruction by motor vehicle · 12 ✖

month 1

  • 2025-09 · 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
24996 op-snap---monthly-publication-september-2025.pdf   1215 2025-09 Pedal Bike Land Rover Range Rover Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area Cannock Road Cannock Road Wolverhampton Wolverhampton Other Action Taken N/A   52.6083917 -2.1033365
25085 op-snap---monthly-publication-september-2025.pdf   1304 2025-09 Car Land Rover Ranger rover White Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area lozells road Lozells Road Birmingham Birmingham Warning Letter N/A   52.502683 -1.9033516
25086 op-snap---monthly-publication-september-2025.pdf   1305 2025-09 Car Land Rover Range Rover Blue Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area Lozells road Lozells road Birmingham Birmingham Warning Letter N/A   52.502683 -1.9033516
25152 op-snap---monthly-publication-september-2025.pdf   1371 2025-09 Pedestrian Land Rover Discovery Black Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area Alexander road Alexander road Birmingham Birmingham Warning Letter N/A   52.4524008 -1.8262343
25153 op-snap---monthly-publication-september-2025.pdf   1372 2025-09 Pedestrian Land Rover evoque Black Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area Charingworth road Charingworth road Birmingham Birmingham Warning Letter N/A      
25209 op-snap---monthly-publication-september-2025.pdf   1428 2025-09 Pedestrian Land Rover Defender Black Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area Bishopton Close, Coventry Bishopton Close, Coventry Coventry Coventry Warning Letter N/A   52.4096327 -1.5654023
25249 op-snap---monthly-publication-september-2025.pdf   1468 2025-09 Pedestrian Land Rover Range Rover Gold Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area Glenville Road Glenville Road Birmingham Birmingham Warning Letter N/A      
25283 op-snap---monthly-publication-september-2025.pdf   1502 2025-09 Car Land Rover Discovery Black Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area Hereford Hereford Out of Force Area Out of Force Area NFA Out of Force   52.4047807 -2.0101216
25306 op-snap---monthly-publication-september-2025.pdf   1525 2025-09 Car Land Rover Discovery Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area Whittington Oval Whittington Oval Birmingham Birmingham Warning Letter N/A   52.4800782 -1.7942034
25382 op-snap---monthly-publication-september-2025.pdf   1601 2025-09 Pedestrian Land Rover freelander Black Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area cotteridge Cotteridge Birmingham Birmingham Warning Letter N/A   52.4162405 -1.9315079
25398 op-snap---monthly-publication-september-2025.pdf   1617 2025-09 Pedestrian Land Rover Range Rover Black Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area Pitmaston Rd Pitmaston Road Birmingham Birmingham Warning Letter N/A   52.4254701 -1.8322218
25495 op-snap---monthly-publication-september-2025.pdf   1714 2025-09 Pedal Bike Land Rover Range Rover Blue Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area Crankhall Lane Crankhall Lane Sandwell Sandwell Warning Letter N/A   52.5489715 -1.9927402

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