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-09" and vehicle_make = "Renault" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, second_offence, nfa_rationale

offence 6

  • Cause unnecessary obstruction by motor vehicle 7
  • Driving without Due Care and Attention 3
  • / trailer outside of the Greater London area 1
  • Drive on hard shoulder 1
  • Stop a vehicle within pelican pedestrian crossing l 1
  • Using a Mobile Phone Whilst Driving 1

disposal 4

  • Warning Letter 10
  • NFA 2
  • Court 1
  • Fixed Penalty 1

reporter_transport_mode 3

  • Car 9
  • Pedestrian 4
  • Pedal Bike 1

vehicle_make 1

  • Renault · 14 ✖

month 1

  • 2025-09 · 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
23795 op-snap---monthly-publication-september-2025.pdf   14 2025-09 Car Renault Clio Blue Driving without Due Care and Attention None Stratford Road Stratford Road Birmingham Birmingham Court N/A   52.4203897 -1.8338574
23906 op-snap---monthly-publication-september-2025.pdf   125 2025-09 Pedal Bike Renault Kangoo White Using a Mobile Phone Whilst Driving None Metchley Lane Metchley Lane Birmingham Birmingham Fixed Penalty N/A   52.4552055 -1.9461279
25019 op-snap---monthly-publication-september-2025.pdf   1238 2025-09 Car Renault Clio Black Driving without Due Care and Attention None M6 southbound towards salford circus M6 southbound towards salford circus Birmingham Birmingham Warning Letter N/A      
25102 op-snap---monthly-publication-september-2025.pdf   1321 2025-09 Car Renault Traffic Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area Hazlewell Road Hazlewell Road Birmingham Birmingham Warning Letter N/A      
25116 op-snap---monthly-publication-september-2025.pdf   1335 2025-09 Car Renault clio Black Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area selly oak road Selly Oak Road Birmingham Birmingham Warning Letter N/A   52.4263875 -1.9397954
25132 op-snap---monthly-publication-september-2025.pdf   1351 2025-09 Pedestrian Renault Clio Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area Wyrely road Wyrely road Birmingham Birmingham Warning Letter N/A      
25148 op-snap---monthly-publication-september-2025.pdf   1367 2025-09 Pedestrian Renault megane Gold Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area ashdale drive Ashdale Drive Birmingham Birmingham Warning Letter N/A   52.4027335 -1.876125
25177 op-snap---monthly-publication-september-2025.pdf   1396 2025-09 Pedestrian Renault Trafic Grey Driving without Due Care and Attention None CLay Lane CLay Lane Birmingham Birmingham Warning Letter N/A   52.4509038 -1.8083784
25247 op-snap---monthly-publication-september-2025.pdf   1466 2025-09 Car Renault Megane Red Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area Sutton Coldfield Ring Road Sutton Coldfield Ring Road Birmingham Birmingham Warning Letter N/A      
25394 op-snap---monthly-publication-september-2025.pdf   1613 2025-09 Car Renault kafjar Black Stop a vehicle within pelican pedestrian crossing l imits None yardley wood road Yardley Wood Road Birmingham Birmingham NFA Misc Inc Crimes   52.4103191 -1.8670224
25455 op-snap---monthly-publication-september-2025.pdf   1674 2025-09 Car Renault clio Black Drive on hard shoulder None M^ Southbound M^ Southbound Birmingham Birmingham NFA Misc Inc Crimes      
25489 op-snap---monthly-publication-september-2025.pdf   1708 2025-09 Car Renault master White Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area washwood heath road Washwood Heath Road Birmingham Birmingham Warning Letter N/A   52.4929304 -1.8229092
25514 op-snap---monthly-publication-september-2025.pdf   1733 2025-09 Pedestrian Renault Kadjar Red / trailer outside of the Greater London area None Cambridge Road Cambridge Road Birmingham Birmingham Warning Letter N/A   52.4368662 -1.8846451
25592 op-snap---monthly-publication-september-2025.pdf   1811 2025-09 Car Renault Megane Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area Witton Road Witton Road Birmingham Birmingham Warning Letter N/A   52.513336 -1.8833226

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