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

11 rows where council_area = "Dudley", month = "2026-02" and vehicle_make = "Vauxhall" 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, nfa_rationale, latitude, longitude

offence 5

  • Driving without Due Care and Attention 6
  • Contravening a Red Traffic Light 2
  • Misc - Non Traffic Offences 1
  • Stop a vehicle within pelican pedestrian crossing limits 1
  • Using a Mobile Phone Whilst Driving 1

disposal 5

  • Education 4
  • NFA 3
  • Warning Letter 2
  • Fixed Penalty 1
  • RTC - Actioned 1

reporter_transport_mode 4

  • Car 6
  • Other 3
  • Pedal Bike 1
  • Pedestrian 1

vehicle_make 1

  • Vauxhall · 11 ✖

month 1

  • 2026-02 · 11 ✖

council_area 1

  • Dudley · 11 ✖
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
7372 op-snap---monthly-publication-february-2026.pdf   119 2026-02 Car Vauxhall corsa Red Driving without Due Care and Attention None High Street High Street Dudley Dudley NFA No Offence   52.4779764 -2.1598371
7437 op-snap---monthly-publication-february-2026.pdf   184 2026-02 Pedestrian Vauxhall Vivaro White Stop a vehicle within pelican pedestrian crossing limits None Mill Street Mill Street Dudley Dudley Education N/A   52.4779239 -2.1561956
7615 op-snap---monthly-publication-february-2026.pdf   362 2026-02 Car Vauxhall Astra Black Contravening a Red Traffic Light None A491 A491 Dudley Dudley Warning Letter N/A      
7646 op-snap---monthly-publication-february-2026.pdf   393 2026-02 Other Vauxhall Corsa Brown Driving without Due Care and Attention None Waterfront Waterfront Dudley Dudley NFA Not in Public Interest   52.4874281 -2.1117204
7663 op-snap---monthly-publication-february-2026.pdf   410 2026-02 Other Vauxhall Corsa Grey Driving without Due Care and Attention None Waterfront Waterfront Dudley Dudley NFA No Offence   52.4874281 -2.1117204
7676 op-snap---monthly-publication-february-2026.pdf   423 2026-02 Car Vauxhall Insignia Grey Using a Mobile Phone Whilst Driving None Embankment Merry Hill Embankment Merry Hill Dudley Dudley Fixed Penalty N/A   52.4814094 -2.1134278
7734 op-snap---monthly-publication-february-2026.pdf   481 2026-02 Car Vauxhall Meriva Black Contravening a Red Traffic Light None High Street, Wordsley High Street, Wordsley Dudley Dudley Education N/A   52.4778645 -2.1594686
7742 op-snap---monthly-publication-february-2026.pdf   489 2026-02 Car Vauxhall Corsa Orange Driving without Due Care and Attention None High Street, Stourbridge High Street, Stourbridge Dudley Dudley Warning Letter N/A   52.4570763 -2.1136199
8081 op-snap---monthly-publication-february-2026.pdf   828 2026-02 Pedal Bike Vauxhall Vicaro silver Driving without Due Care and Attention none A491 Hagley Road Hagley Road Dudley Dudley Education N/A   52.4514139 -2.1423625
8099 op-snap---monthly-publication-february-2026.pdf   846 2026-02 Other Vauxhall Corsa White Misc - Non Traffic Offences None Standhill Road Kingswinford Standhill Road Kingswinford Dudley Dudley RTC - Actioned N/A      
8240 op-snap---monthly-publication-february-2026.pdf   987 2026-02 Car Vauxhall Vivaro Grey Driving without Due Care and Attention None Dudley Port Road, Tipton Dudley Port Road, Tipton Dudley Dudley Education N/A   52.5320271 -2.0666926

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