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 = "Birmingham", month = "2025-08" and vehicle_make = "Suzuki" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, nfa_rationale

offence 5

  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 4
  • Drive on hard shoulder 1
  • Driving without Due Care and Attention 1
  • Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD 1
  • VRM fails to conform to Regulations 1

reporter_transport_mode 3

  • Pedestrian 5
  • Car 2
  • Lorry 1

disposal 2

  • Warning Letter 5
  • NFA 3

vehicle_make 1

  • Suzuki · 8 ✖

month 1

  • 2025-08 · 8 ✖

council_area 1

  • Birmingham · 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
2932 op-snap---monthly-publication-august-2025.pdf   907 2025-08 Car Suzuki Swift White Driving without Due Care and Attention None Lozells Road Lozells Road Birmingham Birmingham NFA No Offence   52.502683 -1.9033516
3252 op-snap---monthly-publication-august-2025.pdf   1227 2025-08 Pedestrian Suzuki swift White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Cannon Hill Road Cannon Hill Road Birmingham Birmingham Warning Letter N/A   52.4569873 -1.8971744
3267 op-snap---monthly-publication-august-2025.pdf   1242 2025-08 Car Suzuki swift Grey VRM fails to conform to Regulations None Garretts green lane Garretts green lane Birmingham Birmingham Warning Letter N/A   52.4675802 -1.7905748
3279 op-snap---monthly-publication-august-2025.pdf   1254 2025-08 Pedestrian Suzuki vitara White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Tetenhall road Tetenhall road Birmingham Birmingham Warning Letter N/A      
3367 op-snap---monthly-publication-august-2025.pdf   1342 2025-08 Pedestrian Suzuki celerio White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Alcester Road Alcester Road Birmingham Birmingham NFA Misc Inc Crimes   52.4470686 -1.8880749
3456 op-snap---monthly-publication-august-2025.pdf   1431 2025-08 Lorry Suzuki swift Silver Drive on hard shoulder None M5 northbound to M6 M5 northbound to M6 Birmingham Birmingham NFA Misc Inc Crimes      
3561 op-snap---monthly-publication-august-2025.pdf   1536 2025-08 Pedestrian Suzuki Alto White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Barsnley Road Barnsley Road Birmingham Birmingham Warning Letter N/A   52.4743497 -1.965737
3699 op-snap---monthly-publication-august-2025.pdf   1674 2025-08 Pedestrian Suzuki Swift Black Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Lower Queen Street Lower Queen Street Birmingham Birmingham Warning Letter N/A   52.5603978 -1.8227403

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