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

9 rows where council_area = "Dudley", reporter_transport_mode = "Pedal Bike" and vehicle_make = "BMW" 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, nfa_rationale, latitude, longitude

month 6

  • 2025-01 2
  • 2025-02 2
  • 2025-05 2
  • 2025-03 1
  • 2025-04 1
  • 2025-06 1

disposal 4

  • NFA 4
  • Education 3
  • Court 1
  • Fixed Penalty 1

offence 2

  • Driving without Reasonable Consideration 7
  • Driving without Due Care and Attention 2

vehicle_make 1

  • BMW · 9 ✖

reporter_transport_mode 1

  • Pedal Bike · 9 ✖

council_area 1

  • Dudley · 9 ✖
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
14194 op-snap---monthly-publication-june-2025.pdf   123 2025-06 Pedal Bike BMW 320d White Driving without Due Care and Attention None The Broadway The Broadway Dudley Dudley Court N/A   52.515445 -2.0885791
18643 op-snap---monthly-publication-may-2025.pdf   5 2025-05 Pedal Bike BMW 118I White Driving without Reasonable Consideration None Birmingham New Road Birmingham New Road Dudley Dudley NFA Outside of 14 Days NIP   52.5478387 -2.0943116
18938 op-snap---monthly-publication-may-2025.pdf   300 2025-05 Pedal Bike BMW   Black Driving without Reasonable Consideration None Gilhurst Road Gilhurst Road Dudley Dudley NFA Outside of 14 Days NIP      
1196 op-snap---monthly-publication-april-2025.pdf   1195 2025-04 Pedal Bike BMW   Orange Driving without Reasonable Consideration None Tower Street , Dudley Tower Street , Dudley Dudley Dudley NFA Outside of 14 Days NIP   52.5442741 -2.1202407
16713 op-snap---monthly-publication-march-2025.pdf   470 2025-03 Pedal Bike BMW 118D White Driving without Reasonable Consideration None A491 High Street High Street Dudley Dudley Education N/A Yes - Via Email 52.4779764 -2.1598371
5530 op-snap---monthly-publication-february-2025.pdf   347 2025-02 Pedal Bike BMW 118I Grey Driving without Reasonable Consideration None A491 Hagley Road Hagley Road Dudley Dudley Fixed Penalty N/A Yes - Via Email 52.4514139 -2.1423625
6603 op-snap---monthly-publication-february-2025.pdf   1420 2025-02 Pedal Bike BMW X1 White Driving without Reasonable Consideration None GRANGE HILL Grange Hill Dudley Dudley Education N/A Yes - Via Email 52.4417713 -2.0434182
9027 op-snap---monthly-publication-january-2025.pdf   135 2025-01 Pedal Bike BMW 11D White Driving without Reasonable Consideration None The Broadway The Broadway Dudley Dudley Education N/A Yes - Via Email 52.515445 -2.0885791
9158 op-snap---monthly-publication-january-2025.pdf   266 2025-01 Pedal Bike BMW ? White Driving without Due Care and Attention None Birmingham Street, Stourbridge Birmingham Street, Stourbridge Dudley Dudley NFA No VRM Yes - Via Email 52.4571139 -2.1359828

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