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 disposal = "NFA", offence = "Contravening a Red Traffic Light" and vehicle_make = "Jaguar" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

month 6

  • 2025-05 2
  • 2025-06 2
  • 2025-07 2
  • 2025-01 1
  • 2025-04 1
  • 2025-09 1

council_area 5

  • Birmingham 4
  • Walsall 2
  • Coventry 1
  • Out of Force Area 1
  • Wolverhampton 1

reporter_transport_mode 2

  • Car 8
  • Pedestrian 1

vehicle_make 1

  • Jaguar · 9 ✖

offence 1

  • Contravening a Red Traffic Light · 9 ✖

disposal 1

  • NFA · 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
24463 op-snap---monthly-publication-september-2025.pdf   682 2025-09 Car Jaguar XE Grey Contravening a Red Traffic Light None Dudley Road Dudley Road Birmingham Birmingham NFA No Offence   52.4865107 -1.9386263
12285 op-snap---monthly-publication-july-2025.pdf   337 2025-07 Car Jaguar I Pace Grey Contravening a Red Traffic Light None Robin Hood Island Robin Hood Island Birmingham Birmingham NFA No Offence   52.4220705 -1.8372335
12307 op-snap---monthly-publication-july-2025.pdf   359 2025-07 Car Jaguar S Type Green Contravening a Red Traffic Light None Firefly Road Firefly Road Coventry Coventry NFA No Independent Evidence Available   52.3786307 -1.4839701
14739 op-snap---monthly-publication-june-2025.pdf   668 2025-06 Car Jaguar Fpace Grey Contravening a Red Traffic Light None Alcester Road Alcester Road Birmingham Birmingham NFA No Offence   52.4470686 -1.8880749
15655 op-snap---monthly-publication-june-2025.pdf   1584 2025-06 Car Jaguar XE Grey Contravening a Red Traffic Light None Stourbridge Road Stourbridge Road Out of Force Area Out of Force Area NFA Out of Force   52.501035 -2.107981
18884 op-snap---monthly-publication-may-2025.pdf   246 2025-05 Pedestrian Jaguar XF... Grey Contravening a Red Traffic Light None A4148 Walsall Walsall Walsall Walsall NFA Outside of 14 Days NIP   52.5841365 -1.9852679
20040 op-snap---monthly-publication-may-2025.pdf   1402 2025-05 Car Jaguar NP Black Contravening a Red Traffic Light None Chester road, neat to birch lane Chester road, neat to birch lane Walsall Walsall NFA Outside of 14 Days NIP      
1669 op-snap---monthly-publication-april-2025.pdf   1668 2025-04 Car Jaguar XF Sportbrake Red Contravening a Red Traffic Light none Bordesley green east/ stoney lane/ yew tree Bordesley green east/ stoney lane/ yew tree Birmingham Birmingham NFA Outside of 14 Days NIP   52.4779178 -1.8069073
9784 op-snap---monthly-publication-january-2025.pdf   892 2025-01 Car Jaguar XF Grey Contravening a Red Traffic Light None NEWHAMPTON ROAD WEST Newhampton Road West Wolverhampton Wolverhampton NFA No Independent Evidence Available Yes - Via Email 52.5956595 -2.1550795

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