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

8 rows where council_area = "Dudley", disposal = "Fixed Penalty" and reporter_transport_mode = "Pedal Bike" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source_file, vehicle_colour, second_offence

vehicle_make 8

  • Audi 1
  • BMW 1
  • Citroen 1
  • Ford 1
  • Hyundai 1
  • Iveco 1
  • Vauxhall 1
  • Volvo 1

month 5

  • 2025-01 2
  • 2025-02 2
  • 2025-12 2
  • 2025-09 1
  • 2026-01 1

offence 3

  • Driving without Due Care and Attention 4
  • Driving without Reasonable Consideration 3
  • Use a vehicle / cycle on a road and contravene a l 1

reporter_transport_mode 1

  • Pedal Bike · 8 ✖

disposal 1

  • Fixed Penalty · 8 ✖

council_area 1

  • Dudley · 8 ✖
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
10918 op-snap---monthly-publication-january-2026.pdf   379 2026-01 Pedal Bike Iveco Daily White Driving without Due Care and Attention None Pedmore Road Pedmore Road Dudley Dudley Fixed Penalty N/A   52.4897451 -2.1069141
4391 op-snap---monthly-publication-december-2025.pdf   519 2025-12 Pedal Bike Ford Fiesta Silver Driving without Due Care and Attention None South Road South Road Dudley Dudley Fixed Penalty N/A   52.4530371 -2.1660216
4731 op-snap---monthly-publication-december-2025.pdf   859 2025-12 Pedal Bike Volvo XC60 Grey Driving without Due Care and Attention None Gorsty Hill Gorsty Hill Dudley Dudley Fixed Penalty N/A   52.4674777 -2.0479299
24724 op-snap---monthly-publication-september-2025.pdf   943 2025-09 Pedal Bike Citroen DS3 Red Use a vehicle / cycle on a road and contravene a l ocal traffic order other Nthoanne parking Worcester Street, Stourbridge Worcester Street, Stourbridge Dudley Dudley Fixed Penalty N/A   52.4507058 -2.1503743
5530 op-snap---monthly-publication-february-2025.pdf   347 2025-02 Pedal Bike BMW 118I Grey Driving without Reasonable Consideration None A491 Hagley Road Hagley Road Dudley Dudley Fixed Penalty N/A Yes - Via Email 52.4514139 -2.1423625
5532 op-snap---monthly-publication-february-2025.pdf   349 2025-02 Pedal Bike Hyundai IONIQ 5 Grey Driving without Reasonable Consideration None Hagley Raod [A491], Stourbridge Hagley Raod [A491], Stourbridge Dudley Dudley Fixed Penalty N/A Yes - Via Email    
9976 op-snap---monthly-publication-january-2025.pdf   1084 2025-01 Pedal Bike Vauxhall Insignia Red Driving without Reasonable Consideration None Heath Lane Heath Lane Dudley Dudley Fixed Penalty N/A Yes - Via Email 52.4495524 -2.1459067
10162 op-snap---monthly-publication-january-2025.pdf   1270 2025-01 Pedal Bike Audi A5 Grey Driving without Due Care and Attention None Norton Road, Stourbridge Norton Road, Stourbridge Dudley Dudley Fixed Penalty N/A Yes - Via Email 52.4388442 -2.1645703

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