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

9 rows where disposal = "Warning Letter", month = "2025-01" and vehicle_make = "Citroen" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, council_area_raw

offence 5

  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 4
  • Driving without Reasonable Consideration 2
  • Driver not in position to have Proper Control 1
  • Use a motor vehicle / trailer in a condition likely to cause danger of injury 1
  • Using a Mobile Phone Whilst Driving 1

council_area 4

  • Birmingham 5
  • Coventry 2
  • Dudley 1
  • Solihull 1

reporter_transport_mode 3

  • Car 3
  • Pedal Bike 3
  • Pedestrian 3

vehicle_make 1

  • Citroen · 9 ✖

month 1

  • 2025-01 · 9 ✖

disposal 1

  • Warning Letter · 9 ✖
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
9327 op-snap---monthly-publication-january-2025.pdf   435 2025-01 Car Citroen Berlingo Black Driving without Reasonable Consideration None M42, J4 Island M42, J4 Island Solihull Solihull Warning Letter N/A Yes - Via Email    
9540 op-snap---monthly-publication-january-2025.pdf   648 2025-01 Pedal Bike Citroen   Grey Use a motor vehicle / trailer in a condition likely to cause danger of injury None Moseley Road Moseley Road Birmingham Birmingham Warning Letter N/A Yes - Via Email 52.4679402 -1.881408
9633 op-snap---monthly-publication-january-2025.pdf   741 2025-01 Pedestrian Citroen Relay White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Franklin Road Franklin Road Birmingham Birmingham Warning Letter N/A Yes - Via Email 52.4195456 -1.9350703
9781 op-snap---monthly-publication-january-2025.pdf   889 2025-01 Pedal Bike Citroen C5 Black Driving without Reasonable Consideration None Clifford Bridge Road Clifford Bridge Road Coventry Coventry Warning Letter N/A Yes - Via Email 52.4134557 -1.4442138
9997 op-snap---monthly-publication-january-2025.pdf   1105 2025-01 Car Citroen C1 Blue Using a Mobile Phone Whilst Driving None Stream Road Stream Road Dudley Dudley Warning Letter N/A Yes - Via Email 52.4871725 -2.1623764
10103 op-snap---monthly-publication-january-2025.pdf   1211 2025-01 Pedestrian Citroen C4 Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Chiswell Road Chiswell Road Birmingham Birmingham Warning Letter N/A Yes - Via Email 52.4878246 -1.9421047
10278 op-snap---monthly-publication-january-2025.pdf   1386 2025-01 Car Citroen Relay Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Westwood Rd Westwood Road Birmingham Birmingham Warning Letter N/A Yes - Via Email 52.5123864 -1.8772942
10345 op-snap---monthly-publication-january-2025.pdf   1453 2025-01 Pedestrian Citroen C4 Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Longmore Street Longmore Street Birmingham Birmingham Warning Letter N/A Yes - Via Email 52.464484 -1.8923374
10384 op-snap---monthly-publication-january-2025.pdf   1492 2025-01 Pedal Bike Citroen G4 Blue Driver not in position to have Proper Control None Bell Green Road Bell Green Road Coventry Coventry Warning Letter N/A Yes - Via Email 52.4324855 -1.4815548

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