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

11 rows where council_area = "Solihull", month = "2026-01" 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: vehicle_colour, offence_location_raw, offence_location

vehicle_make 6

  • Audi 3
  • BMW 2
  • Mercedes-Benz 2
  • Volkswagen 2
  • Land Rover 1
  • Skoda 1

reporter_transport_mode 2

  • Pedestrian 10
  • Car 1

disposal 2

  • Fixed Penalty 8
  • Warning Letter 3

offence 1

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

month 1

  • 2026-01 · 11 ✖

council_area 1

  • Solihull · 11 ✖
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
10938 op-snap---monthly-publication-january-2026.pdf   399 2026-01 Car BMW X1 Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Oakslade Road Oakslade Road Solihull Solihull Fixed Penalty N/A      
11014 op-snap---monthly-publication-january-2026.pdf   475 2026-01 Pedestrian Audi A3 Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None St Bernards Road Street Bernards Road Solihull Solihull Warning Letter N/A      
11810 op-snap---monthly-publication-january-2026.pdf   1271 2026-01 Pedestrian Skoda octavia Silver Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None St Bernards Road Street Bernards Road Solihull Solihull Fixed Penalty N/A      
11811 op-snap---monthly-publication-january-2026.pdf   1272 2026-01 Pedestrian Audi Q4 Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None St Bernards Road Street Bernards Road Solihull Solihull Fixed Penalty N/A      
11812 op-snap---monthly-publication-january-2026.pdf   1273 2026-01 Pedestrian BMW X5.. Blue Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None St Bernards Road Street Bernards Road Solihull Solihull Fixed Penalty N/A      
11813 op-snap---monthly-publication-january-2026.pdf   1274 2026-01 Pedestrian Volkswagen T Roc Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None St Bernards Road Street Bernards Road Solihull Solihull Fixed Penalty N/A      
11814 op-snap---monthly-publication-january-2026.pdf   1275 2026-01 Pedestrian Land Rover Discovery Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None St Bernards Road Street Bernards Road Solihull Solihull Warning Letter N/A      
11815 op-snap---monthly-publication-january-2026.pdf   1276 2026-01 Pedestrian Mercedes-Benz S350 Silver Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None St Bernards Road Street Bernards Road Solihull Solihull Fixed Penalty N/A      
11816 op-snap---monthly-publication-january-2026.pdf   1277 2026-01 Pedestrian Audi A6 Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None St Bernards Road Street Bernards Road Solihull Solihull Fixed Penalty N/A      
11819 op-snap---monthly-publication-january-2026.pdf   1280 2026-01 Pedestrian Volkswagen Polo White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None St Bernards Road Street Bernards Road Solihull Solihull Fixed Penalty N/A      
11905 op-snap---monthly-publication-january-2026.pdf   1366 2026-01 Pedestrian Mercedes-Benz glc Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None warwick road Warwick Road Solihull Solihull Warning Letter N/A   52.4428606 -1.812114

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