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 = "NFA", month = "2025-03" and vehicle_make = "Seat" 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

reporter_transport_mode 4

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

offence 4

  • Driving without Due Care and Attention 6
  • Misc - Non Traffic Offences 2
  • Driving without Reasonable Consideration 1
  • Using a Mobile Phone Whilst Driving 1

council_area 4

  • Birmingham 5
  • Out of Force Area 2
  • Wolverhampton 2
  • Solihull 1

vehicle_make 1

  • Seat · 10 ✖

month 1

  • 2025-03 · 10 ✖

disposal 1

  • NFA · 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
16451 op-snap---monthly-publication-march-2025.pdf   208 2025-03 car Seat Leon Black Driving without Due Care and Attention None Biddings Lane, Biddings Lane Wolverhampton Wolverhampton NFA No VRM Yes - Via Email 52.5498138 -2.0913674
16640 op-snap---monthly-publication-march-2025.pdf   397 2025-03 Car Seat Ateca White Driving without Reasonable Consideration None Watling Street, Atherstone Watling Street, Atherstone Out of Force Area Out of Force Area NFA Out of Force Yes - Via Email    
16956 op-snap---monthly-publication-march-2025.pdf   713 2025-03 Car Seat Ibiza Blue Misc - Non Traffic Offences None M54 M54 Wolverhampton Wolverhampton NFA Misc Inc Crimes Yes - Via Email    
17363 op-snap---monthly-publication-march-2025.pdf   1120 2025-03 Car Seat Ateca Red Driving without Due Care and Attention None A38 A38 Birmingham Birmingham NFA No VRM Yes - Via Email    
17366 op-snap---monthly-publication-march-2025.pdf   1123 2025-03 Pedestrian Seat Ibiza White Misc - Non Traffic Offences None Cannon Hill Park Cannon Hill Park Birmingham Birmingham NFA No Independent Evidence Available Yes - Via Email 52.4516065 -1.9026461
17496 op-snap---monthly-publication-march-2025.pdf   1253 2025-03 Pedal Bike Seat Leon Black Driving without Due Care and Attention None Barbourne Road, Worcester Barbourne Road, Worcester Out of Force Area Out of Force Area NFA Out of Force Yes - Via Email    
17524 op-snap---monthly-publication-march-2025.pdf   1281 2025-03 Car Seat Leon Blue Driving without Due Care and Attention None Hobbs Moat Road Hobbs Moat Road Solihull Solihull NFA No VRM Yes - Via Email    
17949 op-snap---monthly-publication-march-2025.pdf   1706 2025-03 Car Seat Ibiza White Driving without Due Care and Attention None Shenley Lane Shenley Lane Birmingham Birmingham NFA No VRM Yes - Via Email 52.430111 -1.9753703
18392 op-snap---monthly-publication-march-2025.pdf   2149 2025-03 Car Seat Leon Grey Driving without Due Care and Attention None Springhill Springhill Birmingham Birmingham NFA No Offence Yes - Via Email 52.6019129 -1.8076006
18450 op-snap---monthly-publication-march-2025.pdf   2207 2025-03 Pedestrian Seat Alhambra White Using a Mobile Phone Whilst Driving None Hurst Street Hurst Street Birmingham Birmingham NFA No Offence Yes - Via Email 52.4714381 -1.893243

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