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 council_area = "Birmingham", month = "2026-01" and offence = "Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD" 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, nfa_rationale, latitude, longitude

vehicle_make 6

  • Volkswagen 3
  • Audi 2
  • Ford 1
  • Land Rover 1
  • Peugeot 1
  • Vauxhall 1

disposal 3

  • Fixed Penalty 3
  • NFA 3
  • Warning Letter 3

reporter_transport_mode 2

  • Pedestrian 6
  • Car 3

offence 1

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

month 1

  • 2026-01 · 9 ✖

council_area 1

  • Birmingham · 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
10596 op-snap---monthly-publication-january-2026.pdf   57 2026-01 Car Audi s3 White Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None warwick road Warwick Road Birmingham Birmingham Warning Letter N/A   52.4555288 -1.8613929
10724 op-snap---monthly-publication-january-2026.pdf   185 2026-01 Pedestrian Land Rover Discovery White Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Chilcote Close Chilcote Close Birmingham Birmingham NFA No Independent Evidence Available   52.4167178 -1.8457291
10814 op-snap---monthly-publication-january-2026.pdf   275 2026-01 Car Ford Ranger Black Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Island Road, Handsworth Island Road, Handsworth Birmingham Birmingham NFA Not in Public Interest   52.509612 -1.9513666
10816 op-snap---monthly-publication-january-2026.pdf   277 2026-01 Car Volkswagen Polo Red Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Island Road, Handsworth Island Road, Handsworth Birmingham Birmingham NFA Not in Public Interest   52.509612 -1.9513666
11049 op-snap---monthly-publication-january-2026.pdf   510 2026-01 Pedestrian Vauxhall Astra Red Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Bristol Road Bristol Road Birmingham Birmingham Warning Letter N/A   52.4543565 -1.9114004
11671 op-snap---monthly-publication-january-2026.pdf   1132 2026-01 Pedestrian Volkswagen Polo Black Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Drayton Road Drayton Road Birmingham Birmingham Fixed Penalty N/A   52.4321165 -1.8902667
11676 op-snap---monthly-publication-january-2026.pdf   1137 2026-01 Pedestrian Volkswagen   White Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Drayton Road Drayton Road Birmingham Birmingham Fixed Penalty N/A   52.4321165 -1.8902667
11738 op-snap---monthly-publication-january-2026.pdf   1199 2026-01 Pedestrian Audi A1 White Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Drayton Road Drayton Road Birmingham Birmingham Fixed Penalty N/A   52.4321165 -1.8902667
11848 op-snap---monthly-publication-january-2026.pdf   1309 2026-01 Pedestrian Peugeot Expert Red Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Coventry Road Coventry Road Birmingham Birmingham Warning Letter N/A   52.4726661 -1.8769032

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