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

12 rows where council_area = "Wolverhampton" and vehicle_make = "Honda" 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, nfa_rationale, latitude, longitude

month 9

  • 2025-09 3
  • 2025-03 2
  • 2025-01 1
  • 2025-04 1
  • 2025-05 1
  • 2025-07 1
  • 2025-08 1
  • 2025-11 1
  • 2025-12 1

offence 5

  • Driving without Due Care and Attention 4
  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 3
  • Contravening a Red Traffic Light 2
  • Stop a vehicle within pelican pedestrian crossing limits 2
  • Cause unnecessary obstruction by motor vehicle 1

disposal 4

  • NFA 5
  • Warning Letter 5
  • Fixed Penalty 1
  • RTC - Actioned 1

reporter_transport_mode 2

  • Car 8
  • Pedestrian 4

vehicle_make 1

  • Honda · 12 ✖

council_area 1

  • Wolverhampton · 12 ✖
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
4583 op-snap---monthly-publication-december-2025.pdf   711 2025-12 Car Honda Civic Red Driving without Due Care and Attention None Broad Lane South Broad Lane South Wolverhampton Wolverhampton Warning Letter N/A   52.5995308 -2.0598045
21159 op-snap---monthly-publication-november-2025.pdf   701 2025-11 Car Honda Civic Blue Driving without Due Care and Attention None The Keyway The Keyway Wolverhampton Wolverhampton NFA No Offence   52.5796653 -2.0626074
24310 op-snap---monthly-publication-september-2025.pdf   529 2025-09 Car Honda Civic Grey Driving without Due Care and Attention None Sutherland Avenue Sutherland Avenue Wolverhampton Wolverhampton RTC - Actioned N/A   52.5778489 -2.1025249
24754 op-snap---monthly-publication-september-2025.pdf   973 2025-09 Pedestrian Honda Jazz Silver Contravening a Red Traffic Light None Cannock Road Cannock Road Wolverhampton Wolverhampton Warning Letter N/A   52.6083917 -2.1033365
25312 op-snap---monthly-publication-september-2025.pdf   1531 2025-09 Pedestrian Honda Jazz Red Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area Tettenhall Road Tettenhall Road Wolverhampton Wolverhampton Warning Letter N/A   52.5883523 -2.1466187
2995 op-snap---monthly-publication-august-2025.pdf   970 2025-08 Car Honda CBF1000 Black Driving without Due Care and Attention None Oxford Street Oxford Street Wolverhampton Wolverhampton NFA No Offence   52.5651361 -2.0707545
13890 op-snap---monthly-publication-july-2025.pdf   1942 2025-07 Car Honda CB125 Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Aldersley Road Aldersley Road Wolverhampton Wolverhampton NFA Misc Inc Crimes   52.6058472 -2.1521123
19964 op-snap---monthly-publication-may-2025.pdf   1326 2025-05 Car Honda Civic Red Stop a vehicle within pelican pedestrian crossing limits None High Street , Tetenhall High Street , Tetenhall Wolverhampton Wolverhampton NFA Outside of 14 Days NIP      
682 op-snap---monthly-publication-april-2025.pdf   681 2025-04 Car Honda Jazz Red Contravening a Red Traffic Light None A41 Bilston Road Bilston Road Wolverhampton Wolverhampton Warning Letter N/A   52.5801329 -2.1138283
17011 op-snap---monthly-publication-march-2025.pdf   768 2025-03 Pedestrian Honda Jazz Silver Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Hilton Road Hilton Road Wolverhampton Wolverhampton Warning Letter N/A Yes - Via Email 52.5609419 -2.1099418
17427 op-snap---monthly-publication-march-2025.pdf   1184 2025-03 Pedestrian Honda Jazz Silver Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Hilton Road Hilton Road Wolverhampton Wolverhampton NFA No Independent Evidence Available Yes - Via Email 52.5609419 -2.1099418
9301 op-snap---monthly-publication-january-2025.pdf   409 2025-01 Car Honda Civic Black Stop a vehicle within pelican pedestrian crossing limits None High Street, Tettenhall High Street, Tettenhall Wolverhampton Wolverhampton Fixed Penalty N/A Yes - Via Email 52.5980906 -2.168057

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