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

9 rows where month = "2025-07", offence = "Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD" and reporter_transport_mode = "Pedestrian" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_colour, offence_location_raw, offence_location, council_area_raw, nfa_rationale, latitude, longitude

vehicle_make 7

  • BMW 2
  • Toyota 2
  • Ford 1
  • Honda 1
  • Nissan 1
  • Tesla 1
  • Volkswagen 1

council_area 5

  • Birmingham 4
  • Dudley 2
  • Out of Force Area 1
  • Sandwell 1
  • Sutton Coldfield 1

disposal 3

  • Warning Letter 6
  • Fixed Penalty 2
  • NFA 1

reporter_transport_mode 1

  • Pedestrian · 9 ✖

offence 1

  • Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD · 9 ✖

month 1

  • 2025-07 · 9 ✖
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
12209 op-snap---monthly-publication-july-2025.pdf   261 2025-07 Pedestrian Volkswagen Golf Black Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Kirkstone Way Kirkstone Way Dudley Dudley Fixed Penalty N/A   52.4709992 -2.1310412
12428 op-snap---monthly-publication-july-2025.pdf   480 2025-07 Pedestrian BMW 420D Black Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Windward Way Windward Way Birmingham Birmingham Warning Letter N/A      
12607 op-snap---monthly-publication-july-2025.pdf   659 2025-07 Pedestrian Nissan Note White Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Turners Lane, Brierley Hill Turners Lane, Brierley Hill Dudley Dudley Fixed Penalty N/A   52.4721372 -2.1243522
13365 op-snap---monthly-publication-july-2025.pdf   1417 2025-07 Pedestrian Ford transit Black Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Upper Holland Road Upper Holland Road Birmingham Birmingham Warning Letter N/A   52.561 -1.8187105
13411 op-snap---monthly-publication-july-2025.pdf   1463 2025-07 Pedestrian Toyota Corolla White Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Corporation Street Corporation Street Birmingham Birmingham Warning Letter N/A   52.4895456 -1.8900666
13439 op-snap---monthly-publication-july-2025.pdf   1491 2025-07 Pedestrian Toyota Avensis Silver Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Brdige Street Brdige Street Out of Force Area Out of Force Area NFA Misc Inc Crimes      
13507 op-snap---monthly-publication-july-2025.pdf   1559 2025-07 Pedestrian Honda JAzz Blue Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Upper Holland Road Upper Holland Road Sutton Coldfield Sutton Coldfield Warning Letter N/A   52.561 -1.8187105
13508 op-snap---monthly-publication-july-2025.pdf   1560 2025-07 Pedestrian Tesla Model Y White Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Upper Holland Road Upper Holland Road Sandwell Sandwell Warning Letter N/A      
13540 op-snap---monthly-publication-july-2025.pdf   1592 2025-07 Pedestrian BMW 120D White Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Poplar Road Poplar Road Birmingham Birmingham Warning Letter N/A   52.436035 -1.891685

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