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

15 rows where council_area = "Wolverhampton", disposal = "Education" and month = "2025-08" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_colour

vehicle_make 9

  • BMW 4
  • Mercedes-Benz 3
  • Ford 2
  • Audi 1
  • Mini 1
  • Nissan 1
  • Peugeot 1
  • Toyota 1
  • Volkswagen 1

offence 3

  • Contravening a Red Traffic Light 8
  • Driving without Due Care and Attention 6
  • Stop a vehicle within pelican pedestrian crossing limits 1

reporter_transport_mode 2

  • Car 13
  • Pedal Bike 2

month 1

  • 2025-08 · 15 ✖

disposal 1

  • Education · 15 ✖

council_area 1

  • Wolverhampton · 15 ✖
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      
2347 op-snap---monthly-publication-august-2025.pdf   322 2025-08 Car Ford Mondeo Blue Driving without Due Care and Attention None A463 A463 Wolverhampton Wolverhampton Education N/A      
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
2369 op-snap---monthly-publication-august-2025.pdf   344 2025-08 Pedal Bike Mercedes-Benz EClass White Driving without Due Care and Attention None Underhill Road Underhill Road Wolverhampton Wolverhampton Education N/A      
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
2468 op-snap---monthly-publication-august-2025.pdf   443 2025-08 Car BMW 320 Grey Driving without Due Care and Attention None Neachells Lane Neachells Lane Wolverhampton Wolverhampton Education N/A   52.597459 -2.0791894
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
2615 op-snap---monthly-publication-august-2025.pdf   590 2025-08 Pedal Bike BMW 120D Black Driving without Due Care and Attention None Rayner Road Rayner Road Wolverhampton Wolverhampton Education N/A      
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
2780 op-snap---monthly-publication-august-2025.pdf   755 2025-08 Car Mercedes-Benz Vito White Driving without Due Care and Attention None Birmingham New Road Birmingham New Road Wolverhampton Wolverhampton Education N/A   52.5560698 -2.1044322
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
3024 op-snap---monthly-publication-august-2025.pdf   999 2025-08 Car Peugeot 208 Blue Driving without Due Care and Attention None A4150 Ring Road St Johns Ring Road Street Johns Wolverhampton Wolverhampton Education N/A      
3047 op-snap---monthly-publication-august-2025.pdf   1022 2025-08 Car BMW 520D Silver Stop a vehicle within pelican pedestrian crossing limits None High Street High Street Wolverhampton Wolverhampton Education N/A   52.5635963 -2.0827567

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