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

6 rows where offence = "Misc - Non Traffic Offences", reporter_transport_mode = "Pedestrian" and vehicle_make = "Skoda" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source_file, vehicle_model, vehicle_colour, council_area_raw, nfa_rationale

month 4

  • 2025-11 3
  • 2025-01 1
  • 2025-04 1
  • 2025-12 1

council_area 4

  • Birmingham 3
  • Coventry 1
  • Out of Force Area 1
  • Sutton Coldfield 1

disposal 2

  • NFA 5
  • Other Action Taken 1

vehicle_make 1

  • Skoda · 6 ✖

reporter_transport_mode 1

  • Pedestrian · 6 ✖

offence 1

  • Misc - Non Traffic Offences · 6 ✖
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
4259 op-snap---monthly-publication-december-2025.pdf   387 2025-12 Pedestrian Skoda octavia Black Misc - Non Traffic Offences None cardigan street Cardigan Street Birmingham Birmingham NFA Misc Inc Crimes   52.4849063 -1.8846609
21070 op-snap---monthly-publication-november-2025.pdf   612 2025-11 Pedestrian Skoda   Silver Misc - Non Traffic Offences None lichfield road Lichfield Road Sutton Coldfield Sutton Coldfield NFA Misc Inc Crimes   52.5872149 -1.8300386
21280 op-snap---monthly-publication-november-2025.pdf   822 2025-11 Pedestrian Skoda fabia Silver Misc - Non Traffic Offences None fenton raod Fenton Raod Coventry Coventry NFA Misc Inc Crimes      
21352 op-snap---monthly-publication-november-2025.pdf   894 2025-11 Pedestrian Skoda Octavia Red Misc - Non Traffic Offences None Bidford On Avon Bidford On Avon Out of Force Area Out of Force Area NFA No Offence      
339 op-snap---monthly-publication-april-2025.pdf   338 2025-04 Pedestrian Skoda Octavia White Misc - Non Traffic Offences None Petersfield Road Petersfield Road Birmingham Birmingham NFA No Offence   52.4307 -1.8494663
9740 op-snap---monthly-publication-january-2025.pdf   848 2025-01 Pedestrian Skoda Octavia Silver Misc - Non Traffic Offences None Pilkington Way Pilkington Way Birmingham Birmingham Other Action Taken eNn/A Yes - Via Email    

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