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

14 rows where council_area = "Birmingham", month = "2025-11" and vehicle_make = "Renault" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

offence 7

  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 5
  • Cause vehicle to be left in a dangerous position 3
  • Using a Mobile Phone Whilst Driving 2
  • Contravening a Red Traffic Light 1
  • Driving without Due Care and Attention 1
  • Driving without Reasonable Consideration 1
  • Misc - Non Traffic Offences 1

disposal 4

  • Warning Letter 7
  • Fixed Penalty 3
  • NFA 3
  • Education 1

reporter_transport_mode 3

  • Pedestrian 8
  • Car 3
  • Pedal Bike 3

vehicle_make 1

  • Renault · 14 ✖

month 1

  • 2025-11 · 14 ✖

council_area 1

  • Birmingham · 14 ✖
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
20618 op-snap---monthly-publication-november-2025.pdf   160 2025-11 Pedestrian Renault Megane Grey Using a Mobile Phone Whilst Driving None Chester Road Chester Road Birmingham Birmingham Fixed Penalty N/A   52.5359496 -1.8324115
20685 op-snap---monthly-publication-november-2025.pdf   227 2025-11 Pedal Bike Renault Clio Red Using a Mobile Phone Whilst Driving None Aston Webb Boulevard Aston Webb Boulevard Birmingham Birmingham Fixed Penalty N/A   52.4468506 -1.9395619
20695 op-snap---monthly-publication-november-2025.pdf   237 2025-11 Car Renault Clio Silver Driving without Reasonable Consideration None Bromford Lane Bromford Lane Birmingham Birmingham Education N/A   52.5083238 -1.8332287
20798 op-snap---monthly-publication-november-2025.pdf   340 2025-11 Car Renault Kangoo White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Anne Road Anne Road Birmingham Birmingham Warning Letter N/A   52.5550797 -1.7950237
20810 op-snap---monthly-publication-november-2025.pdf   352 2025-11 Car Renault Scenic Blue Contravening a Red Traffic Light None Oxhill Road Oxhill Road Birmingham Birmingham NFA No Independent Evidence Available   52.513857 -1.9367367
21064 op-snap---monthly-publication-november-2025.pdf   606 2025-11 Pedal Bike Renault Trafic White Driving without Due Care and Attention None Tennal Lane Tennal Lane Birmingham Birmingham Fixed Penalty N/A   52.4577809 -1.9796585
21136 op-snap---monthly-publication-november-2025.pdf   678 2025-11 Pedestrian Renault Clio Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Kingstanding Road Kingstanding Road Birmingham Birmingham NFA Misc Inc Crimes   52.5521118 -1.8845138
21211 op-snap---monthly-publication-november-2025.pdf   753 2025-11 Pedestrian Renault Master White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Wentworth Road Wentworth Road Birmingham Birmingham Warning Letter N/A   52.5773229 -1.8324449
21214 op-snap---monthly-publication-november-2025.pdf   756 2025-11 Pedal Bike Renault Captur White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Camp Lane Camp Lane Birmingham Birmingham Warning Letter N/A   52.5144871 -1.9539012
21284 op-snap---monthly-publication-november-2025.pdf   826 2025-11 Pedestrian Renault master White Cause vehicle to be left in a dangerous position None wentworth road Wentworth Road Birmingham Birmingham Warning Letter N/A   52.5773229 -1.8324449
21358 op-snap---monthly-publication-november-2025.pdf   900 2025-11 Pedestrian Renault megane blue Cause vehicle to be left in a dangerous position None the oval The Oval Birmingham Birmingham Warning Letter N/A   52.4577754 -1.8692099
21536 op-snap---monthly-publication-november-2025.pdf   1078 2025-11 Pedestrian Renault traffic White Cause vehicle to be left in a dangerous position None startford road Stratford Road Birmingham Birmingham Warning Letter N/A   52.4203897 -1.8338574
21730 op-snap---monthly-publication-november-2025.pdf   1272 2025-11 Pedestrian Renault clio Blue Misc - Non Traffic Offences None fenton road Fenton Road Birmingham Birmingham NFA Misc Inc Crimes   52.4552786 -1.824914
21941 op-snap---monthly-publication-november-2025.pdf   1483 2025-11 Pedestrian Renault megane Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None castle bromwhich Castle Bromwhich Birmingham Birmingham Warning Letter N/A      

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