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 = "2026-01", offence = "Cause vehicle to be left in a dangerous position" and vehicle_make = "Toyota" 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 5

  • Education 8
  • NFA 3
  • Duplicate Submission 1
  • Fixed Penalty 1
  • Warning Letter 1

reporter_transport_mode 3

  • Pedestrian 11
  • Car 2
  • Other 1

council_area 3

  • Birmingham 11
  • Sandwell 2
  • Wolverhampton 1

vehicle_make 1

  • Toyota · 14 ✖

offence 1

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

month 1

  • 2026-01 · 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
10664 op-snap---monthly-publication-january-2026.pdf   125 2026-01 Car Toyota yaris 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
10718 op-snap---monthly-publication-january-2026.pdf   179 2026-01 Pedestrian Toyota Prius Silver Cause vehicle to be left in a dangerous position None Regent Road Regent Road Sandwell Sandwell Education N/A   52.5106406 -2.0559963
10749 op-snap---monthly-publication-january-2026.pdf   210 2026-01 Pedestrian Toyota Prius Silver Cause vehicle to be left in a dangerous position None Queslett Road East Queslett Road East Birmingham Birmingham Education N/A   52.5632702 -1.8893754
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
11130 op-snap---monthly-publication-january-2026.pdf   591 2026-01 Pedestrian Toyota Prius White Cause vehicle to be left in a dangerous position None Moor Green Lane Moor Green Lane Birmingham Birmingham Education N/A   52.4374665 -1.9119895
11240 op-snap---monthly-publication-january-2026.pdf   701 2026-01 Car Toyota Yaris Silver Cause vehicle to be left in a dangerous position None Ellesmere Road Ellesmere Road Birmingham Birmingham Education N/A   52.4881533 -1.8553625
11375 op-snap---monthly-publication-january-2026.pdf   836 2026-01 Pedestrian Toyota   White Cause vehicle to be left in a dangerous position None Stephenson Road Stephenson Road Birmingham Birmingham Education N/A      
11480 op-snap---monthly-publication-january-2026.pdf   941 2026-01 Pedestrian Toyota Yaris Silver Cause vehicle to be left in a dangerous position None Ellesmere Road Ellesmere Road Birmingham Birmingham Duplicate Submission Duplicate Submission   52.4881533 -1.8553625
11488 op-snap---monthly-publication-january-2026.pdf   949 2026-01 Pedestrian Toyota Aygo Blue Cause vehicle to be left in a dangerous position None Knowle Road Knowle Road Birmingham Birmingham Education N/A   52.44557 -1.8570546
11499 op-snap---monthly-publication-january-2026.pdf   960 2026-01 Pedestrian Toyota   Silver Cause vehicle to be left in a dangerous position None Robin Hood Lane Robin Hood Lane Birmingham Birmingham Education N/A   52.4221526 -1.8425617
11670 op-snap---monthly-publication-january-2026.pdf   1131 2026-01 Pedestrian Toyota Auris Grey Cause vehicle to be left in a dangerous position None Goldsmith Road Goldsmith Road Birmingham Birmingham Fixed Penalty N/A   52.4324714 -1.8884824
11770 op-snap---monthly-publication-january-2026.pdf   1231 2026-01 Pedestrian Toyota Prius Black Cause vehicle to be left in a dangerous position None Gough Road Coseley Gough Road Coseley Wolverhampton Wolverhampton Education N/A      

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