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

11 rows where council_area = "Sandwell" and vehicle_make = "Mazda" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence, offence_location_raw, offence_location, nfa_rationale, latitude, longitude

month 10

  • 2025-09 2
  • 2025-01 1
  • 2025-05 1
  • 2025-06 1
  • 2025-07 1
  • 2025-08 1
  • 2025-10 1
  • 2025-12 1
  • 2026-01 1
  • 2026-02 1

offence 5

  • Driving without Due Care and Attention 4
  • Contravening a Red Traffic Light 3
  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 2
  • Cause unnecessary obstruction by motor vehicle 1
  • Misc - Non Traffic Offences 1

disposal 4

  • NFA 4
  • Warning Letter 4
  • Education 2
  • Fixed Penalty 1

reporter_transport_mode 2

  • Car 8
  • Pedestrian 3

vehicle_make 1

  • Mazda · 11 ✖

council_area 1

  • Sandwell · 11 ✖
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
7271 op-snap---monthly-publication-february-2026.pdf   18 2026-02 Car Mazda 6.. Red Contravening a Red Traffic Light None Sedgley Road West Sedgley Road West Sandwell Sandwell Warning Letter N/A   52.5296941 -2.0777252
10819 op-snap---monthly-publication-january-2026.pdf   280 2026-01 Car Mazda 2 Grey Driving without Due Care and Attention None McKean Road, Oldbury Mc Kean Road, Oldbury Sandwell Sandwell NFA No Independent Evidence Available   52.5077405 -2.0124813
4140 op-snap---monthly-publication-december-2025.pdf   268 2025-12 Pedestrian Mazda CX-30 White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Moat Road Moat Road Sandwell Sandwell Warning Letter N/A   52.4842946 -2.0027774
23589 op-snap---monthly-publication-october-2025.pdf   1539 2025-10 Pedestrian Mazda 3 Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Abbey Road Abbey Road Sandwell Sandwell Warning Letter N/A   52.47753 -1.9774758
24621 op-snap---monthly-publication-september-2025.pdf   840 2025-09 Car Mazda 3.. Silver Misc - Non Traffic Offences None Newton Road Newton Road Sandwell Sandwell Warning Letter N/A   52.5428224 -1.9569444
25611 op-snap---monthly-publication-september-2025.pdf   1830 2025-09 Pedestrian Mazda 3 Black Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area Abbey road Abbey road Sandwell Sandwell NFA Misc Inc Crimes   52.47753 -1.9774758
2426 op-snap---monthly-publication-august-2025.pdf   401 2025-08 Car Mazda 5 Blue Contravening a Red Traffic Light None Newton Road Newton Road Sandwell Sandwell Education N/A   52.5428224 -1.9569444
12022 op-snap---monthly-publication-july-2025.pdf   74 2025-07 Car Mazda 3 series White Driving without Due Care and Attention None M5 motorway nr Jn1 M5 motorway nr Jn1 Sandwell Sandwell NFA No Independent Evidence Available      
15562 op-snap---monthly-publication-june-2025.pdf   1491 2025-06 Car Mazda RX8 Blue Driving without Due Care and Attention None M5 SB J1-J2 M5 Southbound J1-J2 Sandwell Sandwell Education N/A      
18793 op-snap---monthly-publication-may-2025.pdf   155 2025-05 Car Mazda THREE Blue Driving without Due Care and Attention None Beacon Road Beacon Road Sandwell Sandwell NFA No VRM   52.5499696 -1.9797407
9995 op-snap---monthly-publication-january-2025.pdf   1103 2025-01 Car Mazda CX-5 Red Contravening a Red Traffic Light None Rolfe Street Rolfe Street Sandwell Sandwell Fixed Penalty N/A Yes - Via Email 52.4972172 -1.9607539

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