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

13 rows where disposal = "Warning Letter", month = "2025-12" and offence = "Misc - Non Traffic Offences" 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, council_area_raw, nfa_rationale, latitude, longitude

vehicle_make 10

  • Honda 2
  • Peugeot 2
  • Porsche 2
  • Audi 1
  • Ford 1
  • Kia 1
  • Mercedes-Benz 1
  • Mg 1
  • Toyota 1
  • Volkswagen 1

reporter_transport_mode 3

  • Car 10
  • Pedestrian 2
  • Other 1

council_area 3

  • Birmingham 9
  • Sandwell 3
  • Wolverhampton 1

offence 1

  • Misc - Non Traffic Offences · 13 ✖

month 1

  • 2025-12 · 13 ✖

disposal 1

  • Warning Letter · 13 ✖
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
3899 op-snap---monthly-publication-december-2025.pdf   27 2025-12 Pedestrian Toyota Yaris Silver Misc - Non Traffic Offences None Gibson Drive Gibson Drive Birmingham Birmingham Warning Letter N/A   52.507404 -1.9170214
4123 op-snap---monthly-publication-december-2025.pdf   251 2025-12 Car Honda Civic Grey Misc - Non Traffic Offences None Maple Tree Lane Maple Tree Lane Sandwell Sandwell Warning Letter N/A      
4127 op-snap---monthly-publication-december-2025.pdf   255 2025-12 Car Volkswagen Golf Grey Misc - Non Traffic Offences None Stratford Road Stratford Road Birmingham Birmingham Warning Letter N/A   52.4203897 -1.8338574
4254 op-snap---monthly-publication-december-2025.pdf   382 2025-12 Pedestrian Mg hs Blue Misc - Non Traffic Offences None teazel avenue Teazel Avenue Birmingham Birmingham Warning Letter N/A   52.4247795 -1.9433534
4274 op-snap---monthly-publication-december-2025.pdf   402 2025-12 Other Audi a4 Blue Misc - Non Traffic Offences None a45 small heath highway A45 Small Heath Highway Birmingham Birmingham Warning Letter N/A   52.4601838 -1.8488291
4627 op-snap---monthly-publication-december-2025.pdf   755 2025-12 Car Honda Civic Grey Misc - Non Traffic Offences None Island Road Island Road Birmingham Birmingham Warning Letter N/A   52.5095686 -1.9544485
4875 op-snap---monthly-publication-december-2025.pdf   1003 2025-12 Car Mercedes-Benz Sprinter White Misc - Non Traffic Offences None Island Road Island Road Birmingham Birmingham Warning Letter N/A   52.5095686 -1.9544485
4946 op-snap---monthly-publication-december-2025.pdf   1074 2025-12 Car Peugeot 3008 Red Misc - Non Traffic Offences None A4040 A4040 Sandwell Sandwell Warning Letter N/A      
4947 op-snap---monthly-publication-december-2025.pdf   1075 2025-12 Car Porsche Cayenne Silver Misc - Non Traffic Offences None A4040 A4040 Sandwell Sandwell Warning Letter N/A      
4960 op-snap---monthly-publication-december-2025.pdf   1088 2025-12 Car Porsche Cayenne Silver Misc - Non Traffic Offences None Island Road Island Road Birmingham Birmingham Warning Letter N/A   52.5095686 -1.9544485
4995 op-snap---monthly-publication-december-2025.pdf   1123 2025-12 Car Peugeot 107 Black Misc - Non Traffic Offences None Island Road Island Road Birmingham Birmingham Warning Letter N/A   52.5095686 -1.9544485
5084 op-snap---monthly-publication-december-2025.pdf   1212 2025-12 Car Kia Ceed White Misc - Non Traffic Offences None Island Road Island Road Birmingham Birmingham Warning Letter N/A   52.5095686 -1.9544485
5118 op-snap---monthly-publication-december-2025.pdf   1246 2025-12 Car Ford Kuga Blue Misc - Non Traffic Offences None Waterloo Road Waterloo Road Wolverhampton Wolverhampton Warning Letter No Offence   52.5960155 -2.1295068

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