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 = "Birmingham", month = "2025-08" and offence = "Drive on hard shoulder" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, nfa_rationale

vehicle_make 5

  • Toyota 2
  • Vauxhall 2
  • BMW 1
  • Mercedes-Benz 1
  • Suzuki 1

disposal 3

  • Education 3
  • NFA 3
  • Warning Letter 2

reporter_transport_mode 2

  • Car 7
  • Lorry 1

offence 1

  • Drive on hard shoulder · 8 ✖

month 1

  • 2025-08 · 8 ✖

council_area 1

  • Birmingham · 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
2104 op-snap---monthly-publication-august-2025.pdf   79 2025-08 Car Mercedes-Benz C200 White Drive on hard shoulder None M6 M6 Birmingham Birmingham NFA No VRM      
2154 op-snap---monthly-publication-august-2025.pdf   129 2025-08 Car   Copen Gold Drive on hard shoulder None M6 Southbound Jct 6 M6 Southbound Junction 6 Birmingham Birmingham Education N/A   52.6760749 -2.0862582
2510 op-snap---monthly-publication-august-2025.pdf   485 2025-08 Car Toyota Yaris Grey Drive on hard shoulder None M5 approaching Jct 8 M6 M5 approaching Junction 8 M6 Birmingham Birmingham Education N/A      
2743 op-snap---monthly-publication-august-2025.pdf   718 2025-08 Car Toyota Avensis Black Drive on hard shoulder None M6 North Jct 4A M6 North Junction 4A Birmingham Birmingham Education N/A      
2753 op-snap---monthly-publication-august-2025.pdf   728 2025-08 Car BMW 520.. Grey Drive on hard shoulder None M6 (North) M6 (North) Birmingham Birmingham Warning Letter N/A   52.5143137 -1.7683873
2981 op-snap---monthly-publication-august-2025.pdf   956 2025-08 Car Vauxhall Insignia Black Drive on hard shoulder None M6 Motorway M6 Motorway Birmingham Birmingham NFA Outside of 14 Days NIP   52.5327447 -1.899844
3456 op-snap---monthly-publication-august-2025.pdf   1431 2025-08 Lorry Suzuki swift Silver Drive on hard shoulder None M5 northbound to M6 M5 northbound to M6 Birmingham Birmingham NFA Misc Inc Crimes      
3734 op-snap---monthly-publication-august-2025.pdf   1709 2025-08 Car Vauxhall Insignia Blue Drive on hard shoulder None M5 M5 Birmingham Birmingham Warning Letter N/A      

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