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

12 rows where council_area = "Sandwell", disposal = "Education" and month = "2025-10" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_colour, second_offence, offence_location_raw, offence_location, latitude, longitude

vehicle_make 7

  • Mercedes-Benz 3
  • Vauxhall 2
  • Volvo 2
  • BMW 1
  • Citroen 1
  • Hyundai 1
  • Peugeot 1

offence 3

  • Driving without Due Care and Attention 7
  • Contravening a Red Traffic Light 4
  • Prohibited vehicle in offside lane of motorway 1

reporter_transport_mode 2

  • Car 10
  • Pedal Bike 2

month 1

  • 2025-10 · 12 ✖

disposal 1

  • Education · 12 ✖

council_area 1

  • Sandwell · 12 ✖
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
22052 op-snap---monthly-publication-october-2025.pdf   2 2025-10 Car Citroen DS3 Black Contravening a Red Traffic Light Driving without Due Care and Attention Dudley Port Dudley Port Sandwell Sandwell Education N/A   52.524461 -2.0492538
22277 op-snap---monthly-publication-october-2025.pdf   227 2025-10 Car Vauxhall Astra Silver Driving without Due Care and Attention None Birmingham Road Birmingham Road Sandwell Sandwell Education N/A   52.5461417 -1.9334193
22381 op-snap---monthly-publication-october-2025.pdf   331 2025-10 Car Peugeot Partner White Contravening a Red Traffic Light No vehicle excise licence High Street Cape Hill High Street Cape Hill Sandwell Sandwell Education N/A   52.4903229 -1.9673591
22439 op-snap---monthly-publication-october-2025.pdf   389 2025-10 Car Mercedes-Benz GLC 300 Black Driving without Due Care and Attention None Hainge Road Hainge Road Sandwell Sandwell Education N/A   52.511993 -2.0394885
22467 op-snap---monthly-publication-october-2025.pdf   417 2025-10 Car Mercedes-Benz A200 Red Driving without Due Care and Attention None Barnsley Road Barnsley Road Sandwell Sandwell Education N/A   52.4743497 -1.965737
22489 op-snap---monthly-publication-october-2025.pdf   439 2025-10 Car Volvo lorry White Prohibited vehicle in offside lane of motorway None M5 Motorway (southbound) M5 Motorway (southbound) Sandwell Sandwell Education N/A      
22716 op-snap---monthly-publication-october-2025.pdf   666 2025-10 Car BMW 1 series Grey Driving without Due Care and Attention None Broadwell Road, Oldbury Broadwell Road, Oldbury Sandwell Sandwell Education N/A   52.5080794 -2.0125585
22740 op-snap---monthly-publication-october-2025.pdf   690 2025-10 Car Mercedes-Benz GLC 250 Grey Contravening a Red Traffic Light None Lower High Street Cradley Heath Lower High Street Cradley Heath Sandwell Sandwell Education N/A   52.4705129 -2.0883002
22888 op-snap---monthly-publication-october-2025.pdf   838 2025-10 Car Volvo   White Driving without Due Care and Attention None Toll House Way Toll House Way Sandwell Sandwell Education N/A   52.4969483 -1.9727717
22944 op-snap---monthly-publication-october-2025.pdf   894 2025-10 Pedal Bike Hyundai I10 White Driving without Due Care and Attention None Walsall Road Walsall Road Sandwell Sandwell Education N/A   52.5439824 -1.9306805
22946 op-snap---monthly-publication-october-2025.pdf   896 2025-10 Pedal Bike Vauxhall Corsa Grey Driving without Due Care and Attention None Walsall Road Walsall Road Sandwell Sandwell Education N/A   52.5439824 -1.9306805
23054 op-snap---monthly-publication-october-2025.pdf   1004 2025-10 Car   Maxus White Contravening a Red Traffic Light None Birchley Island Birchley Island Sandwell Sandwell Education N/A   52.4926604 -2.0216743

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