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

12 rows where disposal = "Fixed Penalty", 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: source_file, vehicle_model, vehicle_colour, council_area_raw

month 5

  • 2025-02 5
  • 2025-03 3
  • 2025-01 2
  • 2025-06 1
  • 2025-08 1

council_area 4

  • Birmingham 8
  • Sandwell 2
  • Solihull 1
  • Sutton Coldfield 1

reporter_transport_mode 2

  • Pedestrian 10
  • Car 2

vehicle_make 1

  • Renault · 12 ✖

offence 1

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

disposal 1

  • Fixed Penalty · 12 ✖
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
3181 op-snap---monthly-publication-august-2025.pdf   1156 2025-08 Car Renault Scenic blue Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Hertford Way Hertford Way Solihull Solihull Fixed Penalty N/A   52.3778812 -1.7427424
15408 op-snap---monthly-publication-june-2025.pdf   1337 2025-06 Pedestrian Renault clio Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Howard Road Howard Road Birmingham Birmingham Fixed Penalty N/A   52.5154198 -1.9135452
17567 op-snap---monthly-publication-march-2025.pdf   1324 2025-03 Pedestrian Renault Captur White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Whitehouse Common Road Whitehouse Common Road Sutton Coldfield Sutton Coldfield Fixed Penalty N/A Yes - Via Email 52.574907 -1.8032902
17694 op-snap---monthly-publication-march-2025.pdf   1451 2025-03 Pedestrian Renault clio Green Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Homer Street Homer Street Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4562221 -1.8878992
18289 op-snap---monthly-publication-march-2025.pdf   2046 2025-03 Pedestrian Renault Trafic Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Drayton Road Drayton Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4321165 -1.8902667
5826 op-snap---monthly-publication-february-2025.pdf   643 2025-02 Pedestrian Renault Van White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Buttery Road, Smethwick Buttery Road, Smethwick Sandwell Sandwell Fixed Penalty N/A Yes - Via Email 52.4968875 -1.9838564
6270 op-snap---monthly-publication-february-2025.pdf   1087 2025-02 Pedestrian Renault Clio Blue Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Ladypool Road Ladypool Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4520441 -1.8787544
6447 op-snap---monthly-publication-february-2025.pdf   1264 2025-02 Pedestrian Renault Master Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Hugh Road Hugh Road Sandwell Sandwell Fixed Penalty N/A Yes - Via Email 52.4941159 -1.9842983
6454 op-snap---monthly-publication-february-2025.pdf   1271 2025-02 Pedestrian Renault Master White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Kings Heath High Street Birmingham Kings Heath High Street Birmingham Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4391028 -1.893289
7190 op-snap---monthly-publication-february-2025.pdf   2007 2025-02 Pedestrian Renault Clio Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Richmond Road Richmond Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.566947 -1.8291809
9216 op-snap---monthly-publication-january-2025.pdf   324 2025-01 Car Renault TRAFIC White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None EDDISH ROAD Eddish Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4833672 -1.7871439
10325 op-snap---monthly-publication-january-2025.pdf   1433 2025-01 Pedestrian Renault Traffic White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Coventry Road Coventry Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4726661 -1.8769032

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