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 disposal = "Court", month = "2025-03" and reporter_transport_mode = "Pedestrian" 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, latitude, longitude

vehicle_make 9

  • Vauxhall 2
  • Volkswagen 2
  • BMW 1
  • Kia 1
  • Mercedes-Benz 1
  • Peugeot 1
  • Seat 1
  • Toyota 1
  • Yamaha 1

offence 8

  • Cause vehicle to be left in a dangerous position 3
  • Contravening a Red Traffic Light 2
  • Dangerous Driving 1
  • Driving without Due Care and Attention 1
  • Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD 1
  • Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment 1
  • Stop a vehicle within pelican pedestrian crossing limits 1
  • Using a Mobile Phone Whilst Driving 1

council_area 5

  • Birmingham 4
  • Walsall 3
  • Dudley 2
  • Coventry 1
  • Sandwell 1

reporter_transport_mode 1

  • Pedestrian · 11 ✖

month 1

  • 2025-03 · 11 ✖

disposal 1

  • Court · 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
16285 op-snap---monthly-publication-march-2025.pdf   42 2025-03 Pedestrian Mercedes-Benz AMG Silver Cause vehicle to be left in a dangerous position No Insurance Clent Road Clent Road Sandwell Sandwell Court N/A Yes - Via Email 52.4725947 -1.9952306
16322 op-snap---monthly-publication-march-2025.pdf   79 2025-03 Pedestrian Vauxhall ASTRA Grey Using a Mobile Phone Whilst Driving No Seat Belt DAW END LANE Daw End Lane Metropolitan Borough of Walsall Walsall Court N/A Yes - Via Email 52.6068849 -1.9611652
16793 op-snap---monthly-publication-march-2025.pdf   550 2025-03 Pedestrian Volkswagen Polo Grey Driving without Due Care and Attention No Insurance Waterfront Way, Merry Hill (Car Park 7) Waterfront Way, Merry Hill (Car Park 7) Dudley Dudley Court N/A Yes - Via Email    
16940 op-snap---monthly-publication-march-2025.pdf   697 2025-03 Pedestrian Toyota Corolla White 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
17071 op-snap---monthly-publication-march-2025.pdf   828 2025-03 Pedestrian Vauxhall Insignia Silver Contravening a Red Traffic Light Use vehicle on a road without valid test certificate Daw End Lane Daw End Lane Metropolitan Borough of Walsall Walsall Court N/A Yes - Via Email 52.6068849 -1.9611652
17258 op-snap---monthly-publication-march-2025.pdf   1015 2025-03 Pedestrian BMW 218D White Stop a vehicle within pelican pedestrian crossing limits Use vehicle on a road without valid test certificate Dudley Road Dudley Road Birmingham Birmingham Court N/A Yes - Via Email 52.4865107 -1.9386263
17268 op-snap---monthly-publication-march-2025.pdf   1025 2025-03 Pedestrian Kia Sportage Orange Contravening a Red Traffic Light None Daw End Lane Daw End Lane Metropolitan Borough of Walsall Walsall Court N/A Yes - Via Email 52.6068849 -1.9611652
17489 op-snap---monthly-publication-march-2025.pdf   1246 2025-03 Pedestrian Volkswagen Polo Silver Dangerous Driving None Waterfront Way (Car Park 7), Brierley Hill Waterfront Way (Car Park 7), Brierley Hill Dudley Dudley Court N/A Yes - Via Email    
17835 op-snap---monthly-publication-march-2025.pdf   1592 2025-03 Pedestrian Peugeot 207 Grey Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD No Insurance Foleshill Road Foleshill Road Coventry Coventry Court N/A Yes - Via Email 52.4274335 -1.5002381
18064 op-snap---monthly-publication-march-2025.pdf   1821 2025-03 Pedestrian Seat Alahambra White Cause vehicle to be left in a dangerous position None Brays Road Sheldon Brays Road Sheldon Birmingham Birmingham Court N/A Yes - Via Email 52.4629816 -1.780277
18401 op-snap---monthly-publication-march-2025.pdf   2158 2025-03 Pedestrian Yamaha motorbike White Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment No Insurance Bishopsgate Street Bishopsgate Street Birmingham Birmingham Court N/A Yes - Via Email 52.473986 -1.9147087

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