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

15 rows where month = "2025-11", offence = "Cause vehicle to be left in a dangerous position" and vehicle_make = "Mercedes-Benz" 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

council_area 5

  • Birmingham 10
  • Solihull 2
  • Coventry 1
  • Sandwell 1
  • Wolverhampton 1

reporter_transport_mode 3

  • Pedestrian 9
  • Car 5
  • Pedal Bike 1

disposal 3

  • Warning Letter 11
  • Education 3
  • NFA 1

vehicle_make 1

  • Mercedes-Benz · 15 ✖

offence 1

  • Cause vehicle to be left in a dangerous position · 15 ✖

month 1

  • 2025-11 · 15 ✖
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
20988 op-snap---monthly-publication-november-2025.pdf   530 2025-11 Car Mercedes-Benz spinnter White Cause vehicle to be left in a dangerous position None tettenhall high street Tettenhall High Street Wolverhampton Wolverhampton Warning Letter N/A   52.598292 -2.1677123
21288 op-snap---monthly-publication-november-2025.pdf   830 2025-11 Pedestrian Mercedes-Benz a180 White Cause vehicle to be left in a dangerous position None gayfield avenue Gayfield Avenue Birmingham Birmingham Warning Letter N/A      
21378 op-snap---monthly-publication-november-2025.pdf   920 2025-11 Pedestrian Mercedes-Benz     Cause vehicle to be left in a dangerous position None wooten road Wooten Road Birmingham Birmingham NFA No Independent Evidence Available      
21460 op-snap---monthly-publication-november-2025.pdf   1002 2025-11 Pedestrian Mercedes-Benz GLC 300 Black Cause vehicle to be left in a dangerous position None hanbdury road Hanbdury Road Solihull Solihull Warning Letter N/A      
21461 op-snap---monthly-publication-november-2025.pdf   1003 2025-11 Pedal Bike Mercedes-Benz c250 White Cause vehicle to be left in a dangerous position None stoney stanton road Stoney Stanton Road Coventry Coventry Warning Letter N/A   52.4221152 -1.4959475
21518 op-snap---monthly-publication-november-2025.pdf   1060 2025-11 Car Mercedes-Benz B180 Grey Cause vehicle to be left in a dangerous position None Bromford Road Bromford Road Birmingham Birmingham Education N/A   52.503036 -1.8289972
21596 op-snap---monthly-publication-november-2025.pdf   1138 2025-11 Pedestrian Mercedes-Benz C class Silver Cause vehicle to be left in a dangerous position None kingstanding road Kingstanding Road Birmingham Birmingham Warning Letter N/A   52.5521118 -1.8845138
21597 op-snap---monthly-publication-november-2025.pdf   1139 2025-11 Pedestrian Mercedes-Benz sprinter White Cause vehicle to be left in a dangerous position None queens road Queens Road Birmingham Birmingham Warning Letter N/A   52.4750331 -1.798374
21600 op-snap---monthly-publication-november-2025.pdf   1142 2025-11 Car Mercedes-Benz sprinter White Cause vehicle to be left in a dangerous position None washwood heath road Washwood Heath Road Birmingham Birmingham Warning Letter N/A   52.4929304 -1.8229092
21604 op-snap---monthly-publication-november-2025.pdf   1146 2025-11 Pedestrian Mercedes-Benz e220 Black Cause vehicle to be left in a dangerous position None rosary road Rosary Road Birmingham Birmingham Warning Letter N/A   52.5178103 -1.8575581
21614 op-snap---monthly-publication-november-2025.pdf   1156 2025-11 Pedestrian Mercedes-Benz c220 Silver Cause vehicle to be left in a dangerous position None lyndon road Lyndon Road Solihull Solihull Warning Letter N/A   52.4527113 -1.789438
21686 op-snap---monthly-publication-november-2025.pdf   1228 2025-11 Pedestrian Mercedes-Benz a180 Black Cause vehicle to be left in a dangerous position None stratford road Stratford Road Birmingham Birmingham Warning Letter N/A   52.4203897 -1.8338574
21712 op-snap---monthly-publication-november-2025.pdf   1254 2025-11 Car Mercedes-Benz A150 Grey Cause vehicle to be left in a dangerous position None Bromford Road Bromford Road Birmingham Birmingham Education N/A   52.503036 -1.8289972
21773 op-snap---monthly-publication-november-2025.pdf   1315 2025-11 Pedestrian Mercedes-Benz Sprinter White Cause vehicle to be left in a dangerous position None Vimmy Road Wednesbury Vimmy Road Wednesbury Sandwell Sandwell Education N/A      
21841 op-snap---monthly-publication-november-2025.pdf   1383 2025-11 Car Mercedes-Benz sprinter White Cause vehicle to be left in a dangerous position None washwood heath road Washwood Heath Road Birmingham Birmingham Warning Letter N/A   52.4929304 -1.8229092

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