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 council_area = "Walsall", 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, nfa_rationale

month 8

  • 2025-05 3
  • 2025-02 1
  • 2025-03 1
  • 2025-04 1
  • 2025-06 1
  • 2025-11 1
  • 2026-01 1
  • 2026-02 1

offence 4

  • Driving without Due Care and Attention 4
  • Driving without Reasonable Consideration 3
  • Contravening a Red Traffic Light 2
  • Drive a vehicle other than on the carriageway of a motorway 1

disposal 4

  • Education 4
  • Warning Letter 3
  • NFA 2
  • Fixed Penalty 1

vehicle_make 1

  • Renault · 10 ✖

reporter_transport_mode 1

  • Car · 10 ✖

council_area 1

  • Walsall · 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
8598 op-snap---monthly-publication-february-2026.pdf   1345 2026-02 Car Renault Clio Grey Contravening a Red Traffic Light None Green Lane Green Lane Walsall Walsall Education N/A   52.5995834 -1.9971273
11290 op-snap---monthly-publication-january-2026.pdf   751 2026-01 Car Renault Austral White Driving without Reasonable Consideration None Bescor Road M6 j9 Bescor Road M6 j9 Walsall Walsall Education N/A      
20697 op-snap---monthly-publication-november-2025.pdf   239 2025-11 Car Renault Megane Black Driving without Reasonable Consideration None M6 10A M6 10A Walsall Walsall Education N/A   52.6082749 -2.021764
14392 op-snap---monthly-publication-june-2025.pdf   321 2025-06 Car Renault Traffic Black Driving without Due Care and Attention None Chester Road Chester Road Walsall Walsall Warning Letter N/A   52.5692139 -1.8799672
18768 op-snap---monthly-publication-may-2025.pdf   130 2025-05 Car Renault TRAFIC Silver Driving without Due Care and Attention None WATLING STREET A5 Watling Street A5 Walsall Walsall Fixed Penalty N/A   52.6562907 -1.9111505
19125 op-snap---monthly-publication-may-2025.pdf   487 2025-05 Car Renault Megane Silver Driving without Due Care and Attention None Ashmore Lake Road Ashmore Lake Road Walsall Walsall Education N/A   52.5961284 -2.0497272
19687 op-snap---monthly-publication-may-2025.pdf   1049 2025-05 Car Renault Clio Black Contravening a Red Traffic Light None Wolverhampton Road Wolverhampton Road Walsall Walsall Warning Letter N/A   52.5867763 -2.0104342
814 op-snap---monthly-publication-april-2025.pdf   813 2025-04 Car Renault Kadjar Grey Drive a vehicle other than on the carriageway of a motorway None M6 Jct 7 M6 Junction 7 Walsall Walsall NFA Outside of 14 Days NIP   52.676119 -2.0858425
17920 op-snap---monthly-publication-march-2025.pdf   1677 2025-03 Car Renault Scenic Blue Driving without Reasonable Consideration None Edinburgh Road Edinburgh Road Walsall Walsall Warning Letter N/A Yes - Via Email 52.5761712 -1.9594293
5938 op-snap---monthly-publication-february-2025.pdf   755 2025-02 Car Renault Clio White Driving without Due Care and Attention None Mossley Lane Walsall Mossley Lane Walsall Walsall Walsall NFA No VRM Yes - Via Email 52.6202958 -2.0180894

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