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

  • Birmingham 8
  • Solihull 2
  • Coventry 1
  • Sandwell 1
  • Walsall 1
  • Wolverhampton 1

reporter_transport_mode 2

  • Pedestrian 8
  • Car 6

disposal 2

  • NFA 9
  • Warning Letter 5

vehicle_make 1

  • BMW · 14 ✖

offence 1

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

month 1

  • 2025-06 · 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
15342 op-snap---monthly-publication-june-2025.pdf   1271 2025-06 Car BMW 218 Black Cause vehicle to be left in a dangerous position None Old Warwick Road Old Warwick Road Birmingham Birmingham NFA Outside of 14 Days NIP      
15353 op-snap---monthly-publication-june-2025.pdf   1282 2025-06 Pedestrian BMW 118d Blue Cause vehicle to be left in a dangerous position None UK Uk Coventry Coventry NFA Outside of 14 Days NIP   52.3994858 -1.4923603
15819 op-snap---monthly-publication-june-2025.pdf   1748 2025-06 Car BMW   Blue Cause vehicle to be left in a dangerous position None Bearwood Road Bearwood Road Birmingham Birmingham NFA Outside of 14 Days NIP   52.4762784 -1.9678366
15837 op-snap---monthly-publication-june-2025.pdf   1766 2025-06 Pedestrian BMW 1 Series Grey Cause vehicle to be left in a dangerous position None Dovehouse Lane Dovehouse Lane Solihull Solihull NFA Outside of 14 Days NIP   52.4319915 -1.7915192
15838 op-snap---monthly-publication-june-2025.pdf   1767 2025-06 Pedestrian BMW 320 Black Cause vehicle to be left in a dangerous position None Dovehouse Lane Dovehouse Lane Solihull Solihull NFA Outside of 14 Days NIP   52.4319915 -1.7915192
15929 op-snap---monthly-publication-june-2025.pdf   1858 2025-06 Pedestrian BMW 525d Black Cause vehicle to be left in a dangerous position None Algernon Road Algernon Road Birmingham Birmingham NFA Outside of 14 Days NIP   52.4861056 -1.9453359
15997 op-snap---monthly-publication-june-2025.pdf   1926 2025-06 Pedestrian BMW 318d Blue Cause vehicle to be left in a dangerous position None Castle Road East Castle Road East Sandwell Sandwell NFA Outside of 14 Days NIP   52.4687472 -1.9893922
16015 op-snap---monthly-publication-june-2025.pdf   1944 2025-06 Pedestrian BMW 330E Black Cause vehicle to be left in a dangerous position None Hurstcroft Road Hurstcroft Road Birmingham Birmingham NFA Outside of 14 Days NIP   52.4830179 -1.783876
16051 op-snap---monthly-publication-june-2025.pdf   1980 2025-06 Car BMW   Silver Cause vehicle to be left in a dangerous position None Reddings Lane Reddings Lane Birmingham Birmingham NFA Outside of 14 Days NIP   52.4506039 -1.8463952
16066 op-snap---monthly-publication-june-2025.pdf   1995 2025-06 Pedestrian BMW 530D Silver Cause vehicle to be left in a dangerous position None Reddings Lane Reddings Lane Birmingham Birmingham Warning Letter N/A   52.4506039 -1.8463952
16106 op-snap---monthly-publication-june-2025.pdf   2035 2025-06 Car BMW 118D White Cause vehicle to be left in a dangerous position None Leckie School Road Leckie School Road Walsall Walsall Warning Letter N/A   52.5654908 -1.9815339
16146 op-snap---monthly-publication-june-2025.pdf   2075 2025-06 Car BMW 118i Grey Cause vehicle to be left in a dangerous position None wahwood heath road Wahwood Heath Road Birmingham Birmingham Warning Letter N/A      
16168 op-snap---monthly-publication-june-2025.pdf   2097 2025-06 Pedestrian BMW 320 White Cause vehicle to be left in a dangerous position None Florence Road Florence Road Birmingham Birmingham Warning Letter N/A   52.5358059 -1.8289953
16238 op-snap---monthly-publication-june-2025.pdf   2167 2025-06 Car BMW M135i Black Cause vehicle to be left in a dangerous position None Willow Avenue Willow Avenue Wolverhampton Wolverhampton Warning Letter N/A   52.6116069 -2.096467

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