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 month = "2025-01", reporter_transport_mode = "Pedestrian" and vehicle_make = "Land Rover" 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

offence 4

  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 5
  • Cause vehicle to be left in a dangerous position 3
  • Using a Mobile Phone Whilst Driving 3
  • Stop a vehicle within pelican pedestrian crossing limits 1

disposal 4

  • Fixed Penalty 7
  • Court 2
  • Warning Letter 2
  • Education 1

council_area 3

  • Birmingham 7
  • Sutton Coldfield 4
  • Sandwell 1

vehicle_make 1

  • Land Rover · 12 ✖

reporter_transport_mode 1

  • Pedestrian · 12 ✖

month 1

  • 2025-01 · 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
9013 op-snap---monthly-publication-january-2025.pdf   121 2025-01 Pedestrian Land Rover SPORT White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Oxford road Oxford road Birmingham Birmingham Warning Letter N/A Yes - Via Email 52.4456323 -1.8858352
9180 op-snap---monthly-publication-january-2025.pdf   288 2025-01 Pedestrian Land Rover Evoque Black Cause vehicle to be left in a dangerous position None Clent Road, Oldbury Clent Road, Oldbury Sandwell Sandwell Education N/A Yes - Via Email    
9344 op-snap---monthly-publication-january-2025.pdf   452 2025-01 Pedestrian Land Rover VELAR Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None FORSTER STREET Forster Street Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4851164 -1.8813304
9420 op-snap---monthly-publication-january-2025.pdf   528 2025-01 Pedestrian Land Rover RANGE ROVER Green Using a Mobile Phone Whilst Driving None LICHFIELD ROAD Lichfield Road Sutton Coldfield Sutton Coldfield Fixed Penalty N/A Yes - Via Email 52.5872149 -1.8300386
9500 op-snap---monthly-publication-january-2025.pdf   608 2025-01 Pedestrian Land Rover Velar Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Overdale Road Overdale Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4540128 -1.9850912
9528 op-snap---monthly-publication-january-2025.pdf   636 2025-01 Pedestrian Land Rover Discovery Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None While Road While Road Sutton Coldfield Sutton Coldfield Warning Letter N/A Yes - Via Email 52.5577767 -1.825114
9709 op-snap---monthly-publication-january-2025.pdf   817 2025-01 Pedestrian Land Rover EVOQYE Black Using a Mobile Phone Whilst Driving None ANCHORAGE ROAD Anchorage Road Sutton Coldfield Sutton Coldfield Fixed Penalty N/A Yes - Via Email 52.5699381 -1.8249539
9731 op-snap---monthly-publication-january-2025.pdf   839 2025-01 Pedestrian Land Rover Sport Black Stop a vehicle within pelican pedestrian crossing limits None Kingstanding Road Kingstanding Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.5521118 -1.8845138
10242 op-snap---monthly-publication-january-2025.pdf   1350 2025-01 Pedestrian Land Rover Range Rover Sport Black Using a Mobile Phone Whilst Driving None CLIFTON ROAD Clifton Road Sutton Coldfield Sutton Coldfield Fixed Penalty N/A Yes - Via Email 52.5609895 -1.8319819
10328 op-snap---monthly-publication-january-2025.pdf   1436 2025-01 Pedestrian Land Rover Sport Black Cause vehicle to be left in a dangerous position None Chesterwood Road Chesterwood Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.425486 -1.8853886
10335 op-snap---monthly-publication-january-2025.pdf   1443 2025-01 Pedestrian Land Rover SE Black Cause vehicle to be left in a dangerous position Use vehicle on a road without valid test c eGrLtEifNicVatILeLE DRIVE e Gr Lt Eif Nic Vat ILe LE DRIVE Birmingham Birmingham Court N/A Yes - Via Email    
10352 op-snap---monthly-publication-january-2025.pdf   1460 2025-01 Pedestrian Land Rover Evoque Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area Use vehicle on a road without valid test c eCrotivfeicnattrey Road e Crotivfeicnattrey Road Birmingham Birmingham Court 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);