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

7 rows where council_area = "Wolverhampton", disposal = "Fixed Penalty" and vehicle_make = "Toyota" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

offence 5

  • Using a Mobile Phone Whilst Driving 3
  • Contravening a Red Traffic Light 1
  • Driving without Due Care and Attention 1
  • Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD 1
  • Use motor vehicle on a road when television receiving / cinematographic apparatus was visible to the driver 1

month 5

  • 2025-04 2
  • 2025-11 2
  • 2025-01 1
  • 2025-09 1
  • 2026-01 1

reporter_transport_mode 2

  • Car 6
  • Pedal Bike 1

vehicle_make 1

  • Toyota · 7 ✖

disposal 1

  • Fixed Penalty · 7 ✖

council_area 1

  • Wolverhampton · 7 ✖
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
11694 op-snap---monthly-publication-january-2026.pdf   1155 2026-01 Car Toyota Yaris Grey Use motor vehicle on a road when television receiving / cinematographic apparatus was visible to the driver None Oxford Street Bilston Oxford Street Bilston Wolverhampton Wolverhampton Fixed Penalty N/A   52.5645175 -2.069757
20743 op-snap---monthly-publication-november-2025.pdf   285 2025-11 Pedal Bike Toyota Auris Blue Driving without Due Care and Attention None Lucknow Road Lucknow Road Wolverhampton Wolverhampton Fixed Penalty N/A      
21254 op-snap---monthly-publication-november-2025.pdf   796 2025-11 Car Toyota Auris Grey Contravening a Red Traffic Light None Millfields Road Millfields Road Wolverhampton Wolverhampton Fixed Penalty N/A   52.56459 -2.0933891
24209 op-snap---monthly-publication-september-2025.pdf   428 2025-09 Car Toyota Yaris Grey Using a Mobile Phone Whilst Driving None Stafford Road Stafford Road Wolverhampton Wolverhampton Fixed Penalty N/A   52.6291998 -2.126312
28 op-snap---monthly-publication-april-2025.pdf   27 2025-04 Car Toyota COROLLA Grey Using a Mobile Phone Whilst Driving None PARKFIELD ROAD Parkfield Road Wolverhampton Wolverhampton Fixed Penalty N/A   52.567016 -2.1208485
224 op-snap---monthly-publication-april-2025.pdf   223 2025-04 Car Toyota AVENSIS Silver Using a Mobile Phone Whilst Driving None PARKFIELD ROAD Parkfield Road Wolverhampton Wolverhampton Fixed Penalty N/A   52.567016 -2.1208485
10271 op-snap---monthly-publication-january-2025.pdf   1379 2025-01 Car Toyota PRIUS Silver Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None UNDERHILL LANE Underhill Lane Wolverhampton Wolverhampton Fixed Penalty N/A Yes - Via Email 52.6184526 -2.0954562

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