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'}

12 rows where council_area = "Sutton Coldfield", disposal = "Warning Letter" and month = "2026-01" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_colour, offence_location_raw, offence_location, latitude, longitude

vehicle_make 7

  • Audi 2
  • Hyundai 2
  • Tesla 2
  • Toyota 2
  • BMW 1
  • Seat 1
  • Volkswagen 1

offence 6

  • Driving without Due Care and Attention 4
  • Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment 3
  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 2
  • Driver not in position to have Proper Control 1
  • Driving a vehicle wholly or partly on a footpath 1
  • Stop a vehicle within pelican pedestrian crossing limits 1

reporter_transport_mode 2

  • Pedestrian 7
  • Car 5

month 1

  • 2026-01 · 12 ✖

disposal 1

  • Warning Letter · 12 ✖

council_area 1

  • Sutton Coldfield · 12 ✖
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
10887 op-snap---monthly-publication-january-2026.pdf   348 2026-01 Car Hyundai Tucson White Driving without Due Care and Attention None Chester Road Chester Road Sutton Coldfield Sutton Coldfield Warning Letter N/A   52.5359496 -1.8324115
11174 op-snap---monthly-publication-january-2026.pdf   635 2026-01 Pedestrian Toyota Prius Grey Driving a vehicle wholly or partly on a footpath None Lichfield Road Mere Green Lichfield Road Mere Green Sutton Coldfield Sutton Coldfield Warning Letter N/A   52.5872149 -1.8300386
11186 op-snap---monthly-publication-january-2026.pdf   647 2026-01 Pedestrian Tesla Model Y Grey Stop a vehicle within pelican pedestrian crossing limits None Birmingham Road Birmingham Road Sutton Coldfield Sutton Coldfield Warning Letter N/A   52.5361464 -1.8270283
11218 op-snap---monthly-publication-january-2026.pdf   679 2026-01 Car Toyota Yaris Green Driver not in position to have Proper Control None Walmley Road Walmley Road Sutton Coldfield Sutton Coldfield Warning Letter N/A   52.5405351 -1.8002219
11221 op-snap---monthly-publication-january-2026.pdf   682 2026-01 Car Volkswagen Golf Black Driving without Due Care and Attention None Chester Road Chester Road Sutton Coldfield Sutton Coldfield Warning Letter N/A   52.5359496 -1.8324115
11433 op-snap---monthly-publication-january-2026.pdf   894 2026-01 Pedestrian   Aston Martin Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Rockingham Gardens Rockingham Gardens Sutton Coldfield Sutton Coldfield Warning Letter N/A   52.5690681 -1.8271174
11541 op-snap---monthly-publication-january-2026.pdf   1002 2026-01 Car BMW 5 Series Blue Driving without Due Care and Attention None M6 J3A M6 J3A Sutton Coldfield Sutton Coldfield Warning Letter N/A   52.6912652 -2.1043715
11579 op-snap---monthly-publication-january-2026.pdf   1040 2026-01 Pedestrian Hyundai Ioniq Silver Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Berwood Road Berwood Road Sutton Coldfield Sutton Coldfield Warning Letter N/A   52.5342947 -1.8155375
11580 op-snap---monthly-publication-january-2026.pdf   1041 2026-01 Pedestrian Audi Q8 Black Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment None Berwood Road Berwood Road Sutton Coldfield Sutton Coldfield Warning Letter N/A   52.5342947 -1.8155375
11581 op-snap---monthly-publication-january-2026.pdf   1042 2026-01 Pedestrian Audi Q3 Grey Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment None Berwood Road Berwood Road Sutton Coldfield Sutton Coldfield Warning Letter N/A   52.5342947 -1.8155375
11582 op-snap---monthly-publication-january-2026.pdf   1043 2026-01 Pedestrian Tesla Model 3 White Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment None Berwood Road Berwood Road Sutton Coldfield Sutton Coldfield Warning Letter N/A   52.5342947 -1.8155375
11936 op-snap---monthly-publication-january-2026.pdf   1397 2026-01 Car Seat Ibiza Beige Driving without Due Care and Attention 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);