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

11 rows where council_area = "Wolverhampton", month = "2025-05" and offence = "Contravening a Red Traffic Light" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, second_offence, nfa_rationale

vehicle_make 6

  • Ford 3
  • BMW 2
  • Land Rover 2
  • Alfa Romeo 1
  • Audi 1
  • Vauxhall 1

disposal 3

  • NFA 6
  • Education 3
  • Warning Letter 2

reporter_transport_mode 1

  • Car 11

offence 1

  • Contravening a Red Traffic Light · 11 ✖

month 1

  • 2025-05 · 11 ✖

council_area 1

  • Wolverhampton · 11 ✖
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
18652 op-snap---monthly-publication-may-2025.pdf   14 2025-05 Car Vauxhall Insignia Grey Contravening a Red Traffic Light None Stafford Road Stafford Road Wolverhampton Wolverhampton NFA Outside of 14 Days NIP   52.6291998 -2.126312
18880 op-snap---monthly-publication-may-2025.pdf   242 2025-05 Car Ford Focus Silver Contravening a Red Traffic Light None Wednesfield Way Wednesfield Way Wolverhampton Wolverhampton NFA Outside of 14 DAYS Late Submission   52.59548 -2.0896906
18898 op-snap---monthly-publication-may-2025.pdf   260 2025-05 Car Ford Ranger Orange Contravening a Red Traffic Light None Ettingshall Road Ettingshall Road Wolverhampton Wolverhampton NFA Outside of 14 Days NIP   52.5737672 -2.1037249
18899 op-snap---monthly-publication-may-2025.pdf   261 2025-05 Car BMW 5 series Black Contravening a Red Traffic Light None Black Country Route, Bilston Black Country Route, Bilston Wolverhampton Wolverhampton NFA Outside of 14 DAYS Late Submission   52.5652656 -2.0677422
18991 op-snap---monthly-publication-may-2025.pdf   353 2025-05 Car Land Rover Freelander Blue Contravening a Red Traffic Light None Birches Barn Road Birches Barn Road Wolverhampton Wolverhampton Education N/A   52.5716962 -2.1462935
19085 op-snap---monthly-publication-may-2025.pdf   447 2025-05 Car BMW 316 Blue Contravening a Red Traffic Light None Wolverhampton ring Road Wolverhampton ring Road Wolverhampton Wolverhampton Education N/A   52.5868722 -2.1217519
19599 op-snap---monthly-publication-may-2025.pdf   961 2025-05 Car Audi RS3 Grey Contravening a Red Traffic Light None Lower Street, Tettenhal Lower Street, Tettenhal Wolverhampton Wolverhampton Education N/A      
19941 op-snap---monthly-publication-may-2025.pdf   1303 2025-05 Car   NP White Contravening a Red Traffic Light None Parkfield road A4039 Parkfield road A4039 Wolverhampton Wolverhampton NFA Outside of 14 Days NIP   52.5668097 -2.1151228
20060 op-snap---monthly-publication-may-2025.pdf   1422 2025-05 Car Alfa Romeo np Black Contravening a Red Traffic Light None Wobaston road Wobaston road Wolverhampton Wolverhampton NFA Outside of 14 Days NIP   52.628768 -2.1306154
20296 op-snap---monthly-publication-may-2025.pdf   1658 2025-05 Car Land Rover Evoque Black Contravening a Red Traffic Light None Wolverhampton Road Wolverhampton Road Wolverhampton Wolverhampton Warning Letter N/A   52.5968709 -2.0954054
20442 op-snap---monthly-publication-may-2025.pdf   1804 2025-05 Car Ford Focus Black Contravening a Red Traffic Light none Ring Road St Ring Road Street Wolverhampton Wolverhampton Warning Letter N/A      

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