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 disposal = "Court", month = "2025-01" and vehicle_make = "BMW" 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

offence 5

  • Driving without Due Care and Attention 5
  • Dangerous Driving 4
  • Contravening a Red Traffic Light 2
  • Cause vehicle to be left in a dangerous position 1
  • Using a Mobile Phone Whilst Driving 1

council_area 4

  • Dudley 7
  • Birmingham 4
  • Coventry 1
  • Walsall 1

reporter_transport_mode 3

  • Car 8
  • Pedestrian 4
  • Pedal Bike 1

vehicle_make 1

  • BMW · 13 ✖

month 1

  • 2025-01 · 13 ✖

disposal 1

  • Court · 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
8901 op-snap---monthly-publication-january-2025.pdf   9 2025-01 Pedestrian BMW M3 Black Driving without Due Care and Attention None WATERFRONT CAR PARK Waterfront Car Park Dudley Dudley Court N/A Yes - Via Email    
8985 op-snap---monthly-publication-january-2025.pdf   93 2025-01 Car BMW 320D SPORT Silver Dangerous Driving No Insurance A461 DUDLEY PORT A461 Dudley Port Dudley Dudley Court N/A Yes - Via Email 52.5137817 -2.0633457
8996 op-snap---monthly-publication-january-2025.pdf   104 2025-01 Pedestrian BMW COMPETITION Blue Driving without Due Care and Attention None MERRYHILL CENTRE CAR PARK 7 Merryhill Centre Car Park 7 Dudley Dudley Court N/A Yes - Via Email    
9087 op-snap---monthly-publication-january-2025.pdf   195 2025-01 Car BMW 3 series Black Contravening a Red Traffic Light No Insurance Chase Road Chase Road Walsall Walsall Court N/A Yes - Via Email 52.6146822 -2.0143222
9175 op-snap---monthly-publication-january-2025.pdf   283 2025-01 Pedal Bike BMW M2 Black Using a Mobile Phone Whilst Driving None Bristol Road, Edgbaston Bristol Road, Edgbaston Birmingham Birmingham Court N/A Yes - Via Email 52.4561817 -1.9097774
9270 op-snap---monthly-publication-january-2025.pdf   378 2025-01 Pedestrian BMW 1 SERIES Grey Dangerous Driving None WATERFRONT MAIN CAR PARK Waterfront Main Car Park Dudley Dudley Court N/A Yes - Via Email    
9668 op-snap---monthly-publication-january-2025.pdf   776 2025-01 Car BMW 430i White Contravening a Red Traffic Light VRM fails to conform to Regulations High Street, Quarry Bank High Street, Quarry Bank Dudley Dudley Court N/A Yes - Via Email 52.4576453 -2.1150716
9875 op-snap---monthly-publication-january-2025.pdf   983 2025-01 Car BMW X5 White Driving without Due Care and Attention No Insurance CHARTER AVENUE Charter Avenue Coventry Coventry Court N/A Yes - Via Email 52.3928409 -1.5888076
9888 op-snap---monthly-publication-january-2025.pdf   996 2025-01 Car BMW 320D Black Dangerous Driving None Egghill Lane Egghill Lane Birmingham Birmingham Court N/A Yes - Via Email 52.4093768 -1.9976236
9898 op-snap---monthly-publication-january-2025.pdf   1006 2025-01 Car BMW 325 Black Driving without Due Care and Attention None Waterfront Carpark Waterfront Carpark Dudley Dudley Court N/A Yes - Via Email    
10148 op-snap---monthly-publication-january-2025.pdf   1256 2025-01 Car BMW 320d White Driving without Due Care and Attention Contravening a Red Traffic Light Warwick Road Warwick Road Birmingham Birmingham Court N/A Yes - Via Email 52.4555288 -1.8613929
10282 op-snap---monthly-publication-january-2025.pdf   1390 2025-01 Pedestrian BMW X5 Black Cause vehicle to be left in a dangerous position VRM fails to conform to Regulations CASTLE ROAD EAST Castle Road East Dudley Dudley Court N/A Yes - Via Email    
10376 op-snap---monthly-publication-january-2025.pdf   1484 2025-01 Car BMW 1 SERIES Black Dangerous Driving No Insurance COMMON LANE,SHELDON Common Lane, Sheldon Birmingham Birmingham Court N/A Yes - Via Email 52.4581998 -1.7809901

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