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 month = "2025-06", offence = "Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area" and vehicle_make = "Honda" 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, nfa_rationale, latitude, longitude

disposal 3

  • Warning Letter 4
  • Fixed Penalty 2
  • NFA 2

reporter_transport_mode 2

  • Pedestrian 7
  • Car 1

vehicle_make 1

  • Honda · 8 ✖

offence 1

  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area · 8 ✖

month 1

  • 2025-06 · 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
14662 op-snap---monthly-publication-june-2025.pdf   591 2025-06 Pedestrian Honda CRV Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Howard Rd Howard Road Birmingham Birmingham NFA No Offence   52.5154198 -1.9135452
15834 op-snap---monthly-publication-june-2025.pdf   1763 2025-06 Pedestrian Honda Jazz Blue Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Chesterton Road Chesterton Road Birmingham Birmingham Fixed Penalty N/A   52.4546719 -1.8753744
15845 op-snap---monthly-publication-june-2025.pdf   1774 2025-06 Pedestrian Honda Jazz Blue Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area   Drayton Road Drayton Road Birmingham Birmingham Fixed Penalty N/A   52.4321165 -1.8902667
15849 op-snap---monthly-publication-june-2025.pdf   1778 2025-06 Pedestrian Honda CR-V Silver Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Coventry Road Coventry Road Birmingham Birmingham NFA No Offence   52.4726661 -1.8769032
15884 op-snap---monthly-publication-june-2025.pdf   1813 2025-06 Pedestrian Honda CR-V Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Reddings Lane Reddings Lane Birmingham Birmingham Warning Letter N/A   52.4506039 -1.8463952
16169 op-snap---monthly-publication-june-2025.pdf   2098 2025-06 Pedestrian Honda civic Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Florence Road Florence Road Birmingham Birmingham Warning Letter N/A   52.5358059 -1.8289953
16171 op-snap---monthly-publication-june-2025.pdf   2100 2025-06 Car Honda Jazz Red Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Lozells Road Lozells Road Birmingham Birmingham Warning Letter N/A   52.502683 -1.9033516
16175 op-snap---monthly-publication-june-2025.pdf   2104 2025-06 Pedestrian Honda CRV Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Reddings Lane Reddings Lane Birmingham Birmingham Warning Letter N/A   52.4506039 -1.8463952

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