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 = "2026-02", offence = "Cause vehicle to be left in a dangerous position" and reporter_transport_mode = "Car" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_colour, second_offence, offence_location_raw, offence_location, council_area_raw, nfa_rationale, latitude, longitude

vehicle_make 7

  • Toyota 2
  • Vauxhall 2
  • Dennis 1
  • Land Rover 1
  • Nissan 1
  • Seat 1
  • Volkswagen 1

council_area 5

  • Birmingham 5
  • Coventry 1
  • Halesowen 1
  • Out of Force Area 1
  • Sandwell 1

disposal 4

  • Education 4
  • Warning Letter 3
  • Fixed Penalty 1
  • NFA 1

reporter_transport_mode 1

  • Car · 9 ✖

offence 1

  • Cause vehicle to be left in a dangerous position · 9 ✖

month 1

  • 2026-02 · 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
7283 op-snap---monthly-publication-february-2026.pdf   30 2026-02 Car Nissan Qashqai White Cause vehicle to be left in a dangerous position None Chantry Road Chantry Road Birmingham Birmingham Education N/A   52.4496376 -1.8915224
7459 op-snap---monthly-publication-february-2026.pdf   206 2026-02 Car Vauxhall Corsa Red Cause vehicle to be left in a dangerous position None Feldon Lane Feldon Lane Halesowen Halesowen Warning Letter N/A   52.466978 -2.0272755
7582 op-snap---monthly-publication-february-2026.pdf   329 2026-02 Car Dennis   Green Cause vehicle to be left in a dangerous position None Tinkers Farm Road Tinkers Farm Road Birmingham Birmingham Education N/A   52.4124264 -1.981477
7661 op-snap---monthly-publication-february-2026.pdf   408 2026-02 Car Toyota Auris Black Cause vehicle to be left in a dangerous position None Hurstcroft Road Hurstcroft Road Birmingham Birmingham Education N/A   52.4830179 -1.783876
7662 op-snap---monthly-publication-february-2026.pdf   409 2026-02 Car Volkswagen Tiguan Grey Cause vehicle to be left in a dangerous position None Hurstcroft Road Hurstcroft Road Birmingham Birmingham Education N/A   52.4830179 -1.783876
7867 op-snap---monthly-publication-february-2026.pdf   614 2026-02 Car Seat Ibiza Black Cause vehicle to be left in a dangerous position None Hilton Road Hilton Road Out of Force Area Out of Force Area NFA Out of Force   52.5609419 -2.1099418
7875 op-snap---monthly-publication-february-2026.pdf   622 2026-02 Car Vauxhall Vivaro White Cause vehicle to be left in a dangerous position No Insurance Alum Rock Road, Ward End Alum Rock Road, Ward End Birmingham Birmingham Fixed Penalty N/A   52.4928469 -1.8196362
8838 op-snap---monthly-publication-february-2026.pdf   1585 2026-02 Car Toyota aygo White Cause vehicle to be left in a dangerous position None De Montfort road De Montfort road Coventry Coventry Warning Letter N/A      
8852 op-snap---monthly-publication-february-2026.pdf   1599 2026-02 Car Land Rover defender Black Cause vehicle to be left in a dangerous position none high street, kingswinford High Street, Kingswinford Sandwell Sandwell Warning Letter N/A      

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