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-03" and offence = "Contravening a Red Traffic Light" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_colour, second_offence, offence_location_raw, offence_location, nfa_rationale

vehicle_make 9

  • Vauxhall 3
  • Volkswagen 2
  • Audi 1
  • Fiat 1
  • Hyundai 1
  • Iveco 1
  • Mercedes-Benz 1
  • Renault 1
  • Tesla 1

disposal 4

  • Education 5
  • Fixed Penalty 3
  • Warning Letter 3
  • Court 1

reporter_transport_mode 1

  • Car 12

offence 1

  • Contravening a Red Traffic Light · 12 ✖

month 1

  • 2025-03 · 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
16441 op-snap---monthly-publication-march-2025.pdf   198 2025-03 Car Fiat 500 White Contravening a Red Traffic Light None Bilston Street Bilston Street Wolverhampton Wolverhampton Fixed Penalty N/A Yes - Via Email 52.5838892 -2.1231759
16456 op-snap---monthly-publication-march-2025.pdf   213 2025-03 Car Vauxhall Corsa Black Contravening a Red Traffic Light None Penn Road Penn Road Wolverhampton Wolverhampton Warning Letter N/A Yes - Via Email 52.5599616 -2.1556338
16632 op-snap---monthly-publication-march-2025.pdf   389 2025-03 Car Volkswagen Golf White Contravening a Red Traffic Light None Willenhall Road at Darlaston Lane Willenhall Road at Darlaston Lane Wolverhampton Wolverhampton Education N/A Yes - Via Email 52.5836778 -2.0894997
17129 op-snap---monthly-publication-march-2025.pdf   886 2025-03 Car Renault Trafic White Contravening a Red Traffic Light None Compton Road Compton Road Wolverhampton Wolverhampton Warning Letter Outside of 14 DAYS Late Submission Yes - Via Email 52.5859089 -2.1456551
17177 op-snap---monthly-publication-march-2025.pdf   934 2025-03 Car Tesla Model 3 White Contravening a Red Traffic Light None Chapel Ash at Compton Road W`Ton Chapel Ash at Compton Road W`Ton Wolverhampton Wolverhampton Fixed Penalty N/A Yes - Via Email 52.5857494 -2.1409393
17185 op-snap---monthly-publication-march-2025.pdf   942 2025-03 Car Vauxhall Insignia Black Contravening a Red Traffic Light None Ring Road St Andrews Ring Road Street Andrews Wolverhampton Wolverhampton Education N/A Yes - Via Email    
17186 op-snap---monthly-publication-march-2025.pdf   943 2025-03 Car Audi A3 White Contravening a Red Traffic Light None Ring Road St Andrews Ring Road Street Andrews Wolverhampton Wolverhampton Education N/A Yes - Via Email    
17371 op-snap---monthly-publication-march-2025.pdf   1128 2025-03 Car Iveco Daily White Contravening a Red Traffic Light None Linthouse Lane Linthouse Lane Wolverhampton Wolverhampton Warning Letter Outside of 14 Days NIP Yes - Via Email 52.6118187 -2.0810618
17402 op-snap---monthly-publication-march-2025.pdf   1159 2025-03 Car Hyundai i10 Blue Contravening a Red Traffic Light Use vehicle on a road without valid test certificate Wolverhampton Ring Road Wolverhampton Ring Road Wolverhampton Wolverhampton Education N/A Yes - Via Email 52.5868722 -2.1217519
17844 op-snap---monthly-publication-march-2025.pdf   1601 2025-03 Car Mercedes-Benz SPRINTER White Contravening a Red Traffic Light None HARDING STREET Harding Street Wolverhampton Wolverhampton Fixed Penalty N/A Yes - Via Email    
18006 op-snap---monthly-publication-march-2025.pdf   1763 2025-03 Car Vauxhall Combo White Contravening a Red Traffic Light None A4123 A4123 Wolverhampton Wolverhampton Education N/A Yes - Via Email    
18170 op-snap---monthly-publication-march-2025.pdf   1927 2025-03 Car Volkswagen GOLF Silver Contravening a Red Traffic Light No Insurance BLACK COUNTRY ROUTE A463 Black Country Route A463 Wolverhampton Wolverhampton Court N/A Yes - Via Email 52.5643803 -2.0755663

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