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

15 rows where month = "2025-06", offence = "Using a Mobile Phone Whilst Driving" and vehicle_make = "Audi" 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

council_area 6

  • Birmingham 9
  • Solihull 2
  • Coventry 1
  • Dudley 1
  • Out of Force Area 1
  • Wolverhampton 1

reporter_transport_mode 5

  • Pedal Bike 9
  • Car 3
  • Motorbike 1
  • Other 1
  • Pedestrian 1

disposal 2

  • Fixed Penalty 12
  • NFA 3

vehicle_make 1

  • Audi · 15 ✖

offence 1

  • Using a Mobile Phone Whilst Driving · 15 ✖

month 1

  • 2025-06 · 15 ✖
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
14239 op-snap---monthly-publication-june-2025.pdf   168 2025-06 Pedal Bike Audi A3 Black Using a Mobile Phone Whilst Driving None Pebble Mill Road Pebble Mill Road Birmingham Birmingham Fixed Penalty N/A   52.4512925 -1.9124618
14285 op-snap---monthly-publication-june-2025.pdf   214 2025-06 Pedal Bike Audi A1 Black Using a Mobile Phone Whilst Driving None Stratford Road Stratford Road Birmingham Birmingham Fixed Penalty N/A   52.4203897 -1.8338574
14355 op-snap---monthly-publication-june-2025.pdf   284 2025-06 Pedestrian Audi A3 Grey Using a Mobile Phone Whilst Driving None Plough and Harrow Road Plough and Harrow Road Birmingham Birmingham Fixed Penalty N/A   52.5899123 -1.8057069
14376 op-snap---monthly-publication-june-2025.pdf   305 2025-06 Pedal Bike Audi A1 White Using a Mobile Phone Whilst Driving None Moseley Road Moseley Road Birmingham Birmingham Fixed Penalty N/A   52.4679402 -1.881408
14673 op-snap---monthly-publication-june-2025.pdf   602 2025-06 Pedal Bike Audi Q4.. Blue Using a Mobile Phone Whilst Driving None Pershore Road Pershore Road Birmingham Birmingham Fixed Penalty N/A   52.4308271 -1.920078
14703 op-snap---monthly-publication-june-2025.pdf   632 2025-06 Car Audi A1 Grey Using a Mobile Phone Whilst Driving None New Hampton Road East New Hampton Road East Wolverhampton Wolverhampton Fixed Penalty N/A   52.5920541 -2.1374052
14783 op-snap---monthly-publication-june-2025.pdf   712 2025-06 Car Audi A1 Grey Using a Mobile Phone Whilst Driving None Stourbridge Road Stourbridge Road Dudley Dudley Fixed Penalty N/A   52.5002997 -2.1081386
14911 op-snap---monthly-publication-june-2025.pdf   840 2025-06 Motorbike Audi Q3 Black Using a Mobile Phone Whilst Driving None Hagley Road West Hagley Road West Birmingham Birmingham Fixed Penalty N/A   52.4656414 -1.9852276
14923 op-snap---monthly-publication-june-2025.pdf   852 2025-06 Pedal Bike Audi A3 Grey Using a Mobile Phone Whilst Driving None Vincent Drive Vincent Drive Birmingham Birmingham NFA No Offence   52.4528789 -1.9354459
14936 op-snap---monthly-publication-june-2025.pdf   865 2025-06 Pedal Bike Audi A3 Black Using a Mobile Phone Whilst Driving None Clifford Bridge Road Clifford Bridge Road Coventry Coventry Fixed Penalty N/A   52.4134557 -1.4442138
15144 op-snap---monthly-publication-june-2025.pdf   1073 2025-06 Car Audi A3 Grey Using a Mobile Phone Whilst Driving None St Margarets Road Street Margarets Road Solihull Solihull NFA No Independent Evidence Available      
15199 op-snap---monthly-publication-june-2025.pdf   1128 2025-06 Pedal Bike Audi A3 Black Using a Mobile Phone Whilst Driving None Vicarage Road Vicarage Road Birmingham Birmingham Fixed Penalty N/A   52.470423 -1.9304786
15238 op-snap---monthly-publication-june-2025.pdf   1167 2025-06 Other Audi A3 White Using a Mobile Phone Whilst Driving None M69 M69 Out of Force Area Out of Force Area NFA Out of Force      
15613 op-snap---monthly-publication-june-2025.pdf   1542 2025-06 Pedal Bike Audi A1 Blue Using a Mobile Phone Whilst Driving None Warwick Road Warwick Road Solihull Solihull Fixed Penalty N/A   52.4428606 -1.812114
15652 op-snap---monthly-publication-june-2025.pdf   1581 2025-06 Pedal Bike Audi TT Blue Using a Mobile Phone Whilst Driving None Alcester Road Alcester Road Birmingham Birmingham Fixed Penalty N/A   52.4470686 -1.8880749

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