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

8 rows where month = "2025-11", reporter_transport_mode = "Pedal Bike" and vehicle_make = "Audi" 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

offence 4

  • Using a Mobile Phone Whilst Driving 4
  • Driving without Due Care and Attention 2
  • Cause vehicle to be left in a dangerous position 1
  • Driving without Reasonable Consideration 1

disposal 3

  • Fixed Penalty 4
  • Education 3
  • Warning Letter 1

council_area 3

  • Birmingham 5
  • Coventry 2
  • Dudley 1

vehicle_make 1

  • Audi · 8 ✖

reporter_transport_mode 1

  • Pedal Bike · 8 ✖

month 1

  • 2025-11 · 8 ✖
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
20468 op-snap---monthly-publication-november-2025.pdf   10 2025-11 Pedal Bike Audi A3.. White Driving without Due Care and Attention None Chester Road Chester Road Birmingham Birmingham Education N/A   52.5359496 -1.8324115
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
20758 op-snap---monthly-publication-november-2025.pdf   300 2025-11 Pedal Bike Audi Q3 Black Using a Mobile Phone Whilst Driving None Aston Webb Boulevard Aston Webb Boulevard Birmingham Birmingham Fixed Penalty N/A   52.4468506 -1.9395619
21041 op-snap---monthly-publication-november-2025.pdf   583 2025-11 Pedal Bike Audi a3 Grey Cause vehicle to be left in a dangerous position None stoney stanton road Stoney Stanton Road Coventry Coventry Warning Letter N/A   52.4221152 -1.4959475
21083 op-snap---monthly-publication-november-2025.pdf   625 2025-11 Pedal Bike Audi Q5 Silver Using a Mobile Phone Whilst Driving No Seat Belt Boleyn Road, Rubery Boleyn Road, Rubery Birmingham Birmingham Fixed Penalty N/A      
21237 op-snap---monthly-publication-november-2025.pdf   779 2025-11 Pedal Bike Audi A4 Black Driving without Due Care and Attention None Frankley Beeches Road Frankley Beeches Road Birmingham Birmingham Education N/A   52.4094108 -1.9930633
21515 op-snap---monthly-publication-november-2025.pdf   1057 2025-11 Pedal Bike Audi Q5 Black Using a Mobile Phone Whilst Driving None Stratford Road Stratford Road Birmingham Birmingham Fixed Penalty N/A   52.4203897 -1.8338574
21664 op-snap---monthly-publication-november-2025.pdf   1206 2025-11 Pedal Bike Audi Q3 Grey Using a Mobile Phone Whilst Driving None Binley Road Binley Road Coventry Coventry Fixed Penalty N/A   52.4070602 -1.4732469

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