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 month = "2025-08", reporter_transport_mode = "Pedestrian" and vehicle_make = "Nissan" 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, council_area_raw, nfa_rationale, latitude, longitude

offence 5

  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 10
  • Cause vehicle to be left in a dangerous position 1
  • Contravening a Red Traffic Light 1
  • Dangerous Driving 1
  • Driving without Due Care and Attention 1

disposal 3

  • Warning Letter 12
  • Education 1
  • NFA 1

council_area 3

  • Birmingham 9
  • Wolverhampton 4
  • Sandwell 1

vehicle_make 1

  • Nissan · 14 ✖

reporter_transport_mode 1

  • Pedestrian · 14 ✖

month 1

  • 2025-08 · 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
2466 op-snap---monthly-publication-august-2025.pdf   441 2025-08 Pedestrian Nissan Juke Grey Contravening a Red Traffic Light None Birchley Island Oldbury Birchley Island Oldbury Sandwell Sandwell Education N/A   52.4926604 -2.0216743
3295 op-snap---monthly-publication-august-2025.pdf   1270 2025-08 Pedestrian Nissan Micra Grey Cause vehicle to be left in a dangerous position None Tetenhall High Street Tettenhall High Street Wolverhampton Wolverhampton Warning Letter N/A   52.598292 -2.1677123
3392 op-snap---monthly-publication-august-2025.pdf   1367 2025-08 Pedestrian Nissan qashqai White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Friary Road Friary Road Birmingham Birmingham Warning Letter N/A   52.5162814 -1.9395798
3420 op-snap---monthly-publication-august-2025.pdf   1395 2025-08 Pedestrian Nissan qashqai Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None The Droveway The Droveway Wolverhampton Wolverhampton Warning Letter N/A   52.6213604 -2.1617671
3435 op-snap---monthly-publication-august-2025.pdf   1410 2025-08 Pedestrian Nissan Leaf Blue Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Kingstanding Rd Kingstanding Road Birmingham Birmingham Warning Letter N/A   52.5521118 -1.8845138
3491 op-snap---monthly-publication-august-2025.pdf   1466 2025-08 Pedestrian Nissan note Silver Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Paiginton Road Paiginton Road Birmingham Birmingham NFA Misc Inc Crimes      
3521 op-snap---monthly-publication-august-2025.pdf   1496 2025-08 Pedestrian Nissan Juke Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Tettenhall High Street Tettenhall High Street Wolverhampton Wolverhampton Warning Letter N/A   52.598292 -2.1677123
3550 op-snap---monthly-publication-august-2025.pdf   1525 2025-08 Pedestrian Nissan xtrail Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None beechmount drive Beechmount Drive Birmingham Birmingham Warning Letter N/A   52.5318064 -1.8324021
3580 op-snap---monthly-publication-august-2025.pdf   1555 2025-08 Pedestrian Nissan qashqai Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area none Tentenahll high street Tentenahll high street Wolverhampton Wolverhampton Warning Letter N/A      
3607 op-snap---monthly-publication-august-2025.pdf   1582 2025-08 Pedestrian Nissan PIxo Silver Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Lozells St Lozells Street Birmingham Birmingham Warning Letter N/A   52.5007454 -1.9067107
3609 op-snap---monthly-publication-august-2025.pdf   1584 2025-08 Pedestrian Nissan X-trail Black Dangerous Driving None Hockley Heath Hockley Heath Birmingham Birmingham Warning Letter N/A   52.4921873 -1.9258317
3676 op-snap---monthly-publication-august-2025.pdf   1651 2025-08 Pedestrian Nissan   Red Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Barnsley Road Barnsley Road Birmingham Birmingham Warning Letter N/A   52.4743497 -1.965737
3682 op-snap---monthly-publication-august-2025.pdf   1657 2025-08 Pedestrian Nissan Qashqai Red Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Barnsley Road Barnsley Road Birmingham Birmingham Warning Letter N/A   52.4743497 -1.965737
3838 op-snap---monthly-publication-august-2025.pdf   1813 2025-08 Pedestrian Nissan Qashqai Silver Driving without Due Care and Attention None Poplar Road Poplar Road Birmingham Birmingham Warning Letter N/A   52.436035 -1.891685

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