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 month = "2025-03" and vehicle_make = "Yamaha" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, second_offence, offence_location, council_area_raw, nfa_rationale

offence 6

  • Driving without Due Care and Attention 3
  • 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 equipment 2
  • Contravening a Red Traffic Light 1
  • Dangerous Driving 1
  • Misc - Non Traffic Offences 1

reporter_transport_mode 4

  • Car 6
  • Other 2
  • Pedestrian 1
  • Van 1

disposal 4

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

council_area 3

  • Birmingham 6
  • Dudley 3
  • Walsall 1

vehicle_make 1

  • Yamaha · 10 ✖

month 1

  • 2025-03 · 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
16269 op-snap---monthly-publication-march-2025.pdf   26 2025-03 Car Yamaha Lex moto Black Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Bristol Road Bristol Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4543565 -1.9114004
16539 op-snap---monthly-publication-march-2025.pdf   296 2025-03 Car Yamaha 125 Blue Contravening a Red Traffic Light None Coventry Road Coventry Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4726661 -1.8769032
16563 op-snap---monthly-publication-march-2025.pdf   320 2025-03 Car Yamaha MT125 Silver Misc - Non Traffic Offences None Audnam Audnam Dudley Dudley NFA No Independent Evidence Available Yes - Via Email 52.4708277 -2.15449
16624 op-snap---monthly-publication-march-2025.pdf   381 2025-03 Car Yamaha R6 Blue Driving without Due Care and Attention None High Street High Street Birmingham Birmingham Warning Letter N/A Yes - Via Email 52.5254588 -1.8373064
16994 op-snap---monthly-publication-march-2025.pdf   751 2025-03 Car Yamaha XC White Driving without Due Care and Attention No Insurance Farnborough Road Farnborough Road Birmingham Birmingham Court N/A Yes - Via Email 52.5148331 -1.79231
17377 op-snap---monthly-publication-march-2025.pdf   1134 2025-03 Other Yamaha 125 White Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment None Tower Road Tower Road Dudley Dudley Fixed Penalty N/A Yes - Via Email    
18056 op-snap---monthly-publication-march-2025.pdf   1813 2025-03 Other Yamaha Royal Enfield Black Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None High Street, High Street Dudley Dudley Warning Letter N/A Yes - Via Email 52.4779764 -2.1598371
18155 op-snap---monthly-publication-march-2025.pdf   1912 2025-03 Van Yamaha GPD Grey Dangerous Driving None ASHTREE ROAD Ashtree Road Walsall Walsall Court N/A Yes - Via Email    
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
18611 op-snap---monthly-publication-march-2025.pdf   2368 2025-03 Car Yamaha MT10 Grey Driving without Due Care and Attention No Insurance CHESTER ROAD Chester Road Birmingham Birmingham Warning Letter Outside of 14 Days NIP Yes - Via Email 52.5359496 -1.8324115

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