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

10 rows where disposal = "Fixed Penalty", reporter_transport_mode = "Other" and vehicle_make = "BMW" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

month 6

  • 2025-01 3
  • 2025-02 2
  • 2025-05 2
  • 2025-03 1
  • 2025-06 1
  • 2026-02 1

offence 5

  • Cause vehicle to be left in a dangerous position 2
  • Driving without Due Care and Attention 2
  • Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD 2
  • Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipmen 2
  • Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment 2

council_area 2

  • Dudley 7
  • Birmingham 3

vehicle_make 1

  • BMW · 10 ✖

reporter_transport_mode 1

  • Other · 10 ✖

disposal 1

  • Fixed Penalty · 10 ✖
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
8827 op-snap---monthly-publication-february-2026.pdf   1574 2026-02 Other BMW 118 Black Cause vehicle to be left in a dangerous position None Glenville Drive Glenville Drive Birmingham Birmingham Fixed Penalty N/A   52.5265939 -1.8509884
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
19049 op-snap---monthly-publication-may-2025.pdf   411 2025-05 Other BMW X1 Black Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipmen Nt one Norwood Road Norwood Road Dudley Dudley Fixed Penalty N/A   52.4831397 -2.1309273
19234 op-snap---monthly-publication-may-2025.pdf   596 2025-05 Other BMW I8 Grey Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipmen Nt one Noorwood Rd Noorwood Road Dudley Dudley Fixed Penalty N/A      
16243 op-snap---monthly-publication-march-2025.pdf   0 2025-03 Other BMW 320D Grey Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment None Tower Street Tower Street Dudley Dudley Fixed Penalty N/A Yes - Via Email 52.5112053 -2.0833165
5874 op-snap---monthly-publication-february-2025.pdf   691 2025-02 Other BMW 118 Black 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
6849 op-snap---monthly-publication-february-2025.pdf   1666 2025-02 Other BMW 118 White Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Powell Street Birmingham Powell Street Birmingham Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4839387 -1.9157049
9174 op-snap---monthly-publication-january-2025.pdf   282 2025-01 Other BMW 318D Silver Driving without Due Care and Attention None Grey 7 Car Park, Waterfront Way, Merry Hill Grey 7 Car Park, Waterfront Way, Merry Hill Dudley Dudley Fixed Penalty N/A Yes - Via Email    
9328 op-snap---monthly-publication-january-2025.pdf   436 2025-01 Other BMW 320d Black Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Prospect Street, Tipton Prospect Street, Tipton Dudley Dudley Fixed Penalty N/A Yes - Via Email    
10510 op-snap---monthly-publication-january-2025.pdf   1618 2025-01 Other BMW 318D Blue Driving without Due Care and Attention None The Waterfront Car Park The Waterfront Car Park Dudley Dudley Fixed Penalty N/A Yes - Via Email    

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