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

13 rows where disposal = "Education", month = "2025-09" and vehicle_make = "Vauxhall" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, council_area_raw

council_area 6

  • Birmingham 5
  • Dudley 2
  • Sutton Coldfield 2
  • Wolverhampton 2
  • Coventry 1
  • Sandwell 1

reporter_transport_mode 3

  • Car 7
  • Pedal Bike 4
  • Pedestrian 2

offence 2

  • Driving without Due Care and Attention 8
  • Contravening a Red Traffic Light 5

vehicle_make 1

  • Vauxhall · 13 ✖

month 1

  • 2025-09 · 13 ✖

disposal 1

  • Education · 13 ✖
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
23998 op-snap---monthly-publication-september-2025.pdf   217 2025-09 Pedal Bike Vauxhall Corsa Black Driving without Due Care and Attention None Church Road Edgbaston Church Road Edgbaston Birmingham Birmingham Education N/A   52.46114 -1.9180882
24111 op-snap---monthly-publication-september-2025.pdf   330 2025-09 Car Vauxhall Mokka White Contravening a Red Traffic Light None Stonehouse Road Stonehouse Road Sutton Coldfield Sutton Coldfield Education N/A   52.5554307 -1.8439169
24182 op-snap---monthly-publication-september-2025.pdf   401 2025-09 Car Vauxhall Corsa Silver Driving without Due Care and Attention None Walmley Road Walmley Road Sutton Coldfield Sutton Coldfield Education N/A   52.5405351 -1.8002219
24268 op-snap---monthly-publication-september-2025.pdf   487 2025-09 Pedal Bike Vauxhall Combo Grey Driving without Due Care and Attention None Thorns Road Thorns Road Dudley Dudley Education N/A   52.4628538 -2.1160108
24290 op-snap---monthly-publication-september-2025.pdf   509 2025-09 Car Vauxhall Vivaro White Driving without Due Care and Attention None All Saints Way All Saints Way Sandwell Sandwell Education N/A   52.5344405 -1.985568
24361 op-snap---monthly-publication-september-2025.pdf   580 2025-09 Car Vauxhall Mokka White Contravening a Red Traffic Light None A41 Oxford Street Oxford Street Wolverhampton Wolverhampton Education N/A   52.5651361 -2.0707545
24400 op-snap---monthly-publication-september-2025.pdf   619 2025-09 Car Vauxhall Zafira Black Contravening a Red Traffic Light None Jimmy Hill Way Jimmy Hill Way Coventry Coventry Education N/A   52.4214017 -1.4870278
24403 op-snap---monthly-publication-september-2025.pdf   622 2025-09 Car Vauxhall Zafira Brown Driving without Due Care and Attention None Bickenhill Lane Bickenhill Lane Birmingham Birmingham Education N/A      
24434 op-snap---monthly-publication-september-2025.pdf   653 2025-09 Car Vauxhall Grandland X White Contravening a Red Traffic Light None Bromford Lane Bromford Lane Birmingham Birmingham Education N/A   52.5083238 -1.8332287
24443 op-snap---monthly-publication-september-2025.pdf   662 2025-09 Pedal Bike Vauxhall Astra Silver Driving without Due Care and Attention None George Road George Road Birmingham Birmingham Education N/A   52.5155831 -1.8598862
24457 op-snap---monthly-publication-september-2025.pdf   676 2025-09 Pedal Bike Vauxhall Astra Red Driving without Due Care and Attention None Holly Lane, Marston Green Holly Lane, Marston Green Birmingham Birmingham Education N/A      
24712 op-snap---monthly-publication-september-2025.pdf   931 2025-09 Pedestrian Vauxhall Caddy White Driving without Due Care and Attention None Norwood Road Norwood Road Dudley Dudley Education N/A   52.4831397 -2.1309273
24757 op-snap---monthly-publication-september-2025.pdf   976 2025-09 Pedestrian Vauxhall Astra Grey Contravening a Red Traffic Light None Cannock Road Cannock Road Wolverhampton Wolverhampton Education 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);