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

reporter_transport_mode 4

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

disposal 3

  • Warning Letter 7
  • Fixed Penalty 4
  • Education 1

vehicle_make 1

  • Nissan · 12 ✖

offence 1

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

month 1

  • 2026-02 · 12 ✖

council_area 1

  • Birmingham 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
7253 op-snap---monthly-publication-february-2026.pdf   0 2026-02 Other Nissan Juke Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Whitby Road / Brighton Road Whitby Road / Brighton Road Birmingham Birmingham Fixed Penalty N/A   52.4531617 -1.8811068
7309 op-snap---monthly-publication-february-2026.pdf   56 2026-02 Pedal Bike Nissan Qashqai Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Wheelers Lane Wheelers Lane Birmingham Birmingham Warning Letter N/A   52.4306504 -1.878052
7317 op-snap---monthly-publication-february-2026.pdf   64 2026-02 Other Nissan Note Red Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Glenville Drive Glenville Drive Birmingham Birmingham Fixed Penalty N/A   52.5265939 -1.8509884
7476 op-snap---monthly-publication-february-2026.pdf   223 2026-02 Car Nissan Juke Blue Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Witton Road Witton Road Birmingham Birmingham Warning Letter N/A   52.513336 -1.8833226
7495 op-snap---monthly-publication-february-2026.pdf   242 2026-02 Pedestrian Nissan Qashqai Blue Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Stratford Road Stratford Road Birmingham Birmingham Fixed Penalty N/A   52.4203897 -1.8338574
7707 op-snap---monthly-publication-february-2026.pdf   454 2026-02 Pedestrian Nissan Micra Silver Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Friary Road Friary Road Birmingham Birmingham Education N/A   52.5162814 -1.9395798
7901 op-snap---monthly-publication-february-2026.pdf   648 2026-02 Pedestrian Nissan Juke Yellow Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Ryde Grove Ryde Grove Birmingham Birmingham Warning Letter N/A   52.4395033 -1.8375638
7975 op-snap---monthly-publication-february-2026.pdf   722 2026-02 Other Nissan Note Red Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Glenville Drive Glenville Drive Birmingham Birmingham Fixed Penalty N/A   52.5265939 -1.8509884
8624 op-snap---monthly-publication-february-2026.pdf   1371 2026-02 Pedestrian Nissan xtrail White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None high street harborne High Street Harborne Birmingham Birmingham Warning Letter N/A   52.4612733 -1.9430543
8634 op-snap---monthly-publication-february-2026.pdf   1381 2026-02 Pedestrian Nissan qashqai Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None buckingham road Buckingham Road Birmingham Birmingham Warning Letter N/A   52.5524207 -1.8329056
8841 op-snap---monthly-publication-february-2026.pdf   1588 2026-02 Car Nissan navara Black 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
8865 op-snap---monthly-publication-february-2026.pdf   1612 2026-02 Car Nissan leaf White 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

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