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", month = "2025-06" and vehicle_make = "Vauxhall" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, second_offence, offence_location_raw, offence_location, nfa_rationale, latitude, longitude

offence 6

  • Contravening a Red Traffic Light 4
  • Cause vehicle to be left in a dangerous position 2
  • Driving without Due Care and Attention 2
  • Misc - Non Traffic Offences 2
  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 1
  • Motor vehicle fail to accord precedence at a pelican crossing 1

reporter_transport_mode 4

  • Car 6
  • Pedestrian 3
  • Pedal Bike 2
  • Other 1

disposal 4

  • NFA 5
  • Warning Letter 3
  • Court 2
  • Education 2

vehicle_make 1

  • Vauxhall · 12 ✖

month 1

  • 2025-06 · 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
14230 op-snap---monthly-publication-june-2025.pdf   159 2025-06 Car Vauxhall Astra Black Motor vehicle fail to accord precedence at a pelican crossing No Insurance Windmill Lane Windmill Lane Wolverhampton Wolverhampton Court N/A   52.5807057 -2.1902528
14555 op-snap---monthly-publication-june-2025.pdf   484 2025-06 Pedal Bike Vauxhall Zafira Black Contravening a Red Traffic Light None Skidmore Rpad Skidmore Rpad Wolverhampton Wolverhampton NFA No Offence      
14711 op-snap---monthly-publication-june-2025.pdf   640 2025-06 Pedal Bike Vauxhall Corsa White Contravening a Red Traffic Light None Loxdale Street Loxdale Street Wolverhampton Wolverhampton Warning Letter N/A   52.5589906 -2.0655598
14873 op-snap---monthly-publication-june-2025.pdf   802 2025-06 Car Vauxhall Corsa White Contravening a Red Traffic Light None Parkfield Road Parkfield Road Wolverhampton Wolverhampton NFA No Independent Evidence Available   52.567016 -2.1208485
14877 op-snap---monthly-publication-june-2025.pdf   806 2025-06 Car Vauxhall Corsa Silver Driving without Due Care and Attention None Blackhalve Lane Blackhalve Lane Wolverhampton Wolverhampton Court N/A   52.6139368 -2.0960778
15166 op-snap---monthly-publication-june-2025.pdf   1095 2025-06 Car Vauxhall Astra White Driving without Due Care and Attention None Park Road West Park Road West Wolverhampton Wolverhampton Education N/A   52.587131 -2.1396643
15264 op-snap---monthly-publication-june-2025.pdf   1193 2025-06 Car Vauxhall Astra White Contravening a Red Traffic Light None Ring Road, Ring Road Wolverhampton Wolverhampton Education N/A   52.5805525 -2.1302823
15827 op-snap---monthly-publication-june-2025.pdf   1756 2025-06 Pedestrian Vauxhall Corsa Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Long Mill South Long Mill South Wolverhampton Wolverhampton NFA No Offence   52.6095019 -2.0915196
16112 op-snap---monthly-publication-june-2025.pdf   2041 2025-06 Pedestrian Vauxhall vivaro Yellow Misc - Non Traffic Offences None Broome Road Broome Road Wolverhampton Wolverhampton NFA No Offence   52.6086338 -2.1185884
16113 op-snap---monthly-publication-june-2025.pdf   2042 2025-06 Other Vauxhall vivaro Yellow Misc - Non Traffic Offences None Broome Road Broome Road Wolverhampton Wolverhampton NFA No Offence   52.6086338 -2.1185884
16121 op-snap---monthly-publication-june-2025.pdf   2050 2025-06 Car Vauxhall insgnia Silver Cause vehicle to be left in a dangerous position None High Street High Street Wolverhampton Wolverhampton Warning Letter N/A   52.5635963 -2.0827567
16235 op-snap---monthly-publication-june-2025.pdf   2164 2025-06 Pedestrian Vauxhall Vivaro Yellow Cause vehicle to be left in a dangerous position None Broome Road Broome Road Wolverhampton Wolverhampton Warning Letter N/A   52.6086338 -2.1185884

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