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 month = "2025-11", offence = "Cause vehicle to be left in a dangerous position" and vehicle_make = "Nissan" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, offence_location_raw, offence_location, council_area_raw, nfa_rationale, latitude, longitude

disposal 3

  • Warning Letter 9
  • Court 1
  • NFA 1

council_area 3

  • Birmingham 5
  • Dudley 5
  • Sutton Coldfield 1

reporter_transport_mode 2

  • Pedestrian 7
  • Car 4

vehicle_make 1

  • Nissan · 11 ✖

offence 1

  • Cause vehicle to be left in a dangerous position · 11 ✖

month 1

  • 2025-11 · 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
21194 op-snap---monthly-publication-november-2025.pdf   736 2025-11 Car Nissan Qashqai White Cause vehicle to be left in a dangerous position None Soho Road Soho Road Birmingham Birmingham Warning Letter N/A   52.502568 -1.9305447
21248 op-snap---monthly-publication-november-2025.pdf   790 2025-11 Pedestrian Nissan Juke Silver Cause vehicle to be left in a dangerous position None Birmingham road Birmingham road Birmingham Birmingham Warning Letter N/A   52.5505398 -1.8252993
21344 op-snap---monthly-publication-november-2025.pdf   886 2025-11 Pedestrian Nissan qashqai Blue Cause vehicle to be left in a dangerous position None regend road Regend Road Dudley Dudley Warning Letter N/A      
21373 op-snap---monthly-publication-november-2025.pdf   915 2025-11 Pedestrian Nissan xtrail Grey Cause vehicle to be left in a dangerous position None barclay road Barclay Road Dudley Dudley Warning Letter N/A      
21531 op-snap---monthly-publication-november-2025.pdf   1073 2025-11 Car Nissan juke Grey Cause vehicle to be left in a dangerous position None witton road Witton Road Birmingham Birmingham Warning Letter N/A   52.513336 -1.8833226
21654 op-snap---monthly-publication-november-2025.pdf   1196 2025-11 Car Nissan qashqai Red Cause vehicle to be left in a dangerous position None hurstcroft road Hurstcroft Road Birmingham Birmingham Warning Letter N/A   52.4830179 -1.783876
21748 op-snap---monthly-publication-november-2025.pdf   1290 2025-11 Pedestrian Nissan note Grey Cause vehicle to be left in a dangerous position None halesowen road Halesowen Road Dudley Dudley Warning Letter N/A   52.4624413 -2.0175178
21797 op-snap---monthly-publication-november-2025.pdf   1339 2025-11 Car Nissan qashqai Silver Cause vehicle to be left in a dangerous position None witton road Witton Road Birmingham Birmingham NFA Misc Inc Crimes   52.513336 -1.8833226
21805 op-snap---monthly-publication-november-2025.pdf   1347 2025-11 Pedestrian Nissan qashqai Grey Cause vehicle to be left in a dangerous position None wylde green road Wylde Green Road Sutton Coldfield Sutton Coldfield Warning Letter N/A   52.546976 -1.8098124
21822 op-snap---monthly-publication-november-2025.pdf   1364 2025-11 Pedestrian Nissan micra Silver Cause vehicle to be left in a dangerous position None hillcrest road Hillcrest Road Dudley Dudley Court N/A   52.512245 -2.0722984
21845 op-snap---monthly-publication-november-2025.pdf   1387 2025-11 Pedestrian Nissan micra Silver Cause vehicle to be left in a dangerous position None regent road Regent Road Dudley Dudley Warning Letter N/A   52.5106406 -2.0559963

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