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", month = "2025-03" and vehicle_make = "Nissan" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, second_offence, offence_location_raw, offence_location, council_area_raw, nfa_rationale, latitude, longitude

offence 7

  • Contravening a Red Traffic Light 3
  • Driving without Reasonable Consideration 3
  • Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD 2
  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 1
  • Driving without Due Care and Attention 1
  • Misc - Non Traffic Offences 1
  • Vehicle overtake within crossing limits 1

reporter_transport_mode 3

  • Car 9
  • Pedestrian 2
  • Other 1

council_area 3

  • Out of Force Area 6
  • Birmingham 3
  • Dudley 3

vehicle_make 1

  • Nissan · 12 ✖

month 1

  • 2025-03 · 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
16367 op-snap---monthly-publication-march-2025.pdf   124 2025-03 Car Nissan Micra Grey Contravening a Red Traffic Light None Stourton on Staffs Police Stourton on Staffs Police Out of Force Area Out of Force Area NFA Out of Force Yes - Via Email    
16508 op-snap---monthly-publication-march-2025.pdf   265 2025-03 Car Nissan Micra Black Vehicle overtake within crossing limits None Watton Lane, Waterorton Watton Lane, Waterorton Out of Force Area Out of Force Area NFA Out of Force Yes - Via Email    
16652 op-snap---monthly-publication-march-2025.pdf   409 2025-03 Other Nissan UK Blue Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Tower Street Tower Street Dudley Dudley NFA No Independent Evidence Available Yes - Via Email 52.5112053 -2.0833165
16792 op-snap---monthly-publication-march-2025.pdf   549 2025-03 Car Nissan Qashqai Grey Driving without Reasonable Consideration None Third Avenue, Pensnett Trading Estate Third Avenue, Pensnett Trading Estate Dudley Dudley NFA No Independent Evidence Available Yes - Via Email 52.5046812 -2.1550209
17180 op-snap---monthly-publication-march-2025.pdf   937 2025-03 Car Nissan Qashqai Blue Contravening a Red Traffic Light None A456 Hagley Road (West Mercia) Hagley Road (West Mercia) Out of Force Area Out of Force Area NFA Out of Force Yes - Via Email    
17332 op-snap---monthly-publication-march-2025.pdf   1089 2025-03 Pedestrian Nissan Navara Grey Misc - Non Traffic Offences None Tower Street Tower Street Dudley Dudley NFA No Independent Evidence Available Yes - Via Email 52.5112053 -2.0833165
17482 op-snap---monthly-publication-march-2025.pdf   1239 2025-03 Pedestrian Nissan Juke Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Leybrrok Road Leybrrok Road Birmingham Birmingham NFA No VRM Yes - Via Email    
17646 op-snap---monthly-publication-march-2025.pdf   1403 2025-03 Car Nissan Qashqai Grey Contravening a Red Traffic Light None Warwick New Road Warwick New Road Out of Force Area Out of Force Area NFA Out of Force Yes - Via Email    
17939 op-snap---monthly-publication-march-2025.pdf   1696 2025-03 Car Nissan Note Silver Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Albert Street Newcatsle Under Lyme Albert Street Newcatsle Under Lyme Out of Force Area Out of Force Area NFA Out of Force Yes - Via Email    
18183 op-snap---monthly-publication-march-2025.pdf   1940 2025-03 Car Nissan QASHQUI Grey Driving without Reasonable Consideration None B4380 SHREWSBURY B4380 Shrewsbury Out of Force Area Out of Force Area NFA Out of Force Yes - Via Email    
18212 op-snap---monthly-publication-march-2025.pdf   1969 2025-03 Car Nissan Juke Black Driving without Due Care and Attention No Insurance Prince Albert St Prince Albert Street Birmingham Birmingham NFA No VRM Yes - Via Email 52.4743306 -1.8566674
18497 op-snap---monthly-publication-march-2025.pdf   2254 2025-03 Car Nissan Qashqai Grey Driving without Reasonable Consideration None The ridgeway The ridgeway Birmingham Birmingham NFA No Offence Yes - Via Email 52.5252536 -1.8765786

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