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

✎ View and edit SQL

This data as json, CSV (advanced)

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

council_area 4

  • Birmingham 11
  • Coventry 1
  • Halesowen 1
  • Sutton Coldfield 1

reporter_transport_mode 3

  • Pedestrian 9
  • Pedal Bike 3
  • Car 2

disposal 2

  • Warning Letter 11
  • NFA 3

vehicle_make 1

  • Seat · 14 ✖

offence 1

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

month 1

  • 2025-11 · 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
20867 op-snap---monthly-publication-november-2025.pdf   409 2025-11 Pedal Bike Seat Arona Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Stoney Stanton Road Stoney Stanton Road Coventry Coventry Warning Letter N/A   52.4221152 -1.4959475
20922 op-snap---monthly-publication-november-2025.pdf   464 2025-11 Car Seat Exeo Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Washwood Heath Road Washwood Heath Road Birmingham Birmingham Warning Letter N/A   52.4929304 -1.8229092
20936 op-snap---monthly-publication-november-2025.pdf   478 2025-11 Pedestrian Seat Ibiza White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Wooton Road Wooton Road Birmingham Birmingham Warning Letter N/A      
20958 op-snap---monthly-publication-november-2025.pdf   500 2025-11 Pedestrian Seat arona Blue Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None stratford road Stratford Road Birmingham Birmingham Warning Letter N/A   52.4203897 -1.8338574
20978 op-snap---monthly-publication-november-2025.pdf   520 2025-11 Pedestrian Seat Ibiza White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Barclay Road Barclay Road Birmingham Birmingham Warning Letter N/A      
20979 op-snap---monthly-publication-november-2025.pdf   521 2025-11 Pedestrian Seat Leon White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Hamstead Road Hamstead Road Birmingham Birmingham Warning Letter N/A   52.505832 -1.92002
20992 op-snap---monthly-publication-november-2025.pdf   534 2025-11 Pedestrian Seat Ateca Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None pershore road Pershore Road Birmingham Birmingham NFA Misc Inc Crimes   52.4308271 -1.920078
21027 op-snap---monthly-publication-november-2025.pdf   569 2025-11 Pedestrian Seat Ibiza Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Freer Road Freer Road Birmingham Birmingham Warning Letter N/A   52.5074462 -1.8979307
21100 op-snap---monthly-publication-november-2025.pdf   642 2025-11 Pedestrian Seat Ibiza Red Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Dolphin Road Dolphin Road Birmingham Birmingham Warning Letter N/A   52.4542174 -1.8608812
21120 op-snap---monthly-publication-november-2025.pdf   662 2025-11 Pedestrian Seat Leon Blue Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Russell Road Russell Road Birmingham Birmingham Warning Letter N/A   52.4398245 -1.8469786
21528 op-snap---monthly-publication-november-2025.pdf   1070 2025-11 Pedestrian Seat arona Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None clarence oad Clarence Oad Sutton Coldfield Sutton Coldfield Warning Letter N/A      
21728 op-snap---monthly-publication-november-2025.pdf   1270 2025-11 Pedal Bike Seat leon Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None bradford street Bradford Street Birmingham Birmingham NFA Misc Inc Crimes   52.4708802 -1.8792135
21913 op-snap---monthly-publication-november-2025.pdf   1455 2025-11 Car Seat leon White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None huntingtree road Huntingtree Road Halesowen Halesowen NFA No Independent Evidence Available   52.4522837 -2.0740811
22004 op-snap---monthly-publication-november-2025.pdf   1546 2025-11 Pedal Bike Seat Leon Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Bradford Street Bradford Street Birmingham Birmingham Warning Letter N/A   52.4708802 -1.8792135

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