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 = "NFA" and month = "2025-03" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

vehicle_make 6

  • Audi 1
  • BMW 1
  • Ford 1
  • Kia 1
  • Mercedes-Benz 1
  • Vauxhall 1

offence 6

  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 2
  • Driving without Due Care and Attention 2
  • Contravening a Red Traffic Light 1
  • Stop a vehicle within pelican pedestrian crossing limits 1
  • Use a vehicle / cycle on a road and contravene a local traffic order other than parking 1
  • Using a Mobile Phone Whilst Driving 1

reporter_transport_mode 3

  • Car 5
  • Pedestrian 2
  • Bus 1

month 1

  • 2025-03 · 8 ✖

disposal 1

  • NFA · 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
16438 op-snap---monthly-publication-march-2025.pdf   195 2025-03 Car Vauxhall UK Silver Driving without Due Care and Attention None Kenilworth Road Kenilworth Road Sutton Coldfield Sutton Coldfield NFA No VRM Yes - Via Email    
17398 op-snap---monthly-publication-march-2025.pdf   1155 2025-03 Bus Kia Picanto Red Using a Mobile Phone Whilst Driving None Chester Road Chester Road Sutton Coldfield Sutton Coldfield NFA No Independent Evidence Available Yes - Via Email 52.5359496 -1.8324115
17473 op-snap---monthly-publication-march-2025.pdf   1230 2025-03 Pedestrian BMW X4 White Contravening a Red Traffic Light None Chester Road Chester Road Sutton Coldfield Sutton Coldfield NFA No Offence Yes - Via Email 52.5359496 -1.8324115
17758 op-snap---monthly-publication-march-2025.pdf   1515 2025-03 Car Ford Transit Silver Driving without Due Care and Attention None Wylde Green Road Wylde Green Road Sutton Coldfield Sutton Coldfield NFA No Offence Yes - Via Email 52.546976 -1.8098124
17760 op-snap---monthly-publication-march-2025.pdf   1517 2025-03 Car   -   Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Chester Road Chester Road Sutton Coldfield Sutton Coldfield NFA Misc Inc Crimes Yes - Via Email 52.5359496 -1.8324115
17810 op-snap---monthly-publication-march-2025.pdf   1567 2025-03 Pedestrian Audi Q2 Black Stop a vehicle within pelican pedestrian crossing limits None Hill Village Road Hill Village Road Sutton Coldfield Sutton Coldfield NFA No VRM Yes - Via Email 52.5959906 -1.8345802
18575 op-snap---monthly-publication-march-2025.pdf   2332 2025-03 Car Mercedes-Benz Sprinter White Use a vehicle / cycle on a road and contravene a local traffic order other than parking None Lower Queen Street Lower Queen Street Sutton Coldfield Sutton Coldfield NFA No VRM Yes - Via Email 52.5603978 -1.8227403
18596 op-snap---monthly-publication-march-2025.pdf   2353 2025-03 Car   HGV White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Victoria Road Victoria Road Sutton Coldfield Sutton Coldfield NFA No Offence Yes - Via Email 52.5615573 -1.820549

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