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

12 rows where disposal = "NFA", offence = "Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area" and vehicle_make = "Honda" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

month 7

  • 2025-04 4
  • 2025-05 2
  • 2025-06 2
  • 2025-03 1
  • 2025-07 1
  • 2025-08 1
  • 2025-12 1

council_area 4

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

reporter_transport_mode 3

  • Pedestrian 6
  • Car 5
  • Pedal Bike 1

vehicle_make 1

  • Honda · 12 ✖

offence 1

  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area · 12 ✖

disposal 1

  • NFA · 12 ✖
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
4489 op-snap---monthly-publication-december-2025.pdf   617 2025-12 Pedestrian Honda   Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None dudley road Dudley Road Birmingham Birmingham NFA Misc Inc Crimes   52.4865107 -1.9386263
3584 op-snap---monthly-publication-august-2025.pdf   1559 2025-08 Pedestrian Honda Accord Silver Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area No Insurance Barnsley Road Barnsley Road Birmingham Birmingham NFA Misc Inc Crimes   52.4743497 -1.965737
13890 op-snap---monthly-publication-july-2025.pdf   1942 2025-07 Car Honda CB125 Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Aldersley Road Aldersley Road Wolverhampton Wolverhampton NFA Misc Inc Crimes   52.6058472 -2.1521123
14662 op-snap---monthly-publication-june-2025.pdf   591 2025-06 Pedestrian Honda CRV Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Howard Rd Howard Road Birmingham Birmingham NFA No Offence   52.5154198 -1.9135452
15849 op-snap---monthly-publication-june-2025.pdf   1778 2025-06 Pedestrian Honda CR-V Silver Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Coventry Road Coventry Road Birmingham Birmingham NFA No Offence   52.4726661 -1.8769032
18826 op-snap---monthly-publication-may-2025.pdf   188 2025-05 Car Honda Civic Red Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Stratford Road Stratford Road Birmingham Birmingham NFA Outside of 14 DAYS Late Submission   52.4203897 -1.8338574
19808 op-snap---monthly-publication-may-2025.pdf   1170 2025-05 Pedal Bike Honda Accord Silver Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Far Gosford Street Far Gosford Street Coventry Coventry NFA Not in Public Interest   52.4071231 -1.4985178
535 op-snap---monthly-publication-april-2025.pdf   534 2025-04 Pedestrian Honda JAZZ Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None no location given No Location Given Birmingham Birmingham NFA No Independent Evidence Available      
1759 op-snap---monthly-publication-april-2025.pdf   1758 2025-04 Car Honda Jazz Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Whitemore Road , Small Heath Whitemore Road , Small Heath Birmingham Birmingham NFA Outside of 14 Days NIP      
1800 op-snap---monthly-publication-april-2025.pdf   1799 2025-04 Car Honda NP Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Hamsworth Hamsworth Out of Force Area Out of Force Area NFA Outside of 14 Days NIP      
1992 op-snap---monthly-publication-april-2025.pdf   1991 2025-04 Car Honda NP Blue Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Springfield Road , Birmingham Springfield Road , Birmingham Birmingham Birmingham NFA Outside of 14 Days NIP   52.4348104 -1.887573
17427 op-snap---monthly-publication-march-2025.pdf   1184 2025-03 Pedestrian Honda Jazz Silver Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Hilton Road Hilton Road Wolverhampton Wolverhampton NFA No Independent Evidence Available Yes - Via Email 52.5609419 -2.1099418

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