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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, offence_location_raw, offence_location, council_area_raw, nfa_rationale, latitude, longitude

council_area 4

  • Birmingham 10
  • Sandwell 2
  • Coventry 1
  • Out of Force Area 1

reporter_transport_mode 3

  • Pedal Bike 8
  • Car 5
  • Other 1

disposal 3

  • Fixed Penalty 8
  • NFA 4
  • Warning Letter 2

vehicle_make 1

  • Ford · 14 ✖

offence 1

  • Using a Mobile Phone Whilst Driving · 14 ✖

month 1

  • 2025-06 · 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
14110 op-snap---monthly-publication-june-2025.pdf   39 2025-06 Pedal Bike Ford Kuga Silver Using a Mobile Phone Whilst Driving None Oxford Road Oxford Road Birmingham Birmingham Fixed Penalty N/A   52.4456323 -1.8858352
14116 op-snap---monthly-publication-june-2025.pdf   45 2025-06 Pedal Bike Ford kUGA Black Using a Mobile Phone Whilst Driving None Vicarage Road Vicarage Road Birmingham Birmingham Fixed Penalty N/A   52.470423 -1.9304786
14195 op-snap---monthly-publication-june-2025.pdf   124 2025-06 Car Ford transit white Using a Mobile Phone Whilst Driving None Coventry Road, Sapcote, Leicestershire Coventry Road, Sapcote, Leicestershire Out of Force Area Out of Force Area NFA Out of Force      
14240 op-snap---monthly-publication-june-2025.pdf   169 2025-06 Pedal Bike Ford Fiesta Silver Using a Mobile Phone Whilst Driving None Northfield Road Northfield Road Birmingham Birmingham Fixed Penalty N/A   52.4167654 -1.9411244
14339 op-snap---monthly-publication-june-2025.pdf   268 2025-06 Car Ford Transit White Using a Mobile Phone Whilst Driving None Belgrave Middleway Belgrave Middleway Birmingham Birmingham Fixed Penalty N/A   52.4668753 -1.8996143
14634 op-snap---monthly-publication-june-2025.pdf   563 2025-06 Pedal Bike Ford Transit White Using a Mobile Phone Whilst Driving None New Street, Frankley New Street, Frankley Birmingham Birmingham Fixed Penalty N/A   52.4041101 -2.0086912
14671 op-snap---monthly-publication-june-2025.pdf   600 2025-06 Pedal Bike Ford Transit White Using a Mobile Phone Whilst Driving None Pershore Road Pershore Road Birmingham Birmingham NFA No Independent Evidence Available   52.4308271 -1.920078
14730 op-snap---monthly-publication-june-2025.pdf   659 2025-06 Pedal Bike Ford Fiesta Blue Using a Mobile Phone Whilst Driving None Augustus Road Augustus Road Birmingham Birmingham Fixed Penalty N/A   52.4695793 -1.9378608
14837 op-snap---monthly-publication-june-2025.pdf   766 2025-06 Car Ford Transit White Using a Mobile Phone Whilst Driving None Ferguson Drive Ferguson Drive Sandwell Sandwell NFA No Offence   52.5312123 -2.0493776
15113 op-snap---monthly-publication-june-2025.pdf   1042 2025-06 Car Ford Transit White Using a Mobile Phone Whilst Driving None M5 M5 Sandwell Sandwell Warning Letter N/A      
15299 op-snap---monthly-publication-june-2025.pdf   1228 2025-06 Pedal Bike Ford Focus Blue Using a Mobile Phone Whilst Driving None Clarence Road Clarence Road Birmingham Birmingham NFA No Offence   52.5940902 -1.843503
15478 op-snap---monthly-publication-june-2025.pdf   1407 2025-06 Pedal Bike Ford Ranger Blue Using a Mobile Phone Whilst Driving None Northfield Road Northfield Road Birmingham Birmingham Fixed Penalty N/A   52.4167654 -1.9411244
15529 op-snap---monthly-publication-june-2025.pdf   1458 2025-06 Car Ford Fiesta Red Using a Mobile Phone Whilst Driving None Lewisham Road Lewisham Road Birmingham Birmingham Fixed Penalty N/A      
15618 op-snap---monthly-publication-june-2025.pdf   1547 2025-06 Other Ford Kuga Blue Using a Mobile Phone Whilst Driving None Brentwood Avenue Brentwood Avenue Coventry Coventry Warning Letter N/A   52.3747077 -1.5106466

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