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 = "NFA", month = "2026-01" and offence = "Cause vehicle to be left in a dangerous position" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_colour, council_area_raw, nfa_rationale

vehicle_make 8

  • Toyota 3
  • Ford 2
  • Volkswagen 2
  • Citroen 1
  • Iveco 1
  • Land Rover 1
  • Nissan 1
  • Renault 1

council_area 4

  • Birmingham 9
  • Out of Force Area 2
  • Dudley 1
  • Sandwell 1

reporter_transport_mode 3

  • Pedestrian 10
  • Car 2
  • Other 1

offence 1

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

month 1

  • 2026-01 · 13 ✖

disposal 1

  • NFA · 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
10742 op-snap---monthly-publication-january-2026.pdf   203 2026-01 Pedestrian Volkswagen Sharan Black Cause vehicle to be left in a dangerous position None Gayfield Drive Gayfield Drive Dudley Dudley NFA No Independent Evidence Available      
10761 op-snap---monthly-publication-january-2026.pdf   222 2026-01 Pedestrian Toyota Corolla Black Cause vehicle to be left in a dangerous position None Regent Road Regent Road Sandwell Sandwell NFA No Independent Evidence Available   52.5106406 -2.0559963
10935 op-snap---monthly-publication-january-2026.pdf   396 2026-01 Other Toyota Yaris Red Cause vehicle to be left in a dangerous position None Rotton Park Road Rotton Park Road Birmingham Birmingham NFA No Independent Evidence Available   52.4851072 -1.9468115
11010 op-snap---monthly-publication-january-2026.pdf   471 2026-01 Pedestrian Toyota Auris Grey Cause vehicle to be left in a dangerous position None Heathway Shard End Heathway Shard End Birmingham Birmingham NFA No Independent Evidence Available   52.4995176 -1.801305
11158 op-snap---monthly-publication-january-2026.pdf   619 2026-01 Pedestrian Ford B-max Blue Cause vehicle to be left in a dangerous position None Nursery Road, Hockley Nursery Road, Hockley Birmingham Birmingham NFA Outside of 14 Days NIP   52.5008517 -1.9238292
11159 op-snap---monthly-publication-january-2026.pdf   620 2026-01 Pedestrian Nissan Juke Silver Cause vehicle to be left in a dangerous position None Nursery Road Nursery Road Birmingham Birmingham NFA No Independent Evidence Available   52.4979836 -1.9118163
11303 op-snap---monthly-publication-january-2026.pdf   764 2026-01 Pedestrian Iveco Daily White Cause vehicle to be left in a dangerous position None Ellesmere Road Ellesmere Road Birmingham Birmingham NFA Outside of 14 DAYS Late Submission   52.4881533 -1.8553625
11343 op-snap---monthly-publication-january-2026.pdf   804 2026-01 Pedestrian Ford Fiesta Blue Cause vehicle to be left in a dangerous position None Hobmoor Road Hobmoor Road Birmingham Birmingham NFA Misc Inc Crimes   52.4709249 -1.8295416
11407 op-snap---monthly-publication-january-2026.pdf   868 2026-01 Pedestrian Renault Megane Black Cause vehicle to be left in a dangerous position None Marlpool Lane, Kidderminster Marlpool Lane, Kidderminster Out of Force Area Out of Force Area NFA Out of Force      
11416 op-snap---monthly-publication-january-2026.pdf   877 2026-01 Car Volkswagen UK Grey Cause vehicle to be left in a dangerous position None Darwin Street Darwin Street Birmingham Birmingham NFA No VRM   52.468128 -1.8848315
11491 op-snap---monthly-publication-january-2026.pdf   952 2026-01 Car Citroen DS White Cause vehicle to be left in a dangerous position None Findern, Derbyshire Findern, Derbyshire Out of Force Area Out of Force Area NFA Out of Force      
11538 op-snap---monthly-publication-january-2026.pdf   999 2026-01 Pedestrian Land Rover Land Rover Black Cause vehicle to be left in a dangerous position None Woodbridge Road Woodbridge Road Birmingham Birmingham NFA Outside of 14 DAYS Late Submission   52.4482076 -1.8864335
11928 op-snap---monthly-publication-january-2026.pdf   1389 2026-01 Pedestrian       Cause vehicle to be left in a dangerous position None convbere street Convbere Street Birmingham Birmingham NFA Misc Inc Crimes      

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