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

10 rows where disposal = "Warning Letter", month = "2025-06" and vehicle_make = "Honda" 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, latitude, longitude

offence 6

  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 4
  • Driving without Due Care and Attention 2
  • Cause vehicle to be left in a dangerous position 1
  • Stop a vehicle on pedestrian crossing 1
  • Use a vehicle / cycle on a road and contravene a local traffic order other than parking 1
  • Use vehicle on a road without valid test certificate 1

reporter_transport_mode 3

  • Car 5
  • Pedestrian 4
  • Pedal Bike 1

council_area 3

  • Birmingham 8
  • Dudley 1
  • Solihull 1

vehicle_make 1

  • Honda · 10 ✖

month 1

  • 2025-06 · 10 ✖

disposal 1

  • Warning Letter · 10 ✖
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
14288 op-snap---monthly-publication-june-2025.pdf   217 2025-06 Pedal Bike Honda E Black Driving without Due Care and Attention None Cliff Rock Road Cliff Rock Road Birmingham Birmingham Warning Letter N/A   52.3937169 -2.0011078
14325 op-snap---monthly-publication-june-2025.pdf   254 2025-06 Car Honda Civic Blue Driving without Due Care and Attention None Dingle Lane Dingle Lane Solihull Solihull Warning Letter N/A   52.4044204 -1.7965379
15659 op-snap---monthly-publication-june-2025.pdf   1588 2025-06 Car Honda Jazz Blue Use vehicle on a road without valid test certificate None A45 Small Heath Highway Small Heath Highway Birmingham Birmingham Warning Letter N/A   52.4709298 -1.8722585
15884 op-snap---monthly-publication-june-2025.pdf   1813 2025-06 Pedestrian Honda CR-V Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Reddings Lane Reddings Lane Birmingham Birmingham Warning Letter N/A   52.4506039 -1.8463952
15945 op-snap---monthly-publication-june-2025.pdf   1874 2025-06 Car Honda Jazz Black Stop a vehicle on pedestrian crossing None Solihull Lane Solihull Lane Birmingham Birmingham Warning Letter N/A   52.4230862 -1.8347873
16077 op-snap---monthly-publication-june-2025.pdf   2006 2025-06 Car Honda NSC-110 White Use a vehicle / cycle on a road and contravene a local traffic order other than parking None Tower Street Tower Street Dudley Dudley Warning Letter N/A   52.5112053 -2.0833165
16140 op-snap---monthly-publication-june-2025.pdf   2069 2025-06 Pedestrian Honda civic Black Cause vehicle to be left in a dangerous position None Apsley Road Apsley Road Birmingham Birmingham Warning Letter N/A   52.4633793 -1.9102892
16169 op-snap---monthly-publication-june-2025.pdf   2098 2025-06 Pedestrian Honda civic Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Florence Road Florence Road Birmingham Birmingham Warning Letter N/A   52.5358059 -1.8289953
16171 op-snap---monthly-publication-june-2025.pdf   2100 2025-06 Car Honda Jazz Red Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Lozells Road Lozells Road Birmingham Birmingham Warning Letter N/A   52.502683 -1.9033516
16175 op-snap---monthly-publication-june-2025.pdf   2104 2025-06 Pedestrian Honda CRV Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Reddings Lane Reddings Lane Birmingham Birmingham Warning Letter N/A   52.4506039 -1.8463952

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