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

7 rows where council_area = "Birmingham", offence = "Misc - Non Traffic Offences" and vehicle_make = "Hyundai" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, nfa_rationale

month 7

  • 2025-02 1
  • 2025-03 1
  • 2025-08 1
  • 2025-10 1
  • 2025-11 1
  • 2025-12 1
  • 2026-01 1

reporter_transport_mode 4

  • Pedestrian 3
  • Car 2
  • Other 1
  • Pedal Bike 1

disposal 2

  • NFA 6
  • Warning Letter 1

vehicle_make 1

  • Hyundai · 7 ✖

offence 1

  • Misc - Non Traffic Offences · 7 ✖

council_area 1

  • Birmingham · 7 ✖
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
10595 op-snap---monthly-publication-january-2026.pdf   56 2026-01 Pedal Bike Hyundai i10 Grey Misc - Non Traffic Offences None lower essex street Lower Essex Street Birmingham Birmingham NFA No Offence   52.4716178 -1.8954045
4823 op-snap---monthly-publication-december-2025.pdf   951 2025-12 Car Hyundai Ioniq Black Misc - Non Traffic Offences None Alridge Road Aldridge Road Birmingham Birmingham NFA No Offence   52.5368764 -1.8976461
21539 op-snap---monthly-publication-november-2025.pdf   1081 2025-11 Pedestrian Hyundai i10 Grey Misc - Non Traffic Offences None barclay road Barclay Road Birmingham Birmingham NFA Misc Inc Crimes      
23595 op-snap---monthly-publication-october-2025.pdf   1545 2025-10 Pedestrian Hyundai Tucson Black Misc - Non Traffic Offences None Columbia Close Columbia Close Birmingham Birmingham NFA No Offence   52.4632515 -1.9032924
2634 op-snap---monthly-publication-august-2025.pdf   609 2025-08 Car Hyundai Tucsan White Misc - Non Traffic Offences None M5 J2 M5 J2 Birmingham Birmingham NFA No Offence   52.4945433 -2.0190848
16933 op-snap---monthly-publication-march-2025.pdf   690 2025-03 Other Hyundai Ix35 Grey Misc - Non Traffic Offences None Bradshaw Avenue Bradshaw Avenue Birmingham Birmingham NFA No Offence Yes - Via Email 52.4018255 -1.9490522
5739 op-snap---monthly-publication-february-2025.pdf   556 2025-02 Pedestrian Hyundai I30 Blue Misc - Non Traffic Offences None Alcester Road Alcester Road Birmingham Birmingham Warning Letter N/A Yes - Via Email 52.4470686 -1.8880749

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