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", disposal = "Warning Letter" and month = "2026-01" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_colour, offence_location_raw, offence_location, latitude, longitude

vehicle_make 8

  • Audi 2
  • Vauxhall 2
  • Alfa Romeo 1
  • BMW 1
  • Land Rover 1
  • Mazda 1
  • Renault 1
  • Toyota 1

offence 3

  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 4
  • Driving without Due Care and Attention 4
  • Contravening a Red Traffic Light 3

reporter_transport_mode 1

  • Car 11

month 1

  • 2026-01 · 11 ✖

disposal 1

  • Warning Letter · 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
10720 op-snap---monthly-publication-january-2026.pdf   181 2026-01 Car Vauxhall Mokka White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Dale St Dale Street Wolverhampton Wolverhampton Warning Letter N/A   52.5811293 -2.1369957
10722 op-snap---monthly-publication-january-2026.pdf   183 2026-01 Car Toyota Yaris Blue Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Zoar Street Zoar Street Wolverhampton Wolverhampton Warning Letter N/A   52.5807478 -2.1383109
10723 op-snap---monthly-publication-january-2026.pdf   184 2026-01 Car Alfa Romeo Brera Blue Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Zoar Street Zoar Street Wolverhampton Wolverhampton Warning Letter N/A   52.5807478 -2.1383109
11227 op-snap---monthly-publication-january-2026.pdf   688 2026-01 Car Mazda 2 Silver Driving without Due Care and Attention None Stafford Road Stafford Road Wolverhampton Wolverhampton Warning Letter N/A   52.6291998 -2.126312
11357 op-snap---monthly-publication-january-2026.pdf   818 2026-01 Car Audi Q5 Black Driving without Due Care and Attention None Marston Road Marston Road Wolverhampton Wolverhampton Warning Letter N/A   52.574516 -2.1341421
11366 op-snap---monthly-publication-january-2026.pdf   827 2026-01 Car   Omada 5 Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Bilston Road Bilston Road Wolverhampton Wolverhampton Warning Letter N/A   52.5801329 -2.1138283
11775 op-snap---monthly-publication-january-2026.pdf   1236 2026-01 Car BMW 218I White Driving without Due Care and Attention None Stourbridge Road Stourbridge Road Wolverhampton Wolverhampton Warning Letter N/A      
11886 op-snap---monthly-publication-january-2026.pdf   1347 2026-01 Car Audi A4 Black Contravening a Red Traffic Light None Penn Road Penn Road Wolverhampton Wolverhampton Warning Letter N/A   52.5599616 -2.1556338
11890 op-snap---monthly-publication-january-2026.pdf   1351 2026-01 Car Vauxhall Insignia Silver Contravening a Red Traffic Light None Ring Road St Davids Ring Road Street Davids Wolverhampton Wolverhampton Warning Letter N/A      
11892 op-snap---monthly-publication-january-2026.pdf   1353 2026-01 Car Land Rover Range Rover Blue Driving without Due Care and Attention None Stafford Road Stafford Road Wolverhampton Wolverhampton Warning Letter N/A   52.6291998 -2.126312
11893 op-snap---monthly-publication-january-2026.pdf   1354 2026-01 Car Renault Master Grey Contravening a Red Traffic Light None Stafford Road Stafford Road Wolverhampton Wolverhampton Warning Letter N/A   52.6291998 -2.126312

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