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

16 rows where month = "2025-10", 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, council_area_raw, nfa_rationale

reporter_transport_mode 4

  • Pedal Bike 7
  • Car 6
  • Other 2
  • Motorbike 1

council_area 4

  • Birmingham 7
  • Coventry 4
  • Out of Force Area 3
  • Wolverhampton 1

disposal 2

  • Fixed Penalty 10
  • NFA 6

vehicle_make 1

  • Ford · 16 ✖

offence 1

  • Using a Mobile Phone Whilst Driving · 16 ✖

month 1

  • 2025-10 · 16 ✖
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
22077 op-snap---monthly-publication-october-2025.pdf   27 2025-10 Other Ford Fiesta Black Using a Mobile Phone Whilst Driving None Unknown       NFA Misc Inc Crimes      
22149 op-snap---monthly-publication-october-2025.pdf   99 2025-10 Pedal Bike Ford Transit White Using a Mobile Phone Whilst Driving None Pebble Mill Road Pebble Mill Road Birmingham Birmingham Fixed Penalty N/A   52.4512925 -1.9124618
22168 op-snap---monthly-publication-october-2025.pdf   118 2025-10 Car Ford Focus Red Using a Mobile Phone Whilst Driving None Hagley Road Hagley Road Birmingham Birmingham NFA No Independent Evidence Available   52.471632 -1.9456776
22188 op-snap---monthly-publication-october-2025.pdf   138 2025-10 Pedal Bike Ford Focus Grey Using a Mobile Phone Whilst Driving None St Marys Road Street Marys Road Birmingham Birmingham Fixed Penalty N/A      
22217 op-snap---monthly-publication-october-2025.pdf   167 2025-10 Car Ford Focus Black Using a Mobile Phone Whilst Driving None London Road London Road Coventry Coventry Fixed Penalty N/A   52.3916468 -1.4925995
22270 op-snap---monthly-publication-october-2025.pdf   220 2025-10 Car Ford Fiesta Silver Using a Mobile Phone Whilst Driving None A46 A46 Coventry Coventry Fixed Penalty N/A      
22341 op-snap---monthly-publication-october-2025.pdf   291 2025-10 Pedal Bike Ford Focus Silver Using a Mobile Phone Whilst Driving None Edgbaston Park Road Edgbaston Park Road Birmingham Birmingham Fixed Penalty N/A   52.4580375 -1.9261777
22443 op-snap---monthly-publication-october-2025.pdf   393 2025-10 Pedal Bike Ford Kuga Grey Using a Mobile Phone Whilst Driving None Bell GreenRoad Bell Green Road Coventry Coventry Fixed Penalty N/A   52.4324855 -1.4815548
22446 op-snap---monthly-publication-october-2025.pdf   396 2025-10 Motorbike Ford Transit Grey Using a Mobile Phone Whilst Driving None Black Country Route Black Country Route Wolverhampton Wolverhampton Fixed Penalty N/A   52.5642677 -2.0755469
22463 op-snap---monthly-publication-october-2025.pdf   413 2025-10 Car Ford Fiesta Blue Using a Mobile Phone Whilst Driving None A1M, Leeds A1M, Leeds Out of Force Area Out of Force Area NFA Out of Force      
22533 op-snap---monthly-publication-october-2025.pdf   483 2025-10 Pedal Bike Ford Fiesta Blue Using a Mobile Phone Whilst Driving None Russell Road Russell Road Birmingham Birmingham Fixed Penalty N/A   52.4398245 -1.8469786
22591 op-snap---monthly-publication-october-2025.pdf   541 2025-10 Pedal Bike Ford Focus Black Using a Mobile Phone Whilst Driving None Harborne Road Harborne Road Birmingham Birmingham Fixed Penalty N/A   52.4718503 -1.9195423
22719 op-snap---monthly-publication-october-2025.pdf   669 2025-10 Pedal Bike Ford Mustang Blue Using a Mobile Phone Whilst Driving None Leamington Road Leamington Road Coventry Coventry NFA No Independent Evidence Available   52.3921304 -1.5156601
22859 op-snap---monthly-publication-october-2025.pdf   809 2025-10 Car Ford Transit White Using a Mobile Phone Whilst Driving None M40 M40 Out of Force Area Out of Force Area NFA Out of Force      
22879 op-snap---monthly-publication-october-2025.pdf   829 2025-10 Other Ford Transit Connect Grey Using a Mobile Phone Whilst Driving None Forth Avenue Forth Avenue Birmingham Birmingham Fixed Penalty N/A      
23085 op-snap---monthly-publication-october-2025.pdf   1035 2025-10 Car Ford Transit White Using a Mobile Phone Whilst Driving None M1 M1 Out of Force Area Out of Force Area NFA Out of Force      

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