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

11 rows where month = "2025-05", offence = "Cause vehicle to be left in a dangerous position" and vehicle_make = "Audi" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, second_offence, council_area_raw, nfa_rationale

disposal 5

  • Warning Letter 6
  • NFA 2
  • Education 1
  • Fixed Penalty 1
  • Other Action Taken 1

council_area 4

  • Birmingham 8
  • Sandwell 1
  • Sutton Coldfield 1
  • Walsall 1

reporter_transport_mode 3

  • Pedestrian 6
  • Car 4
  • Pedal Bike 1

vehicle_make 1

  • Audi · 11 ✖

offence 1

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

month 1

  • 2025-05 · 11 ✖
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
18995 op-snap---monthly-publication-may-2025.pdf   357 2025-05 Car Audi ADVANTGARDE Blue Cause vehicle to be left in a dangerous position No Insurance LADYPOOL ROAD Ladypool Road Birmingham Birmingham Other Action Taken nN/A   52.4520441 -1.8787544
19135 op-snap---monthly-publication-may-2025.pdf   497 2025-05 Car Audi A3 Black Cause vehicle to be left in a dangerous position none WATVILLE ROAD Watville Road Sandwell Sandwell Fixed Penalty N/A      
19202 op-snap---monthly-publication-may-2025.pdf   564 2025-05 Pedestrian Audi A3 Blue Cause vehicle to be left in a dangerous position None Ashdale Drive Ashdale Drive Birmingham Birmingham Education N/A   52.4027335 -1.876125
19225 op-snap---monthly-publication-may-2025.pdf   587 2025-05 Pedestrian Audi S3 White Cause vehicle to be left in a dangerous position None Berwood Road Berwood Road Sutton Coldfield Sutton Coldfield Warning Letter N/A   52.5342947 -1.8155375
19882 op-snap---monthly-publication-may-2025.pdf   1244 2025-05 Car Audi A3 Silver Cause vehicle to be left in a dangerous position None Witton Road Witton Road Birmingham Birmingham NFA Outside of 14 Days NIP   52.513336 -1.8833226
20132 op-snap---monthly-publication-may-2025.pdf   1494 2025-05 Pedestrian Audi SQ8 Black Cause vehicle to be left in a dangerous position None Hobbs Road Hobbs Road Walsall Walsall Warning Letter N/A      
20169 op-snap---monthly-publication-may-2025.pdf   1531 2025-05 Car Audi A4 White Cause vehicle to be left in a dangerous position None Washwood Heath Road Washwood Heath Road Birmingham Birmingham Warning Letter N/A   52.4929304 -1.8229092
20245 op-snap---monthly-publication-may-2025.pdf   1607 2025-05 Pedestrian Audi S3 Yellow Cause vehicle to be left in a dangerous position none Kings Heath High Street Kings Heath High Street Birmingham Birmingham Warning Letter N/A   52.4391028 -1.893289
20372 op-snap---monthly-publication-may-2025.pdf   1734 2025-05 Pedestrian Audi A4 Grey Cause vehicle to be left in a dangerous position None Fox Hollies Road Fox Hollies Road Birmingham Birmingham Warning Letter N/A   52.5517052 -1.7825505
20394 op-snap---monthly-publication-may-2025.pdf   1756 2025-05 Pedal Bike Audi A4 Grey Cause vehicle to be left in a dangerous position None Hurst Street Hurst Street Birmingham Birmingham Warning Letter N/A   52.4714381 -1.893243
20423 op-snap---monthly-publication-may-2025.pdf   1785 2025-05 Pedestrian Audi A5 Black Cause vehicle to be left in a dangerous position None Bristol Road Bristol Road Birmingham Birmingham NFA Not in Public Interest   52.4543565 -1.9114004

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