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

8 rows where council_area = "Solihull", month = "2025-03" and vehicle_make = "Ford" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, second_offence

offence 5

  • Driving without Reasonable Consideration 4
  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 1
  • Driving a vehicle wholly or partly on a footpath 1
  • Driving without Due Care and Attention 1
  • Using a Mobile Phone Whilst Driving 1

reporter_transport_mode 3

  • Car 3
  • Pedal Bike 3
  • Pedestrian 2

disposal 3

  • Fixed Penalty 3
  • Warning Letter 3
  • Education 2

vehicle_make 1

  • Ford · 8 ✖

month 1

  • 2025-03 · 8 ✖

council_area 1

  • Solihull · 8 ✖
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
16357 op-snap---monthly-publication-march-2025.pdf   114 2025-03 Pedal Bike Ford Transit Black Driving without Reasonable Consideration None Barston Lane Barston Lane Solihull Solihull Education N/A Yes - Via Email 52.4022999 -1.685635
16506 op-snap---monthly-publication-march-2025.pdf   263 2025-03 Pedestrian Ford Focus White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Alderton Close Alderton Close Solihull Solihull Fixed Penalty N/A Yes - Via Email 52.4019526 -1.7842218
16651 op-snap---monthly-publication-march-2025.pdf   408 2025-03 Pedestrian Ford Transit Grey Driving a vehicle wholly or partly on a footpath No vehicle excise licence Sharmans Cross Road Sharmans Cross Road Solihull Solihull Fixed Penalty N/A Yes - Via Email 52.4167172 -1.7990388
16888 op-snap---monthly-publication-march-2025.pdf   645 2025-03 Pedal Bike Ford Transit White Driving without Reasonable Consideration None Friday Lane Friday Lane Solihull Solihull Warning Letter N/A Yes - Via Email 52.4142542 -1.7217662
17280 op-snap---monthly-publication-march-2025.pdf   1037 2025-03 Car Ford Transit White Driving without Due Care and Attention None Stratford Road Stratford Road Solihull Solihull Education N/A Yes - Via Email 52.4191184 -1.8326637
17392 op-snap---monthly-publication-march-2025.pdf   1149 2025-03 Car Ford Kuga Blue Driving without Reasonable Consideration None Monkspath Hall Road Monkspath Hall Road Solihull Solihull Warning Letter N/A Yes - Via Email 52.3900358 -1.8026595
17500 op-snap---monthly-publication-march-2025.pdf   1257 2025-03 Car Ford Transit Blue Using a Mobile Phone Whilst Driving None M42 J6 M42 J6 Solihull Solihull Fixed Penalty N/A Yes - Via Email    
17504 op-snap---monthly-publication-march-2025.pdf   1261 2025-03 Pedal Bike Ford Ranger Black Driving without Reasonable Consideration None Warwick Road Warwick Road Solihull Solihull Warning Letter N/A Yes - Via Email 52.4428606 -1.812114

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