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

16 rows where disposal = "Education", month = "2025-10" and vehicle_make = "Audi" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, council_area_raw

council_area 5

  • Birmingham 10
  • Solihull 2
  • Wolverhampton 2
  • Coventry 1
  • Sutton Coldfield 1

offence 3

  • Driving without Due Care and Attention 12
  • Contravening a Red Traffic Light 3
  • Drive a vehicle other than on the carriageway of a motorway 1

reporter_transport_mode 2

  • Car 12
  • Pedal Bike 4

vehicle_make 1

  • Audi · 16 ✖

month 1

  • 2025-10 · 16 ✖

disposal 1

  • Education · 16 ✖
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
22051 op-snap---monthly-publication-october-2025.pdf   1 2025-10 Car Audi Q7 Black Contravening a Red Traffic Light None Kings Road Kings Road Birmingham Birmingham Education N/A   52.5531351 -1.8852761
22112 op-snap---monthly-publication-october-2025.pdf   62 2025-10 Pedal Bike Audi Q2 Grey Driving without Due Care and Attention None Five Ways Roundabout Five Ways Roundabout Birmingham Birmingham Education N/A      
22165 op-snap---monthly-publication-october-2025.pdf   115 2025-10 Car Audi A3 Grey Driving without Due Care and Attention None City Road City Road Birmingham Birmingham Education N/A   52.4763176 -1.9584897
22248 op-snap---monthly-publication-october-2025.pdf   198 2025-10 Car Audi Q4 Blue Driving without Due Care and Attention None Meadway Meadway Birmingham Birmingham Education N/A   52.4783348 -1.8007708
22265 op-snap---monthly-publication-october-2025.pdf   215 2025-10 Car Audi A3 Grey Driving without Due Care and Attention None Garratts Green Lane Garratts Green Lane Birmingham Birmingham Education N/A      
22438 op-snap---monthly-publication-october-2025.pdf   388 2025-10 Car Audi A5 Grey Contravening a Red Traffic Light None Chester Road Chester Road Sutton Coldfield Sutton Coldfield Education N/A   52.5359496 -1.8324115
22504 op-snap---monthly-publication-october-2025.pdf   454 2025-10 Car Audi A4 Black Driving without Due Care and Attention None Fern Road, Erdington Fern Road, Erdington Birmingham Birmingham Education N/A   52.5215217 -1.8359393
22564 op-snap---monthly-publication-october-2025.pdf   514 2025-10 Car Audi Q2 Black Driving without Due Care and Attention None Tyburn Island Tyburn Island Birmingham Birmingham Education N/A   52.5193542 -1.800381
22595 op-snap---monthly-publication-october-2025.pdf   545 2025-10 Pedal Bike Audi Q3 Silver Driving without Due Care and Attention None Lode Lane Lode Lane Solihull Solihull Education N/A   52.4149064 -1.7832364
22599 op-snap---monthly-publication-october-2025.pdf   549 2025-10 Car Audi Q4 Grey Drive a vehicle other than on the carriageway of a motorway None M6 SB J10 M6 Southbound J10 Wolverhampton Wolverhampton Education N/A   52.676119 -2.0858425
22705 op-snap---monthly-publication-october-2025.pdf   655 2025-10 Car Audi A3 Red Driving without Due Care and Attention None Damson Parkway Damson Parkway Solihull Solihull Education N/A   52.437016 -1.7578446
22750 op-snap---monthly-publication-october-2025.pdf   700 2025-10 Pedal Bike Audi A7 Black Driving without Due Care and Attention None Wednesfield Way Wednesfield Way Wolverhampton Wolverhampton Education N/A   52.59548 -2.0896906
22817 op-snap---monthly-publication-october-2025.pdf   767 2025-10 Car Audi S3 Grey Driving without Due Care and Attention None Wake Green Road Wake Green Road Birmingham Birmingham Education N/A   52.4437078 -1.8783408
22847 op-snap---monthly-publication-october-2025.pdf   797 2025-10 Pedal Bike Audi   Silver Driving without Due Care and Attention None Stoney Stanton Road Stoney Stanton Road Coventry Coventry Education N/A   52.4221152 -1.4959475
22942 op-snap---monthly-publication-october-2025.pdf   892 2025-10 Car Audi A1 White Driving without Due Care and Attention None Heartlands Parkway Heartlands Parkway Birmingham Birmingham Education N/A   52.5038363 -1.8432663
23006 op-snap---monthly-publication-october-2025.pdf   956 2025-10 Car Audi A3 Black Contravening a Red Traffic Light None Bordesley Green Circus Bordesley Green Circus Birmingham Birmingham Education N/A      

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