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", offence = "Using a Mobile Phone Whilst Driving" and vehicle_make = "Mercedes-Benz" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_colour, council_area_raw, nfa_rationale

reporter_transport_mode 5

  • Car 4
  • Pedal Bike 2
  • Pedestrian 2
  • Motorbike 1
  • Other 1

council_area 4

  • Birmingham 7
  • Dudley 1
  • Walsall 1
  • Wolverhampton 1

disposal 3

  • NFA 5
  • Fixed Penalty 4
  • Warning Letter 1

vehicle_make 1

  • Mercedes-Benz · 10 ✖

offence 1

  • Using a Mobile Phone Whilst Driving · 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
23902 op-snap---monthly-publication-september-2025.pdf   121 2025-09 Car Mercedes-Benz CLS Silver Using a Mobile Phone Whilst Driving None Rickman Drive Rickman Drive Birmingham Birmingham NFA No Independent Evidence Available   52.4701606 -1.9013018
24099 op-snap---monthly-publication-september-2025.pdf   318 2025-09 Motorbike Mercedes-Benz EQA250 Grey Using a Mobile Phone Whilst Driving None Chawn Park Drive Chawn Park Drive Dudley Dudley Warning Letter N/A   52.4453636 -2.1319058
24284 op-snap---monthly-publication-september-2025.pdf   503 2025-09 Other Mercedes-Benz C220.. Silver Using a Mobile Phone Whilst Driving None Moncrieffe Street Moncrieffe Street Walsall Walsall NFA No Offence   52.5815341 -1.9691369
24301 op-snap---monthly-publication-september-2025.pdf   520 2025-09 Car Mercedes-Benz E200. Silver Using a Mobile Phone Whilst Driving None Cranmore Boulevard Cranmore Boulevard Birmingham Birmingham NFA No Independent Evidence Available      
24423 op-snap---monthly-publication-september-2025.pdf   642 2025-09 Car Mercedes-Benz CLK220 Silver Using a Mobile Phone Whilst Driving None Hobs Moat Road Hobs Moat Road Birmingham Birmingham Fixed Penalty N/A   52.4515649 -1.7820482
24426 op-snap---monthly-publication-september-2025.pdf   645 2025-09 Pedal Bike Mercedes-Benz S350 Black Using a Mobile Phone Whilst Driving None Harborne Road, Edgbaston Harborne Road, Edgbaston Birmingham Birmingham Fixed Penalty N/A   52.4718503 -1.9195423
24487 op-snap---monthly-publication-september-2025.pdf   706 2025-09 Pedal Bike Mercedes-Benz CLA220 Silver Using a Mobile Phone Whilst Driving None Bristol Road Bristol Road Birmingham Birmingham Fixed Penalty N/A   52.4543565 -1.9114004
24627 op-snap---monthly-publication-september-2025.pdf   846 2025-09 Car Mercedes-Benz E 350 Black Using a Mobile Phone Whilst Driving None Alcester Road Alcester Road Birmingham Birmingham Fixed Penalty N/A   52.4470686 -1.8880749
24845 op-snap---monthly-publication-september-2025.pdf   1064 2025-09 Pedestrian Mercedes-Benz Sprinter White Using a Mobile Phone Whilst Driving None Sherlock Street Sherlock Street Birmingham Birmingham NFA No Independent Evidence Available   52.4702385 -1.895011
24913 op-snap---monthly-publication-september-2025.pdf   1132 2025-09 Pedestrian Mercedes-Benz   Yellow Using a Mobile Phone Whilst Driving None Cannock Road Cannock Road Wolverhampton Wolverhampton NFA No Independent Evidence Available   52.6083917 -2.1033365

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