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

10 rows where disposal = "Warning Letter", month = "2025-03" and vehicle_make = "Peugeot" 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 8

  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 2
  • Driving without Due Care and Attention 2
  • Contravening a Red Traffic Light 1
  • Driving without Reasonable Consideration 1
  • Fail to display front VRM plate 1
  • Misc - Non Traffic Offences 1
  • Motor vehicle fail to accord precedence at a pelican crossing 1
  • Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment 1

reporter_transport_mode 4

  • Car 5
  • Pedal Bike 2
  • Pedestrian 2
  • Other 1

council_area 4

  • Birmingham 5
  • Sutton Coldfield 3
  • Coventry 1
  • Halesowen 1

vehicle_make 1

  • Peugeot · 10 ✖

month 1

  • 2025-03 · 10 ✖

disposal 1

  • Warning Letter · 10 ✖
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
16507 op-snap---monthly-publication-march-2025.pdf   264 2025-03 Pedestrian Peugeot 3008 Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Asheville Ave Asheville Ave Birmingham Birmingham Warning Letter N/A Yes - Via Email    
16923 op-snap---monthly-publication-march-2025.pdf   680 2025-03 Pedestrian Peugeot Boxer White Motor vehicle fail to accord precedence at a pelican crossing None Court Oak Road Court Oak Road Birmingham Birmingham Warning Letter N/A Yes - Via Email 52.4604383 -1.9760104
16965 op-snap---monthly-publication-march-2025.pdf   722 2025-03 Pedal Bike Peugeot 308CC Blue Fail to display front VRM plate None Worcester Lane Worcester Lane Sutton Coldfield Sutton Coldfield Warning Letter N/A Yes - Via Email 52.5908671 -1.8140277
16969 op-snap---monthly-publication-march-2025.pdf   726 2025-03 Pedal Bike Peugeot 308 Grey Driving without Reasonable Consideration None Cliff Road Road Cliff Road Road Sutton Coldfield Sutton Coldfield Warning Letter N/A Yes - Via Email    
17088 op-snap---monthly-publication-march-2025.pdf   845 2025-03 Other Peugeot Expert White Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment None Medley Road Medley Road Birmingham Birmingham Warning Letter N/A Yes - Via Email 52.4555602 -1.859382
17430 op-snap---monthly-publication-march-2025.pdf   1187 2025-03 Car Peugeot 207... Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Lower Queen Street Lower Queen Street Sutton Coldfield Sutton Coldfield Warning Letter N/A Yes - Via Email 52.5603978 -1.8227403
17691 op-snap---monthly-publication-march-2025.pdf   1448 2025-03 Car Peugeot 3008 Grey Driving without Due Care and Attention None Bromsgrove Street Bromsgrove Street Birmingham Birmingham Warning Letter Outside of 14 Days NIP Yes - Via Email 52.4728322 -1.897536
17975 op-snap---monthly-publication-march-2025.pdf   1732 2025-03 Car Peugeot PARTNER Silver Misc - Non Traffic Offences Littering Bromsgrove Road Bromsgrove Road Halesowen Halesowen Warning Letter N/A Yes - Via Email 52.449941 -2.0446291
18164 op-snap---monthly-publication-march-2025.pdf   1921 2025-03 Car Peugeot 207 Grey Driving without Due Care and Attention None London Road London Road Coventry Coventry Warning Letter Outside of 14 Days NIP Yes - Via Email 52.3916468 -1.4925995
18307 op-snap---monthly-publication-march-2025.pdf   2064 2025-03 Car Peugeot 208 Grey Contravening a Red Traffic Light None Dickens Heath Road Dickens Heath Road Birmingham Birmingham Warning Letter Outside of 14 Days NIP 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);