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-12", offence = "Cause vehicle to be left in a dangerous position" and vehicle_make = "Ford" 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

council_area 7

  • Birmingham 6
  • Coventry 2
  • Sandwell 2
  • Dudley 1
  • Solihull 1
  • Ubdirymaridn Gghraomve 1
  • Wolverhampton 1

reporter_transport_mode 3

  • Car 7
  • Pedestrian 5
  • Other 2

disposal 3

  • Warning Letter 11
  • NFA 2
  • Education 1

vehicle_make 1

  • Ford · 14 ✖

offence 1

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

month 1

  • 2025-12 · 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
3931 op-snap---monthly-publication-december-2025.pdf   59 2025-12 Pedestrian Ford Focus White Cause vehicle to be left in a dangerous position None Abbey Road Abbey Road Sandwell Sandwell Warning Letter N/A   52.47753 -1.9774758
3968 op-snap---monthly-publication-december-2025.pdf   96 2025-12 Other Ford puma Silver Cause vehicle to be left in a dangerous position None glenville drive Glenville Drive Coventry Coventry Warning Letter N/A      
4216 op-snap---monthly-publication-december-2025.pdf   344 2025-12 Pedestrian Ford Focus Grey Cause vehicle to be left in a dangerous position None Barclay Road Barclay Road Sandwell Sandwell NFA No Offence   52.4722765 -1.9787531
4258 op-snap---monthly-publication-december-2025.pdf   386 2025-12 Car Ford fusion Blue Cause vehicle to be left in a dangerous position None vauxhall road Vauxhall Road Birmingham Birmingham Warning Letter N/A   52.4834623 -1.8796522
4294 op-snap---monthly-publication-december-2025.pdf   422 2025-12 Car Ford transit Blue Cause vehicle to be left in a dangerous position None washwood heath Washwood Heath Birmingham Birmingham Warning Letter N/A   52.4957234 -1.8538937
4542 op-snap---monthly-publication-december-2025.pdf   670 2025-12 Car Ford Fiesta Blue Cause vehicle to be left in a dangerous position None Near junction Hurstcroft Rd and R Near junction Hurstcroft Road and R uBdirymaridn gGhraomve Ubdirymaridn Gghraomve Warning Letter N/A      
4576 op-snap---monthly-publication-december-2025.pdf   704 2025-12 Car Ford SMAX Gold Cause vehicle to be left in a dangerous position None Ashdale Drive Ashdale Drive Birmingham Birmingham Warning Letter N/A   52.4027335 -1.876125
4700 op-snap---monthly-publication-december-2025.pdf   828 2025-12 Car Ford transit White Cause vehicle to be left in a dangerous position None victoria road Victoria Road Birmingham Birmingham Warning Letter N/A   52.5615573 -1.820549
4941 op-snap---monthly-publication-december-2025.pdf   1069 2025-12 Pedestrian Ford focus Grey Cause vehicle to be left in a dangerous position None gayfield avenue Gayfield Avenue Dudley Dudley NFA Misc Inc Crimes   52.4693896 -2.1251602
4958 op-snap---monthly-publication-december-2025.pdf   1086 2025-12 Other Ford focus Black Cause vehicle to be left in a dangerous position None alderbrook road Alderbrook Road Solihull Solihull Warning Letter N/A   52.4122406 -1.7994225
4977 op-snap---monthly-publication-december-2025.pdf   1105 2025-12 Car Ford mondeo 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
4991 op-snap---monthly-publication-december-2025.pdf   1119 2025-12 Pedestrian Ford fiesta Grey Cause vehicle to be left in a dangerous position None popular road Popular Road Birmingham Birmingham Warning Letter N/A   52.454374 -1.8774689
5038 op-snap---monthly-publication-december-2025.pdf   1166 2025-12 Pedestrian Ford transit White Cause vehicle to be left in a dangerous position None lentons lane Lentons Lane Coventry Coventry Warning Letter N/A   52.4503238 -1.4546397
5175 op-snap---monthly-publication-december-2025.pdf   1303 2025-12 Car Ford FOCUS Black Cause vehicle to be left in a dangerous position None High St Tettenhall High Street Tettenhall Wolverhampton Wolverhampton Education N/A   52.5980906 -2.168057

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