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

14 rows where council_area = "Wolverhampton", month = "2025-08" 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, offence_location_raw, offence_location, nfa_rationale, latitude, longitude

vehicle_make 11

  • BMW 2
  • Seat 2
  • Audi 1
  • Ford 1
  • Land Rover 1
  • Mercedes-Benz 1
  • Mini 1
  • Nissan 1
  • Toyota 1
  • Vauxhall 1
  • Volkswagen 1

disposal 4

  • Education 8
  • NFA 4
  • Court 1
  • Fixed Penalty 1

reporter_transport_mode 1

  • Car 14

offence 1

  • Contravening a Red Traffic Light · 14 ✖

month 1

  • 2025-08 · 14 ✖

council_area 1

  • Wolverhampton · 14 ✖
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
2069 op-snap---monthly-publication-august-2025.pdf   44 2025-08 Car Nissan Juke White Contravening a Red Traffic Light None A449 Stafford Road Stafford Road Wolverhampton Wolverhampton Education N/A   52.6291998 -2.126312
2072 op-snap---monthly-publication-august-2025.pdf   47 2025-08 Car Volkswagen Golf Black Contravening a Red Traffic Light None A449 A449 Wolverhampton Wolverhampton Education N/A      
2087 op-snap---monthly-publication-august-2025.pdf   62 2025-08 Car   Lorry White Contravening a Red Traffic Light None A449 Stafford Road Stafford Road Wolverhampton Wolverhampton NFA No VRM   52.6291998 -2.126312
2207 op-snap---monthly-publication-august-2025.pdf   182 2025-08 Car Land Rover Vogue White Contravening a Red Traffic Light None Henwood Road Jct Henwood Road Junction Wolverhampton Wolverhampton NFA No Independent Evidence Available      
2360 op-snap---monthly-publication-august-2025.pdf   335 2025-08 Car Audi A3.. Red Contravening a Red Traffic Light None Penn Road Wolverhampton Penn Road Wolverhampton Wolverhampton Wolverhampton Education N/A   52.5599616 -2.1556338
2372 op-snap---monthly-publication-august-2025.pdf   347 2025-08 Car BMW R1300 Blue Contravening a Red Traffic Light None Chapel Ash Chapel Ash Wolverhampton Wolverhampton Education N/A   52.5857494 -2.1409393
2498 op-snap---monthly-publication-august-2025.pdf   473 2025-08 Car Seat Ibiza Grey Contravening a Red Traffic Light None Walsall Road Walsall Road Wolverhampton Wolverhampton NFA Outside of 14 Days NIP   52.5953834 -2.0877357
2580 op-snap---monthly-publication-august-2025.pdf   555 2025-08 Car Mini Mini Green Contravening a Red Traffic Light None Hunter Street Hunter Street Wolverhampton Wolverhampton Education N/A   52.5944363 -2.1452444
2698 op-snap---monthly-publication-august-2025.pdf   673 2025-08 Car Seat Ibiza Red Contravening a Red Traffic Light None Tettenhall Road Tettenhall Road Wolverhampton Wolverhampton Fixed Penalty N/A   52.5883523 -2.1466187
2750 op-snap---monthly-publication-august-2025.pdf   725 2025-08 Car Mercedes-Benz E Class Black Contravening a Red Traffic Light None Bilston Street Bilston Street Wolverhampton Wolverhampton Education N/A   52.5838892 -2.1231759
2809 op-snap---monthly-publication-august-2025.pdf   784 2025-08 Car Ford Fiesta Black Contravening a Red Traffic Light None Penn Road Island Penn Road Island Wolverhampton Wolverhampton Education N/A   52.5807112 -2.1316397
3002 op-snap---monthly-publication-august-2025.pdf   977 2025-08 Car Toyota CH-R Black Contravening a Red Traffic Light None Aspen Way Aspen Way Wolverhampton Wolverhampton Education N/A   52.5810956 -2.1475001
3133 op-snap---monthly-publication-august-2025.pdf   1108 2025-08 Car Vauxhall Zafira Black Contravening a Red Traffic Light None Stringes Lane Stringes Lane Wolverhampton Wolverhampton NFA No Independent Evidence Available      
3193 op-snap---monthly-publication-august-2025.pdf   1168 2025-08 Car BMW M3 Black Contravening a Red Traffic Light No Insurance Oxford Street Island at A463 Oxford Street Island at A463 Wolverhampton Wolverhampton Court N/A   52.5648968 -2.0708366

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