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-05" and vehicle_make = "Audi" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_colour, nfa_rationale

offence 3

  • 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

disposal 3

  • NFA 5
  • Warning Letter 2
  • Education 1

reporter_transport_mode 2

  • Car 5
  • Pedal Bike 3

vehicle_make 1

  • Audi · 8 ✖

month 1

  • 2025-05 · 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
19089 op-snap---monthly-publication-may-2025.pdf   451 2025-05 Car Audi A3 White Contravening a Red Traffic Light None Fulford Hall Road Fulford Hall Road Solihull Solihull Education N/A   52.378404 -1.8539375
19280 op-snap---monthly-publication-may-2025.pdf   642 2025-05 Pedal Bike Audi A5 Grey Driving without Due Care and Attention None Stratford Road Stratford Road Solihull Solihull NFA No VRM   52.4191184 -1.8326637
19518 op-snap---monthly-publication-may-2025.pdf   880 2025-05 Car Audi Q7 Black Driving without Due Care and Attention None Kenilworth Road Kenilworth Road Solihull Solihull Warning Letter N/A   52.4322443 -1.6746508
19640 op-snap---monthly-publication-may-2025.pdf   1002 2025-05 Car Audi Q5 Black Driving without Due Care and Attention None WARWICK ROAD Warwick Road Solihull Solihull NFA No Offence   52.4428606 -1.812114
19981 op-snap---monthly-publication-may-2025.pdf   1343 2025-05 Pedal Bike Audi S4 Estate Grey Driving without Due Care and Attention None Tile house green lane Tile house green lane Solihull Solihull NFA Outside of 14 Days NIP      
20028 op-snap---monthly-publication-may-2025.pdf   1390 2025-05 Car Audi NP Silver Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Valley road Valley road Solihull Solihull NFA Outside of 14 Days NIP   52.4504776 -1.7682084
20055 op-snap---monthly-publication-may-2025.pdf   1417 2025-05 Car Audi estate Black Driving without Due Care and Attention None Near solihull Near solihull Solihull Solihull NFA Outside of 14 Days NIP   52.3720114 -1.7540971
20426 op-snap---monthly-publication-may-2025.pdf   1788 2025-05 Pedal Bike Audi a3 Grey Contravening a Red Traffic Light None Lode Lane Lode Lane Solihull Solihull Warning Letter N/A   52.4149064 -1.7832364

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