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

13 rows where month = "2025-09", offence = "Driving without Due Care and Attention" and vehicle_make = "Volvo" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

council_area 6

  • Birmingham 7
  • Out of Force Area 2
  • Sandwell 1
  • Solihull 1
  • Walsall 1
  • Wolverhampton 1

reporter_transport_mode 4

  • Car 9
  • Pedestrian 2
  • Horse Rider 1
  • Pedal Bike 1

disposal 4

  • NFA 5
  • Warning Letter 4
  • Education 3
  • Fixed Penalty 1

vehicle_make 1

  • Volvo · 13 ✖

offence 1

  • Driving without Due Care and Attention · 13 ✖

month 1

  • 2025-09 · 13 ✖
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
23799 op-snap---monthly-publication-september-2025.pdf   18 2025-09 Car Volvo   Black Driving without Due Care and Attention None Camp Hill Camp Hill Birmingham Birmingham Warning Letter N/A   52.4702894 -1.8786299
23807 op-snap---monthly-publication-september-2025.pdf   26 2025-09 Horse Rider Volvo V70 Blue Driving without Due Care and Attention No vehicle excise licence Dark lane, Wythall Dark lane, Wythall Birmingham Birmingham NFA No Independent Evidence Available      
23838 op-snap---monthly-publication-september-2025.pdf   57 2025-09 Car Volvo HGV Red Driving without Due Care and Attention None M42? M42? Solihull Solihull NFA Outside of 14 DAYS Late Submission   52.3757082 -1.7893409
23936 op-snap---monthly-publication-september-2025.pdf   155 2025-09 Car Volvo S90 Blue Driving without Due Care and Attention None Robin Hood Island Robin Hood Island Birmingham Birmingham Warning Letter N/A   52.4220705 -1.8372335
23938 op-snap---monthly-publication-september-2025.pdf   157 2025-09 Car Volvo XC60 Silver Driving without Due Care and Attention None A444 A444 Out of Force Area Out of Force Area NFA Out of Force      
23971 op-snap---monthly-publication-september-2025.pdf   190 2025-09 Car Volvo XC60 Grey Driving without Due Care and Attention None Not detailed. Not detailed Out of Force Area Out of Force Area NFA Out of Force      
23987 op-snap---monthly-publication-september-2025.pdf   206 2025-09 Car Volvo V90 White Driving without Due Care and Attention None Broadmeadow Lane Broadmeadow Lane Birmingham Birmingham Education N/A      
24106 op-snap---monthly-publication-september-2025.pdf   325 2025-09 Pedal Bike Volvo XC40 Black Driving without Due Care and Attention None Gower Street Gower Street Walsall Walsall Education N/A   52.5737189 -2.0065411
24181 op-snap---monthly-publication-september-2025.pdf   400 2025-09 Pedestrian Volvo V50 Blue Driving without Due Care and Attention None Farrington Road Farrington Road Wolverhampton Wolverhampton Warning Letter N/A   52.5550312 -2.1191799
24388 op-snap---monthly-publication-september-2025.pdf   607 2025-09 Car Volvo XC40 Grey Driving without Due Care and Attention None Dartmouth Road Dartmouth Road Sandwell Sandwell Fixed Penalty N/A   52.5035988 -1.972107
24454 op-snap---monthly-publication-september-2025.pdf   673 2025-09 Car Volvo HGV White Driving without Due Care and Attention None A45 Coventry Road Coventry Road Birmingham Birmingham NFA No Offence   52.4726661 -1.8769032
24615 op-snap---monthly-publication-september-2025.pdf   834 2025-09 Car Volvo S40 Grey Driving without Due Care and Attention None A38 M A38 M Birmingham Birmingham Education N/A   52.5092312 -1.8706799
24964 op-snap---monthly-publication-september-2025.pdf   1183 2025-09 Pedestrian Volvo Tipper White Driving without Due Care and Attention None Honiley ROad Honiley ROad Birmingham Birmingham Warning Letter N/A   52.4789688 -1.7931848

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