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

17 rows where month = "2025-08", offence = "Driving without Due Care and Attention" and vehicle_make = "Honda" 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

council_area 7

  • Birmingham 9
  • Out of Force Area 3
  • Dudley 1
  • Halesowen 1
  • Sandwell 1
  • Solihull 1
  • Wolverhampton 1

disposal 5

  • NFA 11
  • Court 2
  • Warning Letter 2
  • Education 1
  • Fixed Penalty 1

reporter_transport_mode 3

  • Car 13
  • Pedestrian 3
  • Pedal Bike 1

vehicle_make 1

  • Honda · 17 ✖

offence 1

  • Driving without Due Care and Attention · 17 ✖

month 1

  • 2025-08 · 17 ✖
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
2105 op-snap---monthly-publication-august-2025.pdf   80 2025-08 Car Honda Civic Blue Driving without Due Care and Attention No Insurance Billesley Lane Billesley Lane Birmingham Birmingham Fixed Penalty N/A   52.4344402 -1.8845368
2169 op-snap---monthly-publication-august-2025.pdf   144 2025-08 Car Honda CRV Black Driving without Due Care and Attention None Belgrave Middleway Belgrave Middleway Birmingham Birmingham NFA No Independent Evidence Available   52.4668753 -1.8996143
2181 op-snap---monthly-publication-august-2025.pdf   156 2025-08 Car Honda   Black Driving without Due Care and Attention None M6 M6 Birmingham Birmingham NFA Not in Public Interest      
2291 op-snap---monthly-publication-august-2025.pdf   266 2025-08 Car Honda CBR Red Driving without Due Care and Attention No Insurance Manor Lane Manor Lane Halesowen Halesowen NFA No VRM   52.4500678 -2.0276115
2366 op-snap---monthly-publication-august-2025.pdf   341 2025-08 Car Honda Jazz Yellow Driving without Due Care and Attention None Longmore Street Longmore Street Birmingham Birmingham Court N/A   52.464484 -1.8923374
2398 op-snap---monthly-publication-august-2025.pdf   373 2025-08 Car Honda FR Grey Driving without Due Care and Attention None Cole Bank Road Cole Bank Road Birmingham Birmingham NFA No Offence   52.4349375 -1.8510007
2452 op-snap---monthly-publication-august-2025.pdf   427 2025-08 Car Honda CRV Silver Driving without Due Care and Attention None Oak Road Oak Road Sandwell Sandwell NFA No Independent Evidence Available   52.5164198 -2.0032669
2480 op-snap---monthly-publication-august-2025.pdf   455 2025-08 Car Honda Civic Red Driving without Due Care and Attention None High Street, Quarry Bank High Street, Quarry Bank Dudley Dudley NFA No VRM   52.4576453 -2.1150716
2573 op-snap---monthly-publication-august-2025.pdf   548 2025-08 Car Honda Civic Silver Driving without Due Care and Attention None Springfield Road Springfield Road Birmingham Birmingham Court N/A   52.4327486 -1.8844997
2792 op-snap---monthly-publication-august-2025.pdf   767 2025-08 Car Honda Jazz Silver Driving without Due Care and Attention None M54 Shifnal M54 Shifnal Out of Force Are Out of Force Area NFA Out of Force      
2840 op-snap---monthly-publication-august-2025.pdf   815 2025-08 Car Honda JAZZ Red Driving without Due Care and Attention None B4102 B4102 Solihull Solihull Education N/A   52.4045574 -1.8056034
2995 op-snap---monthly-publication-august-2025.pdf   970 2025-08 Car Honda CBF1000 Black Driving without Due Care and Attention None Oxford Street Oxford Street Wolverhampton Wolverhampton NFA No Offence   52.5651361 -2.0707545
3084 op-snap---monthly-publication-august-2025.pdf   1059 2025-08 Pedal Bike Honda Eny1. Blue Driving without Due Care and Attention None Bishop Aukland (Durham) Bishop Aukland (Durham) Out of Force Are Out of Force Area NFA Out of Force      
3257 op-snap---monthly-publication-august-2025.pdf   1232 2025-08 Pedestrian Honda Motorcycle White Driving without Due Care and Attention None Stratford-upon-avon Stratford-upon-avon Out of Force Are Out of Force Area NFA Out of Force      
3590 op-snap---monthly-publication-august-2025.pdf   1565 2025-08 Car Honda crv Silver Driving without Due Care and Attention None Batman hill road Batman hill road Birmingham Birmingham NFA Misc Inc Crimes      
3829 op-snap---monthly-publication-august-2025.pdf   1804 2025-08 Pedestrian Honda Accord Black Driving without Due Care and Attention None Vicerage Road Vicerage Road Birmingham Birmingham Warning Letter N/A      
3835 op-snap---monthly-publication-august-2025.pdf   1810 2025-08 Pedestrian Honda CRV Blue Driving without Due Care and Attention None Clarence Road Clarence Road Birmingham Birmingham Warning Letter N/A   52.5940902 -1.843503

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