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

13 rows where council_area = "Birmingham", offence = "Cause vehicle to be left in a dangerous position" and vehicle_make = "Volvo" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence, offence_location_raw, offence_location, nfa_rationale, latitude, longitude

month 6

  • 2025-07 5
  • 2025-01 3
  • 2025-02 2
  • 2025-04 1
  • 2025-05 1
  • 2025-06 1

disposal 5

  • Warning Letter 6
  • Education 3
  • NFA 2
  • Court 1
  • Fixed Penalty 1

reporter_transport_mode 3

  • Pedestrian 9
  • Car 3
  • Pedal Bike 1

vehicle_make 1

  • Volvo · 13 ✖

offence 1

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

council_area 1

  • Birmingham · 13 ✖
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
13288 op-snap---monthly-publication-july-2025.pdf   1340 2025-07 Pedestrian Volvo s60 Silver Cause vehicle to be left in a dangerous position None shadwell street Shadwell Street Birmingham Birmingham Warning Letter N/A   52.4860038 -1.8987257
13407 op-snap---monthly-publication-july-2025.pdf   1459 2025-07 Pedal Bike Volvo XC40 Black Cause vehicle to be left in a dangerous position None Overton Close Overton Close Birmingham Birmingham Warning Letter N/A   52.4228124 -1.8330277
13627 op-snap---monthly-publication-july-2025.pdf   1679 2025-07 Car Volvo XC40 Green 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
13712 op-snap---monthly-publication-july-2025.pdf   1764 2025-07 Pedestrian Volvo XC60 Silver Cause vehicle to be left in a dangerous position None Church Road Church Road Birmingham Birmingham NFA Not in Public Interest   52.4624743 -1.7763934
13819 op-snap---monthly-publication-july-2025.pdf   1871 2025-07 Pedestrian Volvo V40 Grey Cause vehicle to be left in a dangerous position None Kingstanding Road Kingstanding Road Birmingham Birmingham Warning Letter N/A   52.5521118 -1.8845138
16141 op-snap---monthly-publication-june-2025.pdf   2070 2025-06 Car Volvo xc40 Black 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
20343 op-snap---monthly-publication-may-2025.pdf   1705 2025-05 Car Volvo   White Cause vehicle to be left in a dangerous position None Grove Road Grove Road Birmingham Birmingham Warning Letter N/A   52.4453942 -1.8644982
1068 op-snap---monthly-publication-april-2025.pdf   1067 2025-04 Pedestrian Volvo   Silver Cause vehicle to be left in a dangerous position None All Saints Road , Kings Heath All Saints Road , Kings Heath Birmingham Birmingham NFA Outside of 14 Days NIP   52.4312552 -1.8943977
6266 op-snap---monthly-publication-february-2025.pdf   1083 2025-02 Pedestrian Volvo XC90 Green Cause vehicle to be left in a dangerous position None Berood Road Birmingham Berood Road Birmingham Birmingham Birmingham Education N/A Yes - Via Email    
6985 op-snap---monthly-publication-february-2025.pdf   1802 2025-02 Pedestrian Volvo V50 Red Cause vehicle to be left in a dangerous position None Coventry Road Coventry Road Birmingham Birmingham Education N/A Yes - Via Email 52.4726661 -1.8769032
9583 op-snap---monthly-publication-january-2025.pdf   691 2025-01 Pedestrian Volvo V60 Black Cause vehicle to be left in a dangerous position No Insurance GLENVILLE DRIVE Glenville Drive Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.5265939 -1.8509884
9702 op-snap---monthly-publication-january-2025.pdf   810 2025-01 Pedestrian Volvo V60 Black Cause vehicle to be left in a dangerous position No Insurance GLENVILLE DRIVE Glenville Drive Birmingham Birmingham Court N/A Yes - Via Email 52.5265939 -1.8509884
10193 op-snap---monthly-publication-january-2025.pdf   1301 2025-01 Pedestrian Volvo V40 Blue Cause vehicle to be left in a dangerous position None Wentworth Road Wentworth Road Birmingham Birmingham Education N/A Yes - Via Email 52.5773229 -1.8324449

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