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

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

✎ View and edit SQL

This data as json, CSV (advanced)

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

disposal 4

  • Warning Letter 10
  • NFA 3
  • Education 2
  • Fixed Penalty 1

reporter_transport_mode 3

  • Pedestrian 9
  • Car 6
  • Other 1

council_area 3

  • Birmingham 14
  • Dudley 1
  • Sandwell 1

vehicle_make 1

  • Toyota · 16 ✖

offence 1

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

month 1

  • 2025-05 · 16 ✖
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
18647 op-snap---monthly-publication-may-2025.pdf   9 2025-05 Other Toyota Prius Silver Cause vehicle to be left in a dangerous position None Glenville Drive Glenville Drive Birmingham Birmingham NFA Outside of 14 Days NIP   52.5265939 -1.8509884
18672 op-snap---monthly-publication-may-2025.pdf   34 2025-05 Car Toyota Rav4 Black Cause vehicle to be left in a dangerous position None Darwin Street Darwin Street Birmingham Birmingham NFA Outside of 14 Days NIP   52.468128 -1.8848315
18948 op-snap---monthly-publication-may-2025.pdf   310 2025-05 Pedestrian Toyota PROACE White Cause vehicle to be left in a dangerous position None BUNBURY ROAD Bunbury Road Birmingham Birmingham Fixed Penalty N/A   52.4142089 -1.9587147
19148 op-snap---monthly-publication-may-2025.pdf   510 2025-05 Pedestrian Toyota YARIS Grey Cause vehicle to be left in a dangerous position None WOODVILLE ROAD Woodville Road Birmingham Birmingham Education N/A   52.4616763 -1.9653016
19164 op-snap---monthly-publication-may-2025.pdf   526 2025-05 Pedestrian Toyota COROLLA Silver Cause vehicle to be left in a dangerous position None GAYFIELD AVENUE Gayfield Avenue Dudley Dudley Education N/A   52.4693896 -2.1251602
20139 op-snap---monthly-publication-may-2025.pdf   1501 2025-05 Pedestrian Toyota Yaris White Cause vehicle to be left in a dangerous position None Hazelbeach Road Hazelbeach Road Birmingham Birmingham NFA No Offence   52.4902804 -1.843529
20146 op-snap---monthly-publication-may-2025.pdf   1508 2025-05 Pedestrian Toyota corolla Silver Cause vehicle to be left in a dangerous position No Insurance Wake Green Road Wake Green Road Birmingham Birmingham Warning Letter N/A   52.4437078 -1.8783408
20166 op-snap---monthly-publication-may-2025.pdf   1528 2025-05 Car Toyota Aygo Grey Cause vehicle to be left in a dangerous position No Insurance Washwood Heath Road Washwood Heath Road Birmingham Birmingham Warning Letter N/A   52.4929304 -1.8229092
20184 op-snap---monthly-publication-may-2025.pdf   1546 2025-05 Car Toyota Yaris Brown Cause vehicle to be left in a dangerous position Misc - Non Traffic Off eWncaesshwood Heath Road e Wncaesshwood Heath Road Birmingham Birmingham Warning Letter N/A      
20186 op-snap---monthly-publication-may-2025.pdf   1548 2025-05 Car Toyota Prius Black Cause vehicle to be left in a dangerous position none Allen's Croft Allen's Croft Birmingham Birmingham Warning Letter N/A      
20200 op-snap---monthly-publication-may-2025.pdf   1562 2025-05 Car Toyota Prius 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
20209 op-snap---monthly-publication-may-2025.pdf   1571 2025-05 Car Toyota Prius Grey 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
20357 op-snap---monthly-publication-may-2025.pdf   1719 2025-05 Pedestrian Toyota MPV White Cause vehicle to be left in a dangerous position None Bearwood road Bearwood road Sandwell Sandwell Warning Letter N/A   52.4725977 -1.9684448
20371 op-snap---monthly-publication-may-2025.pdf   1733 2025-05 Pedestrian Toyota Verso Silver 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
20373 op-snap---monthly-publication-may-2025.pdf   1735 2025-05 Pedestrian Toyota Aygo 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
20391 op-snap---monthly-publication-may-2025.pdf   1753 2025-05 Pedestrian Toyota Prius Black Cause vehicle to be left in a dangerous position None Willow Avenue Willow Avenue Birmingham Birmingham Warning Letter N/A   52.4792236 -1.9652858

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