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 council_area = "Solihull", reporter_transport_mode = "Car" and vehicle_make = "Skoda" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence, nfa_rationale

month 7

  • 2025-03 3
  • 2025-06 3
  • 2025-01 1
  • 2025-04 1
  • 2025-07 1
  • 2025-09 1
  • 2026-02 1

offence 6

  • Driving without Due Care and Attention 5
  • Contravening a Red Traffic Light 2
  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 1
  • Driving without Reasonable Consideration 1
  • Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD 1
  • Stop a vehicle within pelican pedestrian crossing limits 1

disposal 5

  • Education 3
  • NFA 3
  • Court 2
  • Fixed Penalty 2
  • Warning Letter 1

vehicle_make 1

  • Skoda · 11 ✖

reporter_transport_mode 1

  • Car · 11 ✖

council_area 1

  • Solihull · 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
7784 op-snap---monthly-publication-february-2026.pdf   531 2026-02 Car Skoda Fabia Blue Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None St Bernards Road Street Bernards Road Solihull Solihull Fixed Penalty N/A      
24517 op-snap---monthly-publication-september-2025.pdf   736 2025-09 Car Skoda Fabia Blue Driving without Due Care and Attention None Dickens Heath Road Dickens Heath Road Solihull Solihull Education N/A   52.3875525 -1.8339426
12735 op-snap---monthly-publication-july-2025.pdf   787 2025-07 Car Skoda Kamiq Grey Driving without Due Care and Attention None A41 Warwick Road Warwick Road Solihull Solihull Education N/A   52.4428606 -1.812114
14792 op-snap---monthly-publication-june-2025.pdf   721 2025-06 Car Skoda Fabia White Contravening a Red Traffic Light None Longdon Road Knowle Longdon Road Knowle Solihull Solihull Education N/A   52.3895144 -1.7388418
15987 op-snap---monthly-publication-june-2025.pdf   1916 2025-06 Car Skoda   Grey Stop a vehicle within pelican pedestrian crossing limits None Robin Hood Lane Robin Hood Lane Solihull Solihull NFA Not in Public Interest   52.422933 -1.8352662
16157 op-snap---monthly-publication-june-2025.pdf   2086 2025-06 Car Skoda Octavia Beige Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Stratford Road Stratford Road Solihull Solihull Warning Letter N/A   52.4191184 -1.8326637
1315 op-snap---monthly-publication-april-2025.pdf   1314 2025-04 Car Skoda NP Green Driving without Due Care and Attention None Junction of Rumbush lane and Cleobury lane Junction of Rumbush lane and Cleobury lane Solihull Solihull NFA Outside of 14 Days NIP      
17459 op-snap---monthly-publication-march-2025.pdf   1216 2025-03 Car Skoda Octavia Black Driving without Due Care and Attention None Kineton Green Road Kineton Green Road Solihull Solihull Court N/A Yes - Via Email 52.4332233 -1.812229
18288 op-snap---monthly-publication-march-2025.pdf   2045 2025-03 Car Skoda Octivia Black Contravening a Red Traffic Light None A41 A41 Solihull Solihull Fixed Penalty N/A Yes - Via Email    
18448 op-snap---monthly-publication-march-2025.pdf   2205 2025-03 Car Skoda U/K White Driving without Due Care and Attention None Solihull Bypass Solihull Bypass Solihull Solihull NFA No VRM Yes - Via Email 52.4207529 -1.7757467
10381 op-snap---monthly-publication-january-2025.pdf   1489 2025-01 Car Skoda Fabia Grey Driving without Reasonable Consideration VRM fails to conform to Regulations Widney Lane Widney Lane Solihull Solihull Court N/A Yes - Via Email 52.3975737 -1.7857722

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