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

11 rows where month = "2025-03", offence = "Contravening a Red Traffic Light" and vehicle_make = "Seat" 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

council_area 6

  • Birmingham 6
  • Coventry 1
  • Dudley 1
  • Sandwell 1
  • Sutton Coldfield 1
  • Walsall 1

reporter_transport_mode 4

  • Car 8
  • Motorbike 1
  • Pedal Bike 1
  • Pedestrian 1

disposal 4

  • Fixed Penalty 5
  • Court 3
  • Warning Letter 2
  • Other Action Taken 1

vehicle_make 1

  • Seat · 11 ✖

offence 1

  • Contravening a Red Traffic Light · 11 ✖

month 1

  • 2025-03 · 11 ✖
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
16486 op-snap---monthly-publication-march-2025.pdf   243 2025-03 Car Seat Leon Purple Contravening a Red Traffic Light None Flazley Road, Stechford Flazley Road, Stechford Birmingham Birmingham Other Action Taken N/A Yes - Via Email    
16527 op-snap---monthly-publication-march-2025.pdf   284 2025-03 Car Seat Leon White Contravening a Red Traffic Light No Insurance Commonside Commonside Dudley Dudley Court N/A Yes - Via Email 52.4931112 -2.1326078
16567 op-snap---monthly-publication-march-2025.pdf   324 2025-03 Car Seat ALHAMBRA Silver Contravening a Red Traffic Light None NEWPORT ROAD Newport Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.5027779 -1.7982159
16977 op-snap---monthly-publication-march-2025.pdf   734 2025-03 Motorbike Seat Arona Blue Contravening a Red Traffic Light None A38 A38 Birmingham Birmingham Fixed Penalty N/A Yes - Via Email    
17749 op-snap---monthly-publication-march-2025.pdf   1506 2025-03 Car Seat Ibiza Black Contravening a Red Traffic Light Use vehicle on a road without valid test certificate Yardley Wood Road/ Wake Green Road Yardley Wood Road/ Wake Green Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4392351 -1.8715775
17859 op-snap---monthly-publication-march-2025.pdf   1616 2025-03 Car Seat ibiza Silver Contravening a Red Traffic Light No Insurance Gooch Street Gooch Street Birmingham Birmingham Court N/A Yes - Via Email 52.4686609 -1.8945007
17865 op-snap---monthly-publication-march-2025.pdf   1622 2025-03 Pedal Bike Seat Ibizia Black Contravening a Red Traffic Light None Proffitt Avenue Proffitt Avenue Coventry Coventry Fixed Penalty N/A Yes - Via Email 52.4330807 -1.4816593
18005 op-snap---monthly-publication-march-2025.pdf   1762 2025-03 Car Seat Leon Grey Contravening a Red Traffic Light Use vehicle on a road without valid test certificate Tipton Road Tipton Road Sandwell Sandwell Court N/A Yes - Via Email 52.5157798 -2.0437191
18300 op-snap---monthly-publication-march-2025.pdf   2057 2025-03 Pedestrian Seat Leon Blue Contravening a Red Traffic Light None Daw End Lane Daw End Lane Walsall Walsall Fixed Penalty N/A Yes - Via Email 52.6068849 -1.9611652
18541 op-snap---monthly-publication-march-2025.pdf   2298 2025-03 Car Seat IBIZA Grey Contravening a Red Traffic Light None A4540 LAWLEY MIDDLEWAY A4540 Lawley Middleway Birmingham Birmingham Warning Letter Outside of 14 Days NIP Yes - Via Email    
18637 op-snap---monthly-publication-march-2025.pdf   2394 2025-03 Car Seat Ibiza White Contravening a Red Traffic Light None Walmley Ash Road Walmley Ash Road Sutton Coldfield Sutton Coldfield Warning Letter Outside of 14 Days NIP Yes - Via Email 52.5376726 -1.7973346

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