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 council_area = "Dudley", disposal = "Education" and vehicle_make = "Audi" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

month 9

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

reporter_transport_mode 4

  • Car 7
  • Other 3
  • Pedal Bike 2
  • Pedestrian 2

offence 4

  • Driving without Due Care and Attention 8
  • Contravening a Red Traffic Light 3
  • Cause vehicle to be left in a dangerous position 2
  • Driving without Reasonable Consideration 1

vehicle_make 1

  • Audi · 14 ✖

disposal 1

  • Education · 14 ✖

council_area 1

  • Dudley · 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
7431 op-snap---monthly-publication-february-2026.pdf   178 2026-02 Pedestrian Audi A4 White Cause vehicle to be left in a dangerous position None Gayfield Av Gayfield Avenue Dudley Dudley Education N/A   52.4693896 -2.1251602
8487 op-snap---monthly-publication-february-2026.pdf   1234 2026-02 Other Audi A3 Grey Driving without Due Care and Attention None High Street High Street Dudley Dudley Education N/A   52.4779764 -2.1598371
3979 op-snap---monthly-publication-december-2025.pdf   107 2025-12 Pedestrian Audi q3 Black Cause vehicle to be left in a dangerous position None gayfield avenue Gayfield Avenue Dudley Dudley Education N/A   52.4693896 -2.1251602
4633 op-snap---monthly-publication-december-2025.pdf   761 2025-12 Car Audi A3 Blue Contravening a Red Traffic Light None Hickman Road Hickman Road Dudley Dudley Education N/A   52.4878144 -2.1286751
20515 op-snap---monthly-publication-november-2025.pdf   57 2025-11 Other Audi   Black Driving without Due Care and Attention None Norwood Road Norwood Road Dudley Dudley Education N/A   52.4831397 -2.1309273
20694 op-snap---monthly-publication-november-2025.pdf   236 2025-11 Pedal Bike Audi TT Silver Driving without Reasonable Consideration None Sedgley Rd West Sedgley Road West Dudley Dudley Education N/A   52.5301627 -2.0799509
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
3197 op-snap---monthly-publication-august-2025.pdf   1172 2025-08 Car Audi A1 Grey Driving without Due Care and Attention None Wall Heath High Street (A449) Wall Heath High Street (A449) Dudley Dudley Education N/A   52.5042414 -2.1793362
12447 op-snap---monthly-publication-july-2025.pdf   499 2025-07 Car Audi S3 Black Contravening a Red Traffic Light None Hayes Lane Hayes Lane Dudley Dudley Education N/A   52.4599414 -2.1028651
12692 op-snap---monthly-publication-july-2025.pdf   744 2025-07 Car Audi SQ5. Black Driving without Due Care and Attention None Tipton Road Tipton Road Dudley Dudley Education N/A   52.5198386 -2.0740876
14134 op-snap---monthly-publication-june-2025.pdf   63 2025-06 Pedal Bike Audi A1 White Driving without Due Care and Attention None Birmingham Road Birmingham Road Dudley Dudley Education N/A   52.5131355 -2.0651615
15746 op-snap---monthly-publication-june-2025.pdf   1675 2025-06 Car Audi RS3 Grey Driving without Due Care and Attention None Cementery Lane Cementery Lane Dudley Dudley Education N/A      
19340 op-snap---monthly-publication-may-2025.pdf   702 2025-05 Car Audi RS3 Red Contravening a Red Traffic Light None Castle Hill Castle Hill Dudley Dudley Education N/A   52.5140573 -2.0798069
9350 op-snap---monthly-publication-january-2025.pdf   458 2025-01 Car Audi E-Tron White Driving without Due Care and Attention None Kidderminster Road Kidderminster Road Dudley Dudley Education N/A Yes - Via Email 52.5000055 -2.1844503

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