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

9 rows where council_area = "Birmingham", disposal = "NFA" and vehicle_make = "Yamaha" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source_file, vehicle_colour, nfa_rationale

offence 7

  • Driving without Due Care and Attention 3
  • Contravening a Red Traffic Light 1
  • Driving a vehicle wholly or partly on a footpath 1
  • Driving without Reasonable Consideration 1
  • Misc - Non Traffic Offences 1
  • Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD 1
  • Use a vehicle / cycle on a road and contravene a local traffic order other than parking 1

month 6

  • 2025-05 3
  • 2025-07 2
  • 2025-01 1
  • 2025-06 1
  • 2025-08 1
  • 2025-11 1

reporter_transport_mode 3

  • Car 6
  • Pedestrian 2
  • Other 1

vehicle_make 1

  • Yamaha · 9 ✖

disposal 1

  • NFA · 9 ✖

council_area 1

  • Birmingham · 9 ✖
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
21315 op-snap---monthly-publication-november-2025.pdf   857 2025-11 Other Yamaha GPD 125 Red Driving without Due Care and Attention None No Offence Location given No Offence Location given Birmingham Birmingham NFA No Independent Evidence Available      
2503 op-snap---monthly-publication-august-2025.pdf   478 2025-08 Car Yamaha SC125 Black Contravening a Red Traffic Light None Tessall Lane / Bristol Road, Northfild Tessall Lane / Bristol Road, Northfild Birmingham Birmingham NFA No VRM   52.4045186 -1.9891793
12986 op-snap---monthly-publication-july-2025.pdf   1038 2025-07 Car Yamaha   Blue Driving without Reasonable Consideration None Chester Road North , Birmingham Chester Road North , Birmingham Birmingham Birmingham NFA Outside of 14 Days NIP   52.5666061 -1.879083
13236 op-snap---monthly-publication-july-2025.pdf   1288 2025-07 Car Yamaha XP500 Grey Driving a vehicle wholly or partly on a footpath None Chester Road Chester Road Birmingham Birmingham NFA No Independent Evidence Available   52.5359496 -1.8324115
15001 op-snap---monthly-publication-june-2025.pdf   930 2025-06 Car Yamaha MT09 Purple Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Bells Lane Bells Lane Birmingham Birmingham NFA Outside of 14 Days NIP   52.4053419 -1.8944602
19347 op-snap---monthly-publication-may-2025.pdf   709 2025-05 Car Yamaha Taxi Black Use a vehicle / cycle on a road and contravene a local traffic order other than parking None Park Street Park Street Birmingham Birmingham NFA No Offence   52.4814275 -1.8888778
19672 op-snap---monthly-publication-may-2025.pdf   1034 2025-05 Car Yamaha MT-09 Blue Driving without Due Care and Attention None BRISTOL ROAD SOUTH Bristol Road South Birmingham Birmingham NFA No Independent Evidence Available   52.4119174 -1.9735247
20087 op-snap---monthly-publication-may-2025.pdf   1449 2025-05 Pedestrian Yamaha quad bike Black Driving without Due Care and Attention None Holders woods Holders woods Birmingham Birmingham NFA Outside of 14 Days NIP   52.4414939 -1.9088602
9081 op-snap---monthly-publication-january-2025.pdf   189 2025-01 Pedestrian Yamaha UK Purple Misc - Non Traffic Offences None Navigation Drive Navigation Drive Birmingham Birmingham NFA No Offence Yes - Via Email 52.4119299 -1.8981368

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