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 = "Warning Letter", month = "2025-03" and vehicle_make = "Renault" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, council_area_raw, nfa_rationale

offence 5

  • Driving without Reasonable Consideration 4
  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 2
  • Driving without Due Care and Attention 2
  • Contravening a Red Traffic Light 1
  • VRM fails to conform to Regulations 1

council_area 5

  • Birmingham 6
  • Coventry 1
  • Solihull 1
  • Walsall 1
  • Wolverhampton 1

reporter_transport_mode 4

  • Car 6
  • Pedestrian 2
  • Lorry 1
  • Pedal Bike 1

vehicle_make 1

  • Renault · 10 ✖

month 1

  • 2025-03 · 10 ✖

disposal 1

  • Warning Letter · 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
16262 op-snap---monthly-publication-march-2025.pdf   19 2025-03 Car Renault Clio Red VRM fails to conform to Regulations None Prospect Lane Prospect Lane Solihull Solihull Warning Letter N/A Yes - Via Email 52.4163536 -1.8123298
16416 op-snap---monthly-publication-march-2025.pdf   173 2025-03 Pedal Bike Renault Clio Silver Driving without Reasonable Consideration None Newton Road, Scott Arms Newton Road, Scott Arms Birmingham Birmingham Warning Letter N/A Yes - Via Email    
17129 op-snap---monthly-publication-march-2025.pdf   886 2025-03 Car Renault Trafic White Contravening a Red Traffic Light None Compton Road Compton Road Wolverhampton Wolverhampton Warning Letter Outside of 14 DAYS Late Submission Yes - Via Email 52.5859089 -2.1456551
17218 op-snap---monthly-publication-march-2025.pdf   975 2025-03 Car Renault Clio White Driving without Reasonable Consideration None Daventry Road Daventry Road Coventry Coventry Warning Letter N/A Yes - Via Email 52.3930931 -1.4976428
17588 op-snap---monthly-publication-march-2025.pdf   1345 2025-03 Lorry Renault Trucks White Driving without Reasonable Consideration None M6 Junction 6-7 Southbound M6 Junction 6-7 Southbound Birmingham Birmingham Warning Letter N/A Yes - Via Email 52.676119 -2.0858425
17737 op-snap---monthly-publication-march-2025.pdf   1494 2025-03 Pedestrian Renault CLIO Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Knightlow Road Knightlow Road Birmingham Birmingham Warning Letter N/A Yes - Via Email 52.4684561 -1.9608907
17920 op-snap---monthly-publication-march-2025.pdf   1677 2025-03 Car Renault Scenic Blue Driving without Reasonable Consideration None Edinburgh Road Edinburgh Road Walsall Walsall Warning Letter N/A Yes - Via Email 52.5761712 -1.9594293
18551 op-snap---monthly-publication-march-2025.pdf   2308 2025-03 Car Renault Clio Grey Driving without Due Care and Attention None Aston Church Road Aston Church Road Birmingham Birmingham Warning Letter Outside of 14 Days NIP Yes - Via Email 52.4998848 -1.8630958
18570 op-snap---monthly-publication-march-2025.pdf   2327 2025-03 Car Renault Capture Silver Driving without Due Care and Attention None Chester Road Chester Road Birmingham Birmingham Warning Letter Outside of 14 Days NIP Yes - Via Email 52.5359496 -1.8324115
18573 op-snap---monthly-publication-march-2025.pdf   2330 2025-03 Pedestrian Renault Master Silver Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Denham Road Denham Road Birmingham Birmingham Warning Letter Outside of 14 Days NIP Yes - Via Email 52.4546002 -1.8251291

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