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

14 rows where month = "2025-03", offence = "Cause vehicle to be left in a dangerous position" and vehicle_make = "Ford" 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

council_area 6

  • Birmingham 8
  • Sandwell 2
  • Coventry 1
  • Metropolitan Borough Of Dudley 1
  • Sutton Coldfield 1
  • Walsall 1

disposal 4

  • Fixed Penalty 8
  • Education 3
  • Warning Letter 2
  • Other Action Taken 1

reporter_transport_mode 3

  • Pedestrian 11
  • Car 2
  • Pedal Bike 1

vehicle_make 1

  • Ford · 14 ✖

offence 1

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

month 1

  • 2025-03 · 14 ✖
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
16464 op-snap---monthly-publication-march-2025.pdf   221 2025-03 Pedestrian Ford Fiesta Grey Cause vehicle to be left in a dangerous position None Church Road Church Road Metropolitan Borough of Walsall Walsall Warning Letter Outside of 14 Days NIP Yes - Via Email 52.6053651 -2.0355532
16660 op-snap---monthly-publication-march-2025.pdf   417 2025-03 Car Ford Kuga Blue Cause vehicle to be left in a dangerous position None Blakenhale Road Blakenhale Road Birmingham Birmingham Education N/A Yes - Via Email 52.473606 -1.7864552
16689 op-snap---monthly-publication-march-2025.pdf   446 2025-03 Pedestrian Ford Transit White Cause vehicle to be left in a dangerous position None Breedon Road Breedon Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4191978 -1.9251219
16712 op-snap---monthly-publication-march-2025.pdf   469 2025-03 Pedestrian Ford Mondeo White Cause vehicle to be left in a dangerous position None Clent Road on corner of Wheatley Road Clent Road on corner of Wheatley Road Sandwell Sandwell Education N/A Yes - Via Email    
16922 op-snap---monthly-publication-march-2025.pdf   679 2025-03 Pedestrian Ford Focus Blue Cause vehicle to be left in a dangerous position None St Albans Road Street Albans Road Sandwell Sandwell Fixed Penalty N/A Yes - Via Email    
16935 op-snap---monthly-publication-march-2025.pdf   692 2025-03 Pedestrian Ford Focus ST White Cause vehicle to be left in a dangerous position None Glenville Drive Glenville Drive Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.5265939 -1.8509884
17131 op-snap---monthly-publication-march-2025.pdf   888 2025-03 Pedestrian Ford S Max Grey Cause vehicle to be left in a dangerous position None Brookside Avenue Brookside Avenue Coventry Coventry Fixed Penalty N/A Yes - Via Email 52.411064 -1.5578725
17174 op-snap---monthly-publication-march-2025.pdf   931 2025-03 Pedestrian Ford Focus Blue Cause vehicle to be left in a dangerous position None Gayfield Avenue Gayfield Avenue Metropolitan Borough of Dudley Metropolitan Borough Of Dudley Warning Letter N/A Yes - Via Email 52.4693896 -2.1251602
17396 op-snap---monthly-publication-march-2025.pdf   1153 2025-03 Pedestrian Ford Fiesat Blue Cause vehicle to be left in a dangerous position None Quinton Road West Quinton Road West Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.457704 -2.0022002
17869 op-snap---monthly-publication-march-2025.pdf   1626 2025-03 Pedal Bike Ford Transit White Cause vehicle to be left in a dangerous position None Kings Road B4149 Kings Road B4149 Sutton Coldfield Sutton Coldfield Fixed Penalty N/A Yes - Via Email 52.5496587 -1.8665906
17962 op-snap---monthly-publication-march-2025.pdf   1719 2025-03 Pedestrian Ford FIESTA Red Cause vehicle to be left in a dangerous position None SPRINGFIELD ROAD Springfield Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4327486 -1.8844997
18146 op-snap---monthly-publication-march-2025.pdf   1903 2025-03 Car Ford Focus Red Cause vehicle to be left in a dangerous position None Calthorpe Academy, Darwin Street Calthorpe Academy, Darwin Street Birmingham Birmingham Education N/A Yes - Via Email 52.4676081 -1.8825231
18150 op-snap---monthly-publication-march-2025.pdf   1907 2025-03 Pedestrian Ford Fiesta Black Cause vehicle to be left in a dangerous position None Petersfield Road Petersfield Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4307 -1.8494663
18556 op-snap---monthly-publication-march-2025.pdf   2313 2025-03 Pedestrian Ford FOCUS Black Cause vehicle to be left in a dangerous position No Insurance THE RUSSELLS The Russells Birmingham Birmingham Other Action Taken N/A Yes - Via Email 52.4488846 -1.9008846

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