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 month = "2025-02", reporter_transport_mode = "Car" and vehicle_make = "Volvo" 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 7

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

council_area 6

  • Birmingham 5
  • Wolverhampton 3
  • Coventry 1
  • Dudley 1
  • Sandwell 1
  • Sutton Coldfield 1

disposal 5

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

vehicle_make 1

  • Volvo · 12 ✖

reporter_transport_mode 1

  • Car · 12 ✖

month 1

  • 2025-02 · 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
5450 op-snap---monthly-publication-february-2025.pdf   267 2025-02 Car Volvo XC90 Green Driving without Due Care and Attention None M6 from junction 10A M6 from junction 10A Wolverhampton Wolverhampton Fixed Penalty N/A Yes - Via Email    
5549 op-snap---monthly-publication-february-2025.pdf   366 2025-02 Car Volvo XC40 Black Misc - Non Traffic Offences Littering CARROWAY HEAD Carroway Head Sutton Coldfield Sutton Coldfield Warning Letter N/A Yes - Via Email    
5687 op-snap---monthly-publication-february-2025.pdf   504 2025-02 Car Volvo XC60 Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Paul Street (U/K exact location) Paul Street (U/K exact location) Dudley Dudley NFA No Independent Evidence Available Yes - Via Email 52.5450419 -2.1005009
5921 op-snap---monthly-publication-february-2025.pdf   738 2025-02 Car Volvo HGV White Drive on hard shoulder None M6 J4a M6 J4a Birmingham Birmingham Education N/A Yes - Via Email 52.6912891 -2.1046372
6028 op-snap---monthly-publication-february-2025.pdf   845 2025-02 Car Volvo XC40 Black Stop a vehicle within pelican pedestrian crossing limits None BARNHURST LANE Barnhurst Lane Wolverhampton Wolverhampton Warning Letter N/A Yes - Via Email 52.618907 -2.1614857
6094 op-snap---monthly-publication-february-2025.pdf   911 2025-02 Car Volvo XC40 Black Contravening a Red Traffic Light None Stafford Street Stafford Street Wolverhampton Wolverhampton Education N/A Yes - Via Email 52.5653849 -2.0755665
6230 op-snap---monthly-publication-february-2025.pdf   1047 2025-02 Car Volvo XC40 Black Driving without Due Care and Attention None Lightwoods Hill Lightwoods Hill Sandwell Sandwell Warning Letter Outside of 14 Days NIP Yes - Via Email 52.4695095 -1.9880909
6681 op-snap---monthly-publication-february-2025.pdf   1498 2025-02 Car Volvo V60 Black Contravening a Red Traffic Light None Cole Bank Road Cole Bank Road Birmingham Birmingham Education N/A Yes - Via Email 52.4349375 -1.8510007
6909 op-snap---monthly-publication-february-2025.pdf   1726 2025-02 Car Volvo XC40 White Contravening a Red Traffic Light None Holyhead Road Holyhead Road Coventry Coventry Warning Letter N/A Yes - Via Email 52.418488 -1.5472387
6936 op-snap---monthly-publication-february-2025.pdf   1753 2025-02 Car Volvo S40 Black Driving without Due Care and Attention None Alcester Road Alcester Road Birmingham Birmingham Court N/A Yes - Via Email 52.4470686 -1.8880749
7069 op-snap---monthly-publication-february-2025.pdf   1886 2025-02 Car Volvo XC40 Black Stop a vehicle within pelican pedestrian crossing limits None A452 NEW OSCOTT A452 New Oscott Birmingham Birmingham Education N/A Yes - Via Email 52.5467343 -1.8642309
7085 op-snap---monthly-publication-february-2025.pdf   1902 2025-02 Car Volvo ESTATE Black Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None GREAT CHARLES STREET Great Charles Street Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4837518 -1.901874

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