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-06", 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

council_area 5

  • Birmingham 10
  • Coventry 1
  • Dudley 1
  • Sutton Coldfield 1
  • Wolverhampton 1

reporter_transport_mode 4

  • Car 5
  • Pedal Bike 4
  • Pedestrian 3
  • Other 2

disposal 2

  • NFA 10
  • Warning Letter 4

vehicle_make 1

  • Toyota · 14 ✖

offence 1

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

month 1

  • 2025-06 · 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
14580 op-snap---monthly-publication-june-2025.pdf   509 2025-06 Car Toyota Yaris Red Cause vehicle to be left in a dangerous position None Spring Lane Spring Lane Birmingham Birmingham NFA Outside of 14 Days NIP   52.5182019 -1.8336169
14658 op-snap---monthly-publication-june-2025.pdf   587 2025-06 Pedal Bike Toyota Auris White Cause vehicle to be left in a dangerous position None Ladypool Road Ladypool Road Birmingham Birmingham NFA Outside of 14 Days NIP   52.4520441 -1.8787544
14949 op-snap---monthly-publication-june-2025.pdf   878 2025-06 Pedestrian Toyota Prius Black Cause vehicle to be left in a dangerous position None Pitmaston Road Pitmaston Road Birmingham Birmingham NFA Outside of 14 Days NIP   52.4254701 -1.8322218
14964 op-snap---monthly-publication-june-2025.pdf   893 2025-06 Pedal Bike Toyota Corolla White Cause vehicle to be left in a dangerous position None Gayfield Avenue Gayfield Avenue Dudley Dudley NFA Outside of 14 Days NIP   52.4693896 -2.1251602
15390 op-snap---monthly-publication-june-2025.pdf   1319 2025-06 Pedestrian Toyota Prius Silver Cause vehicle to be left in a dangerous position None Eddish Road Eddish Road Birmingham Birmingham NFA Outside of 14 Days NIP   52.4833672 -1.7871439
15393 op-snap---monthly-publication-june-2025.pdf   1322 2025-06 Pedal Bike Toyota Prius Black Cause vehicle to be left in a dangerous position None College Road College Road Birmingham Birmingham NFA Outside of 14 Days NIP   52.5151832 -1.9361664
15758 op-snap---monthly-publication-june-2025.pdf   1687 2025-06 Car Toyota Corolla Grey Cause vehicle to be left in a dangerous position None Spring Lane Spring Lane Birmingham Birmingham NFA Outside of 14 Days NIP   52.5182019 -1.8336169
15835 op-snap---monthly-publication-june-2025.pdf   1764 2025-06 Car Toyota Auris Black Cause vehicle to be left in a dangerous position None Hurstcroft Road Hurstcroft Road Birmingham Birmingham NFA Outside of 14 Days NIP   52.4830179 -1.783876
15933 op-snap---monthly-publication-june-2025.pdf   1862 2025-06 Other Toyota Corolla Silver Cause vehicle to be left in a dangerous position None Eddish Road Eddish Road Birmingham Birmingham NFA Outside of 14 Days NIP   52.4833672 -1.7871439
15958 op-snap---monthly-publication-june-2025.pdf   1887 2025-06 Other Toyota Prius Silver Cause vehicle to be left in a dangerous position None Eddish Road Eddish Road Birmingham Birmingham NFA Outside of 14 Days NIP   52.4833672 -1.7871439
16100 op-snap---monthly-publication-june-2025.pdf   2029 2025-06 Pedal Bike Toyota Yaris Grey Cause vehicle to be left in a dangerous position None Stoney Stanton Road Stoney Stanton Road Coventry Coventry Warning Letter N/A   52.4221152 -1.4959475
16103 op-snap---monthly-publication-june-2025.pdf   2032 2025-06 Car Toyota Prius Black Cause vehicle to be left in a dangerous position None High Street, Tettenhall High Street, Tettenhall Wolverhampton Wolverhampton Warning Letter N/A   52.5980906 -2.168057
16164 op-snap---monthly-publication-june-2025.pdf   2093 2025-06 Car Toyota Corolla Silver Cause vehicle to be left in a dangerous position None Eddish Road Eddish Road Birmingham Birmingham Warning Letter N/A   52.4833672 -1.7871439
16241 op-snap---monthly-publication-june-2025.pdf   2170 2025-06 Pedestrian Toyota Prius Green Cause vehicle to be left in a dangerous position None Birmingham Road Birmingham Road Sutton Coldfield Sutton Coldfield Warning Letter N/A   52.5361464 -1.8270283

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