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", disposal = "Education" and vehicle_make = "Mercedes-Benz" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source_file, vehicle_model, vehicle_colour, offence_location, latitude, longitude

month 8

  • 2025-08 3
  • 2025-03 2
  • 2025-06 2
  • 2025-07 2
  • 2025-11 2
  • 2025-02 1
  • 2025-09 1
  • 2025-10 1

offence 5

  • Contravening a Red Traffic Light 6
  • Driving without Due Care and Attention 4
  • Stop a vehicle within pelican pedestrian crossing limits 2
  • Driving without Reasonable Consideration 1
  • Stop a vehicle on pedestrian crossing 1

reporter_transport_mode 3

  • Car 11
  • Pedestrian 2
  • Pedal Bike 1

vehicle_make 1

  • Mercedes-Benz · 14 ✖

disposal 1

  • Education · 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
21521 op-snap---monthly-publication-november-2025.pdf   1063 2025-11 Car Mercedes-Benz Sprinter White Contravening a Red Traffic Light None Birmingham Road Birmingham Road Wolverhampton Wolverhampton Education N/A   52.5733225 -2.1227682
21993 op-snap---monthly-publication-november-2025.pdf   1535 2025-11 Car Mercedes-Benz CLA 180 White Contravening a Red Traffic Light None Horseley Fields Horseley Fields Wolverhampton Wolverhampton Education N/A   52.5850146 -2.1175982
22792 op-snap---monthly-publication-october-2025.pdf   742 2025-10 Car Mercedes-Benz Sprinter White Contravening a Red Traffic Light None A459 Dudley Road Dudley Road Wolverhampton Wolverhampton Education N/A   52.5717314 -2.1249182
24758 op-snap---monthly-publication-september-2025.pdf   977 2025-09 Pedestrian Mercedes-Benz Vito White Contravening a Red Traffic Light None Cannock Road Cannock Road Wolverhampton Wolverhampton Education N/A   52.6083917 -2.1033365
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      
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
12115 op-snap---monthly-publication-july-2025.pdf   167 2025-07 Car Mercedes-Benz C220 Red Driving without Due Care and Attention None Wood End Road Wood End Road Wolverhampton Wolverhampton Education N/A   52.605993 -2.0805938
12572 op-snap---monthly-publication-july-2025.pdf   624 2025-07 Car Mercedes-Benz B class Silver Contravening a Red Traffic Light None Black Country Route, A463 Black Country Route, A463 Wolverhampton Wolverhampton Education N/A   52.5642677 -2.0755469
14245 op-snap---monthly-publication-june-2025.pdf   174 2025-06 Car Mercedes-Benz E320 Black Driving without Due Care and Attention None M6 SB J10 M6 Southbound J10 Wolverhampton Wolverhampton Education N/A   52.676119 -2.0858425
15648 op-snap---monthly-publication-june-2025.pdf   1577 2025-06 Car Mercedes-Benz Sprinter White Driving without Reasonable Consideration None Bilston Road Bilston Road Wolverhampton Wolverhampton Education N/A   52.5801329 -2.1138283
16585 op-snap---monthly-publication-march-2025.pdf   342 2025-03 Car Mercedes-Benz BENZ Grey Stop a vehicle within pelican pedestrian crossing limits None HIGH STREET,TETTENHALL High Street, Tettenhall Wolverhampton Wolverhampton Education N/A Yes - Via Email 52.5980906 -2.168057
17022 op-snap---monthly-publication-march-2025.pdf   779 2025-03 Pedestrian Mercedes-Benz A180 Grey Stop a vehicle on pedestrian crossing None High Street High Street Wolverhampton Wolverhampton Education N/A Yes - Via Email 52.5635963 -2.0827567
7218 op-snap---monthly-publication-february-2025.pdf   2035 2025-02 Car Mercedes-Benz E350 Grey Stop a vehicle within pelican pedestrian crossing limits None High Street, Tettenhall High Street, Tettenhall Wolverhampton Wolverhampton Education N/A Yes - Via Email 52.5980906 -2.168057

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