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 council_area = "Solihull", month = "2025-06" and offence = "Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, offence_location_raw, offence_location, nfa_rationale, latitude, longitude

vehicle_make 8

  • Mercedes-Benz 2
  • Nissan 2
  • Vauxhall 2
  • Daf 1
  • Ford 1
  • Land Rover 1
  • Suzuki 1
  • Toyota 1

reporter_transport_mode 4

  • Pedestrian 9
  • Car 1
  • Other 1
  • Pedal Bike 1

disposal 3

  • Warning Letter 7
  • NFA 4
  • Fixed Penalty 1

offence 1

  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area · 12 ✖

month 1

  • 2025-06 · 12 ✖

council_area 1

  • Solihull · 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
14655 op-snap---monthly-publication-june-2025.pdf   584 2025-06 Pedestrian Land Rover Discovery Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Longmore Road Longmore Road Solihull Solihull NFA Not in Public Interest   52.4078616 -1.8211577
14663 op-snap---monthly-publication-june-2025.pdf   592 2025-06 Pedestrian Nissan Qashqai Blue Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Highwood Avenue Highwood Avenue Solihull Solihull Warning Letter N/A   52.434852 -1.7860069
14664 op-snap---monthly-publication-june-2025.pdf   593 2025-06 Pedestrian Nissan Qashqai White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Highwood Avenue Highwood Avenue Solihull Solihull Warning Letter N/A   52.434852 -1.7860069
15329 op-snap---monthly-publication-june-2025.pdf   1258 2025-06 Pedestrian Vauxhall Astra Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Bills More Green Bills More Green Solihull Solihull NFA Outside of 14 Days NIP      
15768 op-snap---monthly-publication-june-2025.pdf   1697 2025-06 Other Ford Ecosport Blue Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Wagon Lane Wagon Lane Solihull Solihull Warning Letter N/A   52.4525076 -1.7981031
15778 op-snap---monthly-publication-june-2025.pdf   1707 2025-06 Pedestrian       Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Chalgrove Crescent Chalgrove Crescent Solihull Solihull NFA Not in Public Interest   52.4016325 -1.7830609
16022 op-snap---monthly-publication-june-2025.pdf   1951 2025-06 Pedestrian Toyota Corolla Blue Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Coppice Avenue Coppice Avenue Solihull Solihull Fixed Penalty N/A   52.418827 -1.8090334
16115 op-snap---monthly-publication-june-2025.pdf   2044 2025-06 Pedestrian Mercedes-Benz CLA Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Warwick Road Warwick Road Solihull Solihull Warning Letter N/A   52.4428606 -1.812114
16127 op-snap---monthly-publication-june-2025.pdf   2056 2025-06 Pedestrian Vauxhall corsa Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None High Street High Street Solihull Solihull Warning Letter N/A   52.4064169 -1.8557215
16128 op-snap---monthly-publication-june-2025.pdf   2057 2025-06 Pedestrian Suzuki Celerio White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Solihull(not specified) Solihull(not specified) Solihull Solihull Warning Letter N/A      
16130 op-snap---monthly-publication-june-2025.pdf   2059 2025-06 Car Mercedes-Benz cla 250 Red Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Abbey End Abbey End Solihull Solihull NFA Misc Inc Crimes      
16218 op-snap---monthly-publication-june-2025.pdf   2147 2025-06 Pedal Bike Daf Trucks White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Chester Road Chester Road Solihull Solihull Warning Letter N/A   52.5021946 -1.7719526

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