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

11 rows where 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, council_area_raw, nfa_rationale

offence 6

  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 4
  • Driving without Due Care and Attention 3
  • Drive on hard shoulder 1
  • Driving without Reasonable Consideration 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 4

  • Pedestrian 6
  • Car 3
  • Lorry 1
  • Pedal Bike 1

council_area 3

  • Birmingham 8
  • Out of Force Area 2
  • Wolverhampton 1

disposal 2

  • NFA 6
  • Warning Letter 5

vehicle_make 1

  • Suzuki · 11 ✖

month 1

  • 2025-08 · 11 ✖
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
2576 op-snap---monthly-publication-august-2025.pdf   551 2025-08 Pedal Bike Suzuki   Yellow Driving without Reasonable Consideration None Llley Lane Llley Lane Out of Force Are Out of Force Area NFA Out of Force      
2778 op-snap---monthly-publication-august-2025.pdf   753 2025-08 Pedestrian Suzuki   Blue Driving without Due Care and Attention None Bushbury Avenue Bushbury Avenue Wolverhampton Wolverhampton NFA No Offence   52.6081028 -2.1237815
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
3152 op-snap---monthly-publication-august-2025.pdf   1127 2025-08 Car Suzuki SV650 Black Driving without Due Care and Attention None Rochford, West Mercia Rochford, West Mercia Out of Force Are Out of Force Area NFA Out of Force      
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);