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

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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, nfa_rationale

offence 4

  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 3
  • Contravening a Red Traffic Light 3
  • VRM fails to conform to Regulations 2
  • Using a Mobile Phone Whilst Driving 1

reporter_transport_mode 3

  • Car 6
  • Pedestrian 2
  • Pedal Bike 1

disposal 3

  • Fixed Penalty 7
  • Court 1
  • NFA 1

vehicle_make 1

  • Ford · 9 ✖

month 1

  • 2025-01 · 9 ✖

council_area 1

  • Solihull · 9 ✖
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
8941 op-snap---monthly-publication-january-2025.pdf   49 2025-01 Car Ford FOCUS ST Red VRM fails to conform to Regulations None STREETSBROOK ROAD Streetsbrook Road Solihull Solihull Fixed Penalty N/A Yes - Via Email 52.4223176 -1.8253145
9065 op-snap---monthly-publication-january-2025.pdf   173 2025-01 Car Ford Focus Blue Contravening a Red Traffic Light None Lode Lane, Solihull Lode Lane, Solihull Solihull Solihull Court N/A Yes - Via Email 52.4286691 -1.7775374
9136 op-snap---monthly-publication-january-2025.pdf   244 2025-01 Pedestrian Ford Transit White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Windrush Lane Windrush Lane Solihull Solihull NFA Misc Inc Crimes Yes - Via Email    
9509 op-snap---monthly-publication-january-2025.pdf   617 2025-01 Pedal Bike Ford Transit Blue Contravening a Red Traffic Light None M42 J4 M42 J4 Solihull Solihull Fixed Penalty N/A Yes - Via Email    
9625 op-snap---monthly-publication-january-2025.pdf   733 2025-01 Car Ford Fiesta Silver Contravening a Red Traffic Light None Monkspath Interchange Monkspath Interchange Solihull Solihull Fixed Penalty N/A Yes - Via Email 52.3792737 -1.7869373
9735 op-snap---monthly-publication-january-2025.pdf   843 2025-01 Car Ford Fiesta Black VRM fails to conform to Regulations None Prospect Lane Prospect Lane Solihull Solihull Fixed Penalty N/A Yes - Via Email 52.4163536 -1.8123298
9991 op-snap---monthly-publication-january-2025.pdf   1099 2025-01 Pedestrian Ford Ecosport Blue Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Rock Grove Rock Grove Solihull Solihull Fixed Penalty N/A Yes - Via Email 52.4489053 -1.8045311
10467 op-snap---monthly-publication-january-2025.pdf   1575 2025-01 Car Ford Focus Black Using a Mobile Phone Whilst Driving None Chester Road Chester Road Solihull Solihull Fixed Penalty N/A Yes - Via Email 52.5021946 -1.7719526
10514 op-snap---monthly-publication-january-2025.pdf   1622 2025-01 Car Ford Transit Orange Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Haslucks Green Rd Haslucks Green Road Solihull Solihull Fixed Penalty N/A Yes - Via Email 52.4145149 -1.8301272

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