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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, second_offence, council_area_raw, nfa_rationale

offence 4

  • Driving without Due Care and Attention 6
  • Cause unnecessary obstruction by motor vehicle 3
  • Contravene Lane Closure Red X 1
  • Misc - Non Traffic Offences 1

council_area 4

  • Out of Force Area 5
  • Birmingham 3
  • Sandwell 2
  • Coventry 1

reporter_transport_mode 3

  • Car 9
  • Pedal Bike 1
  • Pedestrian 1

disposal 3

  • NFA 6
  • Warning Letter 4
  • Education 1

vehicle_make 1

  • Mazda · 11 ✖

month 1

  • 2025-09 · 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
24196 op-snap---monthly-publication-september-2025.pdf   415 2025-09 Car Mazda A-Class Silver Driving without Due Care and Attention No Insurance Brighton Brighton Out of Force Area Out of Force Area NFA Out of Force   52.4543156 -1.8840717
24475 op-snap---monthly-publication-september-2025.pdf   694 2025-09 Pedal Bike Mazda 3 Red Driving without Due Care and Attention None The Firs The Firs Coventry Coventry Education N/A   52.3965706 -1.523038
24477 op-snap---monthly-publication-september-2025.pdf   696 2025-09 Car Mazda 2 Black Driving without Due Care and Attention None Talavera Way Talavera Way Out of Force Area Out of Force Area NFA Out of Force      
24621 op-snap---monthly-publication-september-2025.pdf   840 2025-09 Car Mazda 3.. Silver Misc - Non Traffic Offences None Newton Road Newton Road Sandwell Sandwell Warning Letter N/A   52.5428224 -1.9569444
24684 op-snap---monthly-publication-september-2025.pdf   903 2025-09 Car Mazda model 2 Blue Driving without Due Care and Attention VRM fails to conform to Regulations A5 near Shrewsbury A5 near Shrewsbury Out of Force Area Out of Force Area NFA Out of Force      
24897 op-snap---monthly-publication-september-2025.pdf   1116 2025-09 Car Mazda 6 Black Driving without Due Care and Attention None Easingwood Golf Course, A14, York Easingwood Golf Course, A14, York Out of Force Area Out of Force Area NFA Out of Force      
24898 op-snap---monthly-publication-september-2025.pdf   1117 2025-09 Car Mazda 6 Black Driving without Due Care and Attention None A19 Thirsk Thirsk Out of Force Area Out of Force Area NFA Out of Force      
25180 op-snap---monthly-publication-september-2025.pdf   1399 2025-09 Car Mazda 3 Blue Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area Bordesley Green Bordesley Green Birmingham Birmingham Warning Letter N/A   52.4758869 -1.8512072
25268 op-snap---monthly-publication-september-2025.pdf   1487 2025-09 Car Mazda 3 Blue Contravene Lane Closure Red X None M6 Southbound M6 Southbound Birmingham Birmingham Warning Letter N/A      
25334 op-snap---monthly-publication-september-2025.pdf   1553 2025-09 Car Mazda ts Silver Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area lozells road Lozells Road Birmingham Birmingham Warning Letter N/A   52.502683 -1.9033516
25611 op-snap---monthly-publication-september-2025.pdf   1830 2025-09 Pedestrian Mazda 3 Black Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area Abbey road Abbey road Sandwell Sandwell NFA Misc Inc Crimes   52.47753 -1.9774758

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