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

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

reporter_transport_mode 2

  • Car 11
  • Pedestrian 5

disposal 2

  • Warning Letter 14
  • NFA 2

council_area 2

  • Birmingham 15
  • Sandwell 1

vehicle_make 1

  • Volkswagen · 16 ✖

offence 1

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

month 1

  • 2025-11 · 16 ✖
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
20844 op-snap---monthly-publication-november-2025.pdf   386 2025-11 Pedestrian Volkswagen arteon Grey Cause vehicle to be left in a dangerous position None moseley road Moseley Road Birmingham Birmingham Warning Letter N/A   52.4679402 -1.881408
21162 op-snap---monthly-publication-november-2025.pdf   704 2025-11 Car Volkswagen Caddy Black Cause vehicle to be left in a dangerous position None Hurstcroft Road Hurstcroft Road Birmingham Birmingham Warning Letter N/A   52.4830179 -1.783876
21312 op-snap---monthly-publication-november-2025.pdf   854 2025-11 Car Volkswagen touran 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
21379 op-snap---monthly-publication-november-2025.pdf   921 2025-11 Car Volkswagen polo White Cause vehicle to be left in a dangerous position None titford road Titford Road Sandwell Sandwell Warning Letter N/A   52.4912913 -2.0143264
21400 op-snap---monthly-publication-november-2025.pdf   942 2025-11 Car Volkswagen sharan Silver 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
21443 op-snap---monthly-publication-november-2025.pdf   985 2025-11 Car Volkswagen golf Grey Cause vehicle to be left in a dangerous position None lozells road Lozells Road Birmingham Birmingham Warning Letter N/A   52.502683 -1.9033516
21532 op-snap---monthly-publication-november-2025.pdf   1074 2025-11 Car Volkswagen tiguan White Cause vehicle to be left in a dangerous position None lozells road Lozells Road Birmingham Birmingham Warning Letter N/A   52.502683 -1.9033516
21595 op-snap---monthly-publication-november-2025.pdf   1137 2025-11 Pedestrian Volkswagen Troc Black Cause vehicle to be left in a dangerous position None kingstanding road Kingstanding Road Birmingham Birmingham Warning Letter N/A   52.5521118 -1.8845138
21598 op-snap---monthly-publication-november-2025.pdf   1140 2025-11 Car Volkswagen golf 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
21599 op-snap---monthly-publication-november-2025.pdf   1141 2025-11 Car Volkswagen Golf Silver Cause vehicle to be left in a dangerous position None washood heath road Washood Heath Road Birmingham Birmingham NFA Misc Inc Crimes      
21601 op-snap---monthly-publication-november-2025.pdf   1143 2025-11 Car Volkswagen tiguan Blue Cause vehicle to be left in a dangerous position None coleshill road Coleshill Road Birmingham Birmingham Warning Letter N/A   52.4967329 -1.8097462
21618 op-snap---monthly-publication-november-2025.pdf   1160 2025-11 Pedestrian Volkswagen golf White Cause vehicle to be left in a dangerous position None witton road Witton Road Birmingham Birmingham Warning Letter N/A   52.513336 -1.8833226
21653 op-snap---monthly-publication-november-2025.pdf   1195 2025-11 Pedestrian Volkswagen polo Blue Cause vehicle to be left in a dangerous position None kingstanding road Kingstanding Road Birmingham Birmingham Warning Letter Misc Inc Crimes   52.5521118 -1.8845138
21745 op-snap---monthly-publication-november-2025.pdf   1287 2025-11 Car Volkswagen golf Black Cause vehicle to be left in a dangerous position None lozells road Lozells Road Birmingham Birmingham Warning Letter N/A   52.502683 -1.9033516
21850 op-snap---monthly-publication-november-2025.pdf   1392 2025-11 Pedestrian Volkswagen golf White Cause vehicle to be left in a dangerous position None startford road Stratford Road Birmingham Birmingham NFA Misc Inc Crimes   52.4203897 -1.8338574
21940 op-snap---monthly-publication-november-2025.pdf   1482 2025-11 Car Volkswagen passat White Cause vehicle to be left in a dangerous position None lozells road Lozells Road Birmingham Birmingham Warning Letter N/A   52.502683 -1.9033516

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