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

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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, offence_location, council_area_raw, latitude, longitude

council_area 7

  • Birmingham 5
  • Sandwell 2
  • Solihull 2
  • Wolverhampton 2
  • Coventry 1
  • Dudley 1
  • Walsall 1

reporter_transport_mode 4

  • Car 9
  • Pedestrian 3
  • Other 1
  • Pedal Bike 1

offence 2

  • Contravening a Red Traffic Light 8
  • Driving without Due Care and Attention 6

vehicle_make 1

  • Audi · 14 ✖

month 1

  • 2025-09 · 14 ✖

disposal 1

  • Education · 14 ✖
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
23861 op-snap---monthly-publication-september-2025.pdf   80 2025-09 Car Audi SQ5 Black Contravening a Red Traffic Light None Belgrave Middleway Belgrave Middleway Birmingham Birmingham Education N/A   52.4668753 -1.8996143
23876 op-snap---monthly-publication-september-2025.pdf   95 2025-09 Car Audi A3 Silver Contravening a Red Traffic Light None Leighswood Road Aldridge Leighswood Road Aldridge Walsall Walsall Education N/A   52.6071662 -1.9231466
23932 op-snap---monthly-publication-september-2025.pdf   151 2025-09 Car Audi Q7.. Grey Driving without Due Care and Attention None Spitfire island Spitfire island Birmingham Birmingham Education N/A   52.5138106 -1.797297
24077 op-snap---monthly-publication-september-2025.pdf   296 2025-09 Car Audi SQ5 Silver Contravening a Red Traffic Light None Jenkins Street Jenkins Street Birmingham Birmingham Education N/A   52.4705155 -1.8650312
24212 op-snap---monthly-publication-september-2025.pdf   431 2025-09 Car Audi Q4 Black Contravening a Red Traffic Light None A3400 Stratford Road Stratford Road Solihull Solihull Education N/A   52.4191184 -1.8326637
24424 op-snap---monthly-publication-september-2025.pdf   643 2025-09 Other Audi A5 Grey Driving without Due Care and Attention None Norwood Road Norwood Road Dudley Dudley Education N/A   52.4831397 -2.1309273
24501 op-snap---monthly-publication-september-2025.pdf   720 2025-09 Car Audi Q2 Grey Driving without Due Care and Attention None Frankley Beeches Road Frankley Beeches Road Birmingham Birmingham Education N/A   52.4094108 -1.9930633
24608 op-snap---monthly-publication-september-2025.pdf   827 2025-09 Pedal Bike Audi A5 Red Driving without Due Care and Attention None Newton Road Newton Road Sandwell Sandwell Education N/A   52.5428224 -1.9569444
24634 op-snap---monthly-publication-september-2025.pdf   853 2025-09 Pedestrian Audi E TRon Blue Contravening a Red Traffic Light None Lode Lane Lode Lane Solihull Solihull Education N/A   52.4149064 -1.7832364
24654 op-snap---monthly-publication-september-2025.pdf   873 2025-09 Car Audi A1 Blue Contravening a Red Traffic Light None Park Lane Park Lane Sandwell Sandwell Education N/A   52.5687807 -2.0165653
24740 op-snap---monthly-publication-september-2025.pdf   959 2025-09 Pedestrian Audi A3 White Contravening a Red Traffic Light None Bushbury Rd / Cannock Rd Bushbury Road / Cannock Road Wolverhampton Wolverhampton Education N/A   52.5988194 -2.1026037
24744 op-snap---monthly-publication-september-2025.pdf   963 2025-09 Car Audi RS Black Driving without Due Care and Attention None St Marys Row Moseley Street Marys Row Moseley Birmingham Birmingham Education N/A      
24807 op-snap---monthly-publication-september-2025.pdf   1026 2025-09 Car Audi Q7 Blue Driving without Due Care and Attention None Jimmy Hill Way Jimmy Hill Way Coventry Coventry Education N/A   52.4214017 -1.4870278
24853 op-snap---monthly-publication-september-2025.pdf   1072 2025-09 Pedestrian Audi A4 Black Contravening a Red Traffic Light None Bushbury Road / Cannock Road Bushbury Road / Cannock Road Wolverhampton Wolverhampton Education N/A   52.5988194 -2.1026037

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