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 disposal = "Warning Letter", reporter_transport_mode = "Car" and vehicle_make = "Daf" 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

offence 6

  • Contravening a Red Traffic Light 4
  • Cause vehicle to be left in a dangerous position 2
  • Driving without Reasonable Consideration 2
  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 1
  • Dangerous Driving 1
  • Driving without Due Care and Attention 1

month 6

  • 2025-08 3
  • 2025-02 2
  • 2025-03 2
  • 2025-07 2
  • 2025-01 1
  • 2025-11 1

council_area 6

  • Birmingham 4
  • Coventry 2
  • Wolverhampton 2
  • Metropolitan Borough Of Dudley 1
  • Sandwell 1
  • Walsall 1

vehicle_make 1

  • Daf · 11 ✖

reporter_transport_mode 1

  • Car · 11 ✖

disposal 1

  • Warning Letter · 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
21769 op-snap---monthly-publication-november-2025.pdf   1311 2025-11 Car Daf Truck White Contravening a Red Traffic Light None Bromford Island Bromford Island Birmingham Birmingham Warning Letter No Independent Evidence Available      
3599 op-snap---monthly-publication-august-2025.pdf   1574 2025-08 Car Daf Skip loader White Dangerous Driving None Bilston Lane Bilston Lane Wolverhampton Wolverhampton Warning Letter N/A   52.5728229 -2.0974344
3658 op-snap---monthly-publication-august-2025.pdf   1633 2025-08 Car Daf Curtain White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Kings Rd Kings Road Birmingham Birmingham Warning Letter N/A   52.5531351 -1.8852761
3721 op-snap---monthly-publication-august-2025.pdf   1696 2025-08 Car Daf Truck White Cause vehicle to be left in a dangerous position None High Street, Tettenhall High Street, Tettenhall Wolverhampton Wolverhampton Warning Letter N/A   52.5980906 -2.168057
12002 op-snap---monthly-publication-july-2025.pdf   54 2025-07 Car Daf   Grey Contravening a Red Traffic Light none Sir Henry Parkes Road Sir Henry Parkes Road Coventry Coventry Warning Letter N/A   52.3900568 -1.5550766
13602 op-snap---monthly-publication-july-2025.pdf   1654 2025-07 Car Daf BOX VAN White Cause vehicle to be left in a dangerous position None Eddish Road Eddish Road Birmingham Birmingham Warning Letter N/A   52.4833672 -1.7871439
16415 op-snap---monthly-publication-march-2025.pdf   172 2025-03 Car Daf BUS White Driving without Due Care and Attention None Ducan Edawards Way Ducan Edawards Way Metropolitan Borough of Dudley Metropolitan Borough Of Dudley Warning Letter Outside of 14 DAYS Late Submission Yes - Via Email    
18240 op-snap---monthly-publication-march-2025.pdf   1997 2025-03 Car Daf HGV Red Driving without Reasonable Consideration None Lichfield Road Lichfield Road Walsall Walsall Warning Letter N/A Yes - Via Email 52.6095168 -2.0493009
5952 op-snap---monthly-publication-february-2025.pdf   769 2025-02 Car Daf   White Contravening a Red Traffic Light None Birchfield Lane, Oldbury Birchfield Lane, Oldbury Sandwell Sandwell Warning Letter N/A Yes - Via Email 52.4893587 -2.0267401
7197 op-snap---monthly-publication-february-2025.pdf   2014 2025-02 Car Daf HGV Orange Contravening a Red Traffic Light None Foleshill Road Foleshill Road Coventry Coventry Warning Letter No Independent Evidence Available Yes - Via Email 52.4274335 -1.5002381
9005 op-snap---monthly-publication-january-2025.pdf   113 2025-01 Car Daf HGV White Driving without Reasonable Consideration None M6 M6 Birmingham Birmingham Warning Letter N/A Yes - Via Email    

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