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

14 rows where month = "2025-11", reporter_transport_mode = "Pedal Bike" and vehicle_make = "Volkswagen" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, council_area_raw, nfa_rationale

disposal 4

  • Fixed Penalty 5
  • NFA 4
  • Education 3
  • Warning Letter 2

council_area 4

  • Coventry 7
  • Birmingham 5
  • Out of Force Area 1
  • Wolverhampton 1

offence 3

  • Using a Mobile Phone Whilst Driving 7
  • Driving without Due Care and Attention 5
  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 2

vehicle_make 1

  • Volkswagen · 14 ✖

reporter_transport_mode 1

  • Pedal Bike · 14 ✖

month 1

  • 2025-11 · 14 ✖
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
20546 op-snap---monthly-publication-november-2025.pdf   88 2025-11 Pedal Bike Volkswagen Tiguan Grey Using a Mobile Phone Whilst Driving None Salisbury Road, Moseley Salisbury Road, Moseley Birmingham Birmingham Fixed Penalty N/A   52.4490203 -1.8955977
20547 op-snap---monthly-publication-november-2025.pdf   89 2025-11 Pedal Bike Volkswagen Tiguan White Using a Mobile Phone Whilst Driving None Alcester Road Alcester Road Birmingham Birmingham Fixed Penalty N/A   52.4470686 -1.8880749
20724 op-snap---monthly-publication-november-2025.pdf   266 2025-11 Pedal Bike Volkswagen Golf Blue Driving without Due Care and Attention None Blackhalve Lane Blackhalve Lane Out of Force Area Out of Force Area NFA Out of Force   52.6139368 -2.0960778
20726 op-snap---monthly-publication-november-2025.pdf   268 2025-11 Pedal Bike Volkswagen Transporter Silver Using a Mobile Phone Whilst Driving None Foleshill Road Foleshill Road Coventry Coventry Fixed Penalty N/A   52.4274335 -1.5002381
20751 op-snap---monthly-publication-november-2025.pdf   293 2025-11 Pedal Bike Volkswagen Golf Black Driving without Due Care and Attention None Robin Hood Lane Robin Hood Lane Birmingham Birmingham Education N/A   52.4221526 -1.8425617
21006 op-snap---monthly-publication-november-2025.pdf   548 2025-11 Pedal Bike Volkswagen Golf Silver Using a Mobile Phone Whilst Driving None Salisbury Road Salisbury Road Birmingham Birmingham NFA No Independent Evidence Available   52.4943878 -1.8504211
21342 op-snap---monthly-publication-november-2025.pdf   884 2025-11 Pedal Bike Volkswagen passat Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Queen victoria road Queen victoria road Coventry Coventry Warning Letter N/A   52.4063195 -1.5157306
21382 op-snap---monthly-publication-november-2025.pdf   924 2025-11 Pedal Bike Volkswagen ID4 Red Using a Mobile Phone Whilst Driving None Clifford Bridge Road Clifford Bridge Road Coventry Coventry Fixed Penalty N/A   52.4134557 -1.4442138
21389 op-snap---monthly-publication-november-2025.pdf   931 2025-11 Pedal Bike Volkswagen Scirocco Red Driving without Due Care and Attention None Linthouse Lane Linthouse Lane Wolverhampton Wolverhampton Education N/A   52.6118187 -2.0810618
21575 op-snap---monthly-publication-november-2025.pdf   1117 2025-11 Pedal Bike Volkswagen   Grey Driving without Due Care and Attention None Allesley Old Road Allesley Old Road Coventry Coventry NFA Not in Public Interest   52.4103629 -1.5441218
21659 op-snap---monthly-publication-november-2025.pdf   1201 2025-11 Pedal Bike Volkswagen Sharan Silver Using a Mobile Phone Whilst Driving None Binley Road Binley Road Coventry Coventry Fixed Penalty N/A   52.4070602 -1.4732469
21666 op-snap---monthly-publication-november-2025.pdf   1208 2025-11 Pedal Bike Volkswagen Polo Black Using a Mobile Phone Whilst Driving None Moseley Road at Alcester Road Moseley Road at Alcester Road Birmingham Birmingham NFA No Independent Evidence Available   52.4679402 -1.881408
21894 op-snap---monthly-publication-november-2025.pdf   1436 2025-11 Pedal Bike Volkswagen golf Blue Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None stoney stanton road Stoney Stanton Road Coventry Coventry Warning Letter N/A   52.4221152 -1.4959475
21982 op-snap---monthly-publication-november-2025.pdf   1524 2025-11 Pedal Bike Volkswagen Caddy Red Driving without Due Care and Attention None Bridle Brook Lane Bridle Brook Lane Coventry Coventry Education N/A   52.4475078 -1.5736787

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