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-08" and vehicle_make = "BMW" 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, latitude, longitude

offence 5

  • Driving without Due Care and Attention 6
  • Cause vehicle to be left in a dangerous position 2
  • Contravening a Red Traffic Light 2
  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 1
  • Stop a vehicle within pelican pedestrian crossing limits 1

reporter_transport_mode 3

  • Car 8
  • Pedestrian 3
  • Pedal Bike 1

disposal 3

  • Warning Letter 7
  • Education 4
  • Court 1

vehicle_make 1

  • BMW · 12 ✖

month 1

  • 2025-08 · 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
2301 op-snap---monthly-publication-august-2025.pdf   276 2025-08 Car BMW 325d Silver Driving without Due Care and Attention None Thompson Avenue Thompson Avenue Wolverhampton Wolverhampton Warning Letter N/A   52.5722181 -2.1205684
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
2548 op-snap---monthly-publication-august-2025.pdf   523 2025-08 Car BMW 1 series Grey Driving without Due Care and Attention None Lower Prestwood Road Lower Prestwood Road Wolverhampton Wolverhampton Warning Letter N/A   52.609833 -2.0871598
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      
2709 op-snap---monthly-publication-august-2025.pdf   684 2025-08 Car BMW M3 Grey Driving without Due Care and Attention None Birmingham New Road Bilston Birmingham New Road Bilston Wolverhampton Wolverhampton Warning Letter 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
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
3327 op-snap---monthly-publication-august-2025.pdf   1302 2025-08 Pedestrian BMW 220D Grey Cause vehicle to be left in a dangerous position None Cannock Road Cannock Road Wolverhampton Wolverhampton Warning Letter N/A   52.6083917 -2.1033365
3520 op-snap---monthly-publication-august-2025.pdf   1495 2025-08 Pedestrian BMW 218I Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Tettenhall High street Tettenhall High street Wolverhampton Wolverhampton Warning Letter N/A   52.598292 -2.1677123
3563 op-snap---monthly-publication-august-2025.pdf   1538 2025-08 Car BMW X6 Black Driving without Due Care and Attention None Keepers Lane Keepers Lane Wolverhampton Wolverhampton Warning Letter N/A   52.615585 -2.1878558
3801 op-snap---monthly-publication-august-2025.pdf   1776 2025-08 Pedestrian BMW X3 Black Cause vehicle to be left in a dangerous position None Cannock Road Cannock Road Wolverhampton Wolverhampton Warning Letter N/A   52.6083917 -2.1033365

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