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 disposal = "Warning Letter", month = "2025-01" and offence = "Contravening a Red Traffic Light" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_colour, council_area_raw, nfa_rationale

vehicle_make 9

  • Land Rover 2
  • Seat 2
  • Toyota 2
  • Audi 1
  • BMW 1
  • Ford 1
  • Hyundai 1
  • Suzuki 1
  • Vauxhall 1

council_area 4

  • Birmingham 6
  • Wolverhampton 3
  • Coventry 2
  • Solihull 1

reporter_transport_mode 2

  • Car 11
  • Pedal Bike 1

offence 1

  • Contravening a Red Traffic Light · 12 ✖

month 1

  • 2025-01 · 12 ✖

disposal 1

  • Warning Letter · 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
9069 op-snap---monthly-publication-january-2025.pdf   177 2025-01 Car Toyota Noah White Contravening a Red Traffic Light None A45 A45 Birmingham Birmingham Warning Letter N/A Yes - Via Email    
9826 op-snap---monthly-publication-january-2025.pdf   934 2025-01 Car Hyundai i10 white Contravening a Red Traffic Light None Bromford Lane roundabout with Heartlands Parkway Bromford Lane roundabout with Heartlands Parkway Birmingham Birmingham Warning Letter N/A Yes - Via Email    
9844 op-snap---monthly-publication-january-2025.pdf   952 2025-01 Car Toyota Prius Silver Contravening a Red Traffic Light None Walsall Road Walsall Road Birmingham Birmingham Warning Letter N/A Yes - Via Email 52.5919543 -1.8517118
9925 op-snap---monthly-publication-january-2025.pdf   1033 2025-01 Car Land Rover Velar Black Contravening a Red Traffic Light None Great Tindal Street Great Tindal Street Birmingham Birmingham Warning Letter N/A Yes - Via Email 52.4789283 -1.9215495
10094 op-snap---monthly-publication-january-2025.pdf   1202 2025-01 Car Suzuki Splash Red Contravening a Red Traffic Light None TIlehill Lane TIlehill Lane Coventry Coventry Warning Letter N/A Yes - Via Email    
10142 op-snap---monthly-publication-january-2025.pdf   1250 2025-01 Car Seat Alhambra Blue Contravening a Red Traffic Light None Meadway Meadway Birmingham Birmingham Warning Letter N/A Yes - Via Email 52.4783348 -1.8007708
10202 op-snap---monthly-publication-january-2025.pdf   1310 2025-01 Car Ford FIESTA Grey Contravening a Red Traffic Light None DARLINGTON STREET Darlington Street Wolverhampton Wolverhampton Warning Letter Outside of 14 Days NIP Yes - Via Email 52.585529 -2.1306697
10218 op-snap---monthly-publication-january-2025.pdf   1326 2025-01 Car BMW X4 Black Contravening a Red Traffic Light None Bee Lane Bee Lane Wolverhampton Wolverhampton Warning Letter N/A Yes - Via Email 52.6250891 -2.1212912
10368 op-snap---monthly-publication-january-2025.pdf   1476 2025-01 Pedal Bike Audi Q5 Black Contravening a Red Traffic Light None Henley Road Henley Road Coventry Coventry Warning Letter N/A Yes - Via Email 52.4307281 -1.462755
10403 op-snap---monthly-publication-january-2025.pdf   1511 2025-01 Car Vauxhall Grandland Grey Contravening a Red Traffic Light None Bickenhill Lane Bickenhill Lane Solihull Solihull Warning Letter N/A Yes - Via Email 52.4490463 -1.7296897
10477 op-snap---monthly-publication-january-2025.pdf   1585 2025-01 Car Seat Leon Blue Contravening a Red Traffic Light None Bromford Lane Bromford Lane Birmingham Birmingham Warning Letter Outside of 14 DAYS Late Submission Yes - Via Email 52.5083238 -1.8332287
10511 op-snap---monthly-publication-january-2025.pdf   1619 2025-01 Car Land Rover Sport White Contravening a Red Traffic Light None Great Brick Kiln Street Great Brick Kiln Street Wolverhampton Wolverhampton 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);