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 month = "2025-06", reporter_transport_mode = "Other" 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, offence_location_raw, offence_location, council_area_raw, nfa_rationale, latitude, longitude

offence 6

  • Driving without Due Care and Attention 5
  • Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment 2
  • Drive / Ride / Lead an animal on a footpath 1
  • Driving a vehicle wholly or partly on a footpath 1
  • Misc - Non Traffic Offences 1
  • Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD 1

disposal 5

  • Warning Letter 5
  • NFA 3
  • Court 1
  • Education 1
  • Fixed Penalty 1

council_area 4

  • Birmingham 6
  • Dudley 3
  • Sandwell 1
  • Wolverhampton 1

vehicle_make 1

  • BMW · 11 ✖

reporter_transport_mode 1

  • Other · 11 ✖

month 1

  • 2025-06 · 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
14165 op-snap---monthly-publication-june-2025.pdf   94 2025-06 Other BMW I4 Black Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment None Spouthouse Lane Spouthouse Lane Birmingham Birmingham Warning Letter N/A   52.5390972 -1.9319478
14204 op-snap---monthly-publication-june-2025.pdf   133 2025-06 Other BMW 116.. Black Driving without Due Care and Attention No Insurance Spouthouse Lane Spouthouse Lane Birmingham Birmingham Court N/A   52.5390972 -1.9319478
14234 op-snap---monthly-publication-june-2025.pdf   163 2025-06 Other BMW 530 White Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment None Norwood Road Norwood Road Dudley Dudley Fixed Penalty N/A   52.4831397 -2.1309273
14723 op-snap---monthly-publication-june-2025.pdf   652 2025-06 Other BMW M140i Black Driving without Due Care and Attention None Astbury Avenue Astbury Avenue Sandwell Sandwell NFA No Independent Evidence Available   52.4844701 -1.9740168
14846 op-snap---monthly-publication-june-2025.pdf   775 2025-06 Other BMW X2 Black Drive / Ride / Lead an animal on a footpath None Valbourne Road Valbourne Road Birmingham Birmingham Warning Letter N/A   52.4165707 -1.9062691
15082 op-snap---monthly-publication-june-2025.pdf   1011 2025-06 Other BMW 1 series Silver Driving without Due Care and Attention None Star City, Star City Birmingham Birmingham Education N/A   52.5054363 -1.8556273
15152 op-snap---monthly-publication-june-2025.pdf   1081 2025-06 Other BMW X2 Black Driving a vehicle wholly or partly on a footpath None Valbourne Road Valbourne Road Birmingham Birmingham Warning Letter N/A   52.4165707 -1.9062691
15378 op-snap---monthly-publication-june-2025.pdf   1307 2025-06 Other BMW 325D Black Misc - Non Traffic Offences None Heather Road Heather Road Birmingham Birmingham NFA No Offence   52.4699812 -1.841443
15545 op-snap---monthly-publication-june-2025.pdf   1474 2025-06 Other BMW M140 Black Driving without Due Care and Attention None Stafford Street Stafford Street Wolverhampton Wolverhampton NFA No Offence   52.5653849 -2.0755665
16135 op-snap---monthly-publication-june-2025.pdf   2064 2025-06 Other BMW 320D White Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Norwood Road Norwood Road Dudley Dudley Warning Letter N/A   52.4831397 -2.1309273
16178 op-snap---monthly-publication-june-2025.pdf   2107 2025-06 Other BMW 320 White Driving without Due Care and Attention None Tower Street Tower Street Dudley Dudley Warning Letter N/A   52.5112053 -2.0833165

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