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

8 rows where council_area = "Sutton Coldfield", disposal = "Education" and vehicle_make = "Mercedes-Benz" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

month 7

  • 2025-03 2
  • 2025-01 1
  • 2025-02 1
  • 2025-05 1
  • 2025-07 1
  • 2026-01 1
  • 2026-02 1

offence 5

  • Driving without Due Care and Attention 2
  • Stop a vehicle on pedestrian crossing 2
  • Stop a vehicle within pelican pedestrian crossing limits 2
  • Contravening a Red Traffic Light 1
  • Driving without Reasonable Consideration 1

reporter_transport_mode 3

  • Car 3
  • Pedal Bike 3
  • Pedestrian 2

vehicle_make 1

  • Mercedes-Benz · 8 ✖

disposal 1

  • Education · 8 ✖

council_area 1

  • Sutton Coldfield · 8 ✖
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
8149 op-snap---monthly-publication-february-2026.pdf   896 2026-02 Car Mercedes-Benz Sprinter Red Stop a vehicle on pedestrian crossing None Boldmere Road Boldmere Road Sutton Coldfield Sutton Coldfield Education N/A   52.548309 -1.8411769
11542 op-snap---monthly-publication-january-2026.pdf   1003 2026-01 Car Mercedes-Benz A250 Grey Driving without Due Care and Attention None Blackberry Lane Blackberry Lane Sutton Coldfield Sutton Coldfield Education N/A   52.5962461 -1.8492935
12438 op-snap---monthly-publication-july-2025.pdf   490 2025-07 Car Mercedes-Benz GLA 200 Grey Contravening a Red Traffic Light None Riland Road Riland Road Sutton Coldfield Sutton Coldfield Education N/A   52.5634102 -1.8161524
19879 op-snap---monthly-publication-may-2025.pdf   1241 2025-05 Pedal Bike Mercedes-Benz C220 Black Stop a vehicle on pedestrian crossing None Hill Village Road Hill Village Road Sutton Coldfield Sutton Coldfield Education N/A   52.5959906 -1.8345802
17812 op-snap---monthly-publication-march-2025.pdf   1569 2025-03 Pedestrian Mercedes-Benz C class White Stop a vehicle within pelican pedestrian crossing limits None Hill Village Road Hill Village Road Sutton Coldfield Sutton Coldfield Education N/A Yes - Via Email 52.5959906 -1.8345802
17814 op-snap---monthly-publication-march-2025.pdf   1571 2025-03 Pedestrian Mercedes-Benz A-class Blue Stop a vehicle within pelican pedestrian crossing limits None Hill Village Road Hill Village Road Sutton Coldfield Sutton Coldfield Education N/A Yes - Via Email 52.5959906 -1.8345802
6122 op-snap---monthly-publication-february-2025.pdf   939 2025-02 Pedal Bike Mercedes-Benz GLC 220 White Driving without Reasonable Consideration None Lichfield Road Lichfield Road Sutton Coldfield Sutton Coldfield Education N/A Yes - Via Email 52.5872149 -1.8300386
9197 op-snap---monthly-publication-january-2025.pdf   305 2025-01 Pedal Bike Mercedes-Benz GLA 220 Blue Driving without Due Care and Attention None A452 Chester Road, Streetly Chester Road, Streetly Sutton Coldfield Sutton Coldfield Education N/A Yes - Via Email    

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