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-01" and vehicle_make = "Lexus" 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

offence 6

  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 4
  • Driving without Due Care and Attention 2
  • Using a Mobile Phone Whilst Driving 2
  • Cause vehicle to be left in a dangerous position 1
  • Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD 1
  • Person in charge cause veh / trailer to be left to involve danger to road user 1

reporter_transport_mode 4

  • Pedestrian 6
  • Car 2
  • Pedal Bike 2
  • Motorbike 1

disposal 4

  • Warning Letter 4
  • Fixed Penalty 3
  • NFA 3
  • Education 1

council_area 4

  • Birmingham 8
  • Coventry 1
  • Sandwell 1
  • Sutton Coldfield 1

vehicle_make 1

  • Lexus · 11 ✖

month 1

  • 2025-01 · 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
9137 op-snap---monthly-publication-january-2025.pdf   245 2025-01 Pedal Bike Lexus GS Black Using a Mobile Phone Whilst Driving None SALISBURY ROAD Salisbury Road Birmingham Birmingham NFA No Independent Evidence Available Yes - Via Email 52.4943878 -1.8504211
9236 op-snap---monthly-publication-january-2025.pdf   344 2025-01 Pedal Bike Lexus CT200 Red Using a Mobile Phone Whilst Driving None Old Church Road Old Church Road Coventry Coventry Fixed Penalty N/A Yes - Via Email 52.4387079 -1.4803581
9241 op-snap---monthly-publication-january-2025.pdf   349 2025-01 Pedestrian Lexus CRT 200 Black Person in charge cause veh / trailer to be left to involve danger to road user None Mary Vale Road Mary Vale Road Birmingham Birmingham Warning Letter N/A Yes - Via Email 52.425105 -1.9312861
9416 op-snap---monthly-publication-january-2025.pdf   524 2025-01 Motorbike Lexus IS200 Black Driving without Due Care and Attention None MARSH HILL Marsh Hill Sutton Coldfield Sutton Coldfield Education N/A Yes - Via Email    
9569 op-snap---monthly-publication-january-2025.pdf   677 2025-01 Pedestrian Lexus CT Black Cause vehicle to be left in a dangerous position None Linden Road, Birmingham Linden Road, Birmingham Birmingham Birmingham Warning Letter N/A Yes - Via Email 52.4258092 -1.9348103
9807 op-snap---monthly-publication-january-2025.pdf   915 2025-01 Pedestrian Lexus CT 200H White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Roseberry Road, Cape Hill Roseberry Road, Cape Hill Sandwell Sandwell Fixed Penalty N/A Yes - Via Email    
9862 op-snap---monthly-publication-january-2025.pdf   970 2025-01 Car Lexus CT200h Blue Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Island Road Island Road Birmingham Birmingham Warning Letter N/A Yes - Via Email 52.5095686 -1.9544485
9961 op-snap---monthly-publication-january-2025.pdf   1069 2025-01 Pedestrian Lexus CT Silver Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Wychwood Crescent Wychwood Crescent Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4597489 -1.7936546
10018 op-snap---monthly-publication-january-2025.pdf   1126 2025-01 Car Lexus RX450 White Driving without Due Care and Attention None A38M A38M Birmingham Birmingham NFA No VRM Yes - Via Email    
10098 op-snap---monthly-publication-january-2025.pdf   1206 2025-01 Pedestrian Lexus UX250H Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Balaclava Road Balaclava Road Birmingham Birmingham NFA Not in Public Interest Yes - Via Email 52.4337176 -1.896658
10140 op-snap---monthly-publication-january-2025.pdf   1248 2025-01 Pedestrian Lexus IS250 Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Moseley Road Moseley Road Birmingham Birmingham Warning Letter N/A Yes - Via Email 52.4679402 -1.881408

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