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 offence = "Misc - Non Traffic Offences", reporter_transport_mode = "Car" and vehicle_make = "Renault" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence, offence_location_raw, offence_location, council_area_raw, nfa_rationale

month 8

  • 2025-11 2
  • 2025-12 2
  • 2025-01 1
  • 2025-02 1
  • 2025-04 1
  • 2025-08 1
  • 2025-09 1
  • 2026-02 1

council_area 4

  • Solihull 4
  • Birmingham 3
  • Out of Force Area 2
  • Wolverhampton 1

disposal 3

  • NFA 8
  • Fixed Penalty 1
  • RTC - Actioned 1

vehicle_make 1

  • Renault · 10 ✖

reporter_transport_mode 1

  • Car · 10 ✖

offence 1

  • Misc - Non Traffic Offences · 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
7589 op-snap---monthly-publication-february-2026.pdf   336 2026-02 Car Renault Clio Blue Misc - Non Traffic Offences None Basford (Staffs) Basford (Staffs) Out of Force Area Out of Force Area NFA Out of Force      
4874 op-snap---monthly-publication-december-2025.pdf   1002 2025-12 Car Renault Captur Black Misc - Non Traffic Offences Use vehicle on a road withou tI lvsaalnidd tReosat dc ertificate t I lvsaalnidd t Reosat dc ertificate Birmingham Birmingham Fixed Penalty N/A      
4890 op-snap---monthly-publication-december-2025.pdf   1018 2025-12 Car Renault Megane Blue Misc - Non Traffic Offences None Lauderdale Gardens Lauderdale Gardens Wolverhampton Wolverhampton NFA No Independent Evidence Available   52.6283075 -2.1143864
21005 op-snap---monthly-publication-november-2025.pdf   547 2025-11 Car Renault Scenic Blue Misc - Non Traffic Offences Use vehicle on a road without valid test certificate Balkwill Crescent Balkwill Crescent Solihull Solihull NFA No offence   52.3786268 -1.7420081
21452 op-snap---monthly-publication-november-2025.pdf   994 2025-11 Car Renault Scenic blue Misc - Non Traffic Offences None Barton Drive Barton Drive Solihull Solihull NFA No Offence   52.3770722 -1.7420909
23879 op-snap---monthly-publication-september-2025.pdf   98 2025-09 Car Renault Scenic Blue Misc - Non Traffic Offences None Hertford Way . Balkwill Crescent Hertford Way . Balkwill Crescent Solihull Solihull NFA No Offence      
3100 op-snap---monthly-publication-august-2025.pdf   1075 2025-08 Car Renault Scenic Blue Misc - Non Traffic Offences None Hertford Way . Balkwill Crescent Hertford Way . Balkwill Crescent Solihull Solihull NFA No Offence      
194 op-snap---monthly-publication-april-2025.pdf   193 2025-04 Car Renault HGV Orange Misc - Non Traffic Offences None Stratford Road Stratford Road Birmingham Birmingham RTC - Actioned N/A   52.4203897 -1.8338574
6037 op-snap---monthly-publication-february-2025.pdf   854 2025-02 Car Renault Captur Black Misc - Non Traffic Offences None Dyas Avenue Dyas Avenue Birmingham Birmingham NFA No Offence Yes - Via Email 52.5353755 -1.9259051
9811 op-snap---monthly-publication-january-2025.pdf   919 2025-01 Car Renault Master White Misc - Non Traffic Offences None Ombersley Way, Droitwich Ombersley Way, Droitwich Out of Force Area Out of Force Area NFA Out of Force 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);