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

10 rows where month = "2025-09", reporter_transport_mode = "Pedal Bike" and vehicle_make = "Land Rover" 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

council_area 6

  • Birmingham 4
  • Sandwell 2
  • Coventry 1
  • Dudley 1
  • Solihull 1
  • Wolverhampton 1

offence 5

  • Driving without Due Care and Attention 3
  • Using a Mobile Phone Whilst Driving 3
  • Cause unnecessary obstruction by motor vehicle 2
  • Driving without Reasonable Consideration 1
  • Motor vehicle fail to comply with a non endorsab 1

disposal 5

  • Warning Letter 4
  • Fixed Penalty 3
  • Court 1
  • Education 1
  • Other Action Taken 1

vehicle_make 1

  • Land Rover · 10 ✖

reporter_transport_mode 1

  • Pedal Bike · 10 ✖

month 1

  • 2025-09 · 10 ✖
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
23867 op-snap---monthly-publication-september-2025.pdf   86 2025-09 Pedal Bike Land Rover Sport Grey Using a Mobile Phone Whilst Driving None Augustus Road Augustus Road Birmingham Birmingham Fixed Penalty N/A   52.4695793 -1.9378608
23881 op-snap---monthly-publication-september-2025.pdf   100 2025-09 Pedal Bike Land Rover Evoque White Driving without Due Care and Attention None Corporation Street Corporation Street Coventry Coventry Warning Letter N/A   52.4086244 -1.515132
24108 op-snap---monthly-publication-september-2025.pdf   327 2025-09 Pedal Bike Land Rover Range Rover White Driving without Due Care and Attention None Devon Road Devon Road Sandwell Sandwell Warning Letter N/A   52.4674008 -1.9805667
24493 op-snap---monthly-publication-september-2025.pdf   712 2025-09 Pedal Bike Land Rover Evoque Black Driving without Due Care and Attention None A491 Hagley Road Hagley Road Dudley Dudley Education N/A   52.4514139 -2.1423625
24567 op-snap---monthly-publication-september-2025.pdf   786 2025-09 Pedal Bike Land Rover Range Rover Grey Using a Mobile Phone Whilst Driving None Harbourne Road Harborne Road Birmingham Birmingham Fixed Penalty N/A   52.4718503 -1.9195423
24815 op-snap---monthly-publication-september-2025.pdf   1034 2025-09 Pedal Bike Land Rover Range Rover White Driving without Reasonable Consideration None Cut Throat Lane Cut Throat Lane Solihull Solihull Court N/A      
24945 op-snap---monthly-publication-september-2025.pdf   1164 2025-09 Pedal Bike Land Rover Discovery Grey Using a Mobile Phone Whilst Driving None Pershore Road Pershore Road Birmingham Birmingham Fixed Penalty N/A   52.4308271 -1.920078
24996 op-snap---monthly-publication-september-2025.pdf   1215 2025-09 Pedal Bike Land Rover Range Rover Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area Cannock Road Cannock Road Wolverhampton Wolverhampton Other Action Taken N/A   52.6083917 -2.1033365
25495 op-snap---monthly-publication-september-2025.pdf   1714 2025-09 Pedal Bike Land Rover Range Rover Blue Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area Crankhall Lane Crankhall Lane Sandwell Sandwell Warning Letter N/A   52.5489715 -1.9927402
25522 op-snap---monthly-publication-september-2025.pdf   1741 2025-09 Pedal Bike Land Rover discovery Grey Motor vehicle fail to comply with a non endorsab le traffic sign - detectedN boyn meeans other than ACD hill street Hill Street Birmingham Birmingham Warning Letter N/A   52.4777765 -1.901321

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