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

9 rows where month = "2025-07", offence = "Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area" and vehicle_make = "Renault" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_colour, second_offence, council_area_raw, nfa_rationale

council_area 3

  • Birmingham 7
  • Solihull 1
  • Sutton Coldfield 1

reporter_transport_mode 2

  • Pedestrian 6
  • Car 3

disposal 2

  • Warning Letter 6
  • NFA 3

vehicle_make 1

  • Renault · 9 ✖

offence 1

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

month 1

  • 2025-07 · 9 ✖
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
12829 op-snap---monthly-publication-july-2025.pdf   881 2025-07 Pedestrian Renault Traffic Silver Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Hertford WAY Hertford WAY Solihull Solihull NFA No Offence   52.3778812 -1.7427424
13372 op-snap---monthly-publication-july-2025.pdf   1424 2025-07 Pedestrian Renault Captur Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Lincoln Road Lincoln Road Birmingham Birmingham Warning Letter N/A   52.4438344 -1.810878
13374 op-snap---monthly-publication-july-2025.pdf   1426 2025-07 Car Renault Kadjar Red Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Valentine road Valentine road Birmingham Birmingham Warning Letter N/A   52.4381959 -1.8907391
13384 op-snap---monthly-publication-july-2025.pdf   1436 2025-07 Pedestrian Renault Scenic Beige Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area No Insurance Barnsley Road Barnsley Road Birmingham Birmingham NFA Misc Inc Crimes   52.4743497 -1.965737
13428 op-snap---monthly-publication-july-2025.pdf   1480 2025-07 Pedestrian Renault capture Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area No Insurance Appleton Avenue Appleton Avenue Birmingham Birmingham Warning Letter N/A      
13440 op-snap---monthly-publication-july-2025.pdf   1492 2025-07 Pedestrian Renault Clio Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Glen Rise Glen Rise Birmingham Birmingham Warning Letter N/A   52.425244 -1.8620426
13480 op-snap---monthly-publication-july-2025.pdf   1532 2025-07 Pedestrian Renault Megane White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Coleshill Street Coleshill Street Sutton Coldfield Sutton Coldfield NFA Misc Inc Crimes   52.5645717 -1.8214603
13546 op-snap---monthly-publication-july-2025.pdf   1598 2025-07 Car Renault captur Blue Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Washwood Heath Road Washwood Heath Road Birmingham Birmingham Warning Letter N/A   52.4929304 -1.8229092
13994 op-snap---monthly-publication-july-2025.pdf   2046 2025-07 Car Renault Trafic Silver Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Forest Road, Moseley Forest Road, Moseley Birmingham Birmingham Warning Letter N/A   52.4467275 -1.8804014

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