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

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

disposal 5

  • Fixed Penalty 5
  • NFA 5
  • Court 1
  • Education 1
  • Warning Letter 1

reporter_transport_mode 4

  • Pedal Bike 6
  • Car 5
  • Other 1
  • Pedestrian 1

council_area 3

  • Birmingham 10
  • Coventry 2
  • Wolverhampton 1

vehicle_make 1

  • Volkswagen · 13 ✖

offence 1

  • Using a Mobile Phone Whilst Driving · 13 ✖

month 1

  • 2025-06 · 13 ✖
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
14159 op-snap---monthly-publication-june-2025.pdf   88 2025-06 Pedal Bike Volkswagen UP Blue Using a Mobile Phone Whilst Driving None HIGHFIELD ROAD Highfield Road Birmingham Birmingham Fixed Penalty N/A   52.4216321 -1.855984
14420 op-snap---monthly-publication-june-2025.pdf   349 2025-06 Car Volkswagen Sharan Black Using a Mobile Phone Whilst Driving None Jimmy Hill Way Jimmy Hill Way Coventry Coventry NFA No Independent Evidence Available   52.4214017 -1.4870278
14906 op-snap---monthly-publication-june-2025.pdf   835 2025-06 Car Volkswagen Passat Grey Using a Mobile Phone Whilst Driving None M42 M42 Birmingham Birmingham Court N/A      
14913 op-snap---monthly-publication-june-2025.pdf   842 2025-06 Car Volkswagen Golf Blue Using a Mobile Phone Whilst Driving None Randle Street Randle Street Coventry Coventry NFA No Offence   52.4179193 -1.5227563
15123 op-snap---monthly-publication-june-2025.pdf   1052 2025-06 Pedestrian Volkswagen transporter Yellow Using a Mobile Phone Whilst Driving None Gooch Street Gooch Street Birmingham Birmingham Fixed Penalty N/A   52.4686609 -1.8945007
15169 op-snap---monthly-publication-june-2025.pdf   1098 2025-06 Car Volkswagen Scirocco Green Using a Mobile Phone Whilst Driving None M6 South J10 M6 South J10 Wolverhampton Wolverhampton Education N/A      
15512 op-snap---monthly-publication-june-2025.pdf   1441 2025-06 Other Volkswagen Polo Grey Using a Mobile Phone Whilst Driving None no location given No Location Given Birmingham Birmingham Warning Letter N/A      
15557 op-snap---monthly-publication-june-2025.pdf   1486 2025-06 Pedal Bike Volkswagen Golf Grey Using a Mobile Phone Whilst Driving None Harborne High Street Harborne High Street Birmingham Birmingham Fixed Penalty N/A   52.459563 -1.946922
15566 op-snap---monthly-publication-june-2025.pdf   1495 2025-06 Car Volkswagen Golf Blue Using a Mobile Phone Whilst Driving None Moseley Road Moseley Road Birmingham Birmingham NFA No Independent Evidence Available   52.4679402 -1.881408
15620 op-snap---monthly-publication-june-2025.pdf   1549 2025-06 Pedal Bike Volkswagen Golf Blue Using a Mobile Phone Whilst Driving None Priory Road Priory Road Birmingham Birmingham NFA No Independent Evidence Available   52.4132696 -1.8555008
15656 op-snap---monthly-publication-june-2025.pdf   1585 2025-06 Pedal Bike Volkswagen Golf Blue Using a Mobile Phone Whilst Driving None Alcester Road Alcester Road Birmingham Birmingham NFA Misc Inc Crimes   52.4470686 -1.8880749
15660 op-snap---monthly-publication-june-2025.pdf   1589 2025-06 Pedal Bike Volkswagen Golf Grey Using a Mobile Phone Whilst Driving None Alcester Road Alcester Road Birmingham Birmingham Fixed Penalty N/A   52.4470686 -1.8880749
15701 op-snap---monthly-publication-june-2025.pdf   1630 2025-06 Pedal Bike Volkswagen Golf White Using a Mobile Phone Whilst Driving None Salisbury Road Salisbury Road Birmingham Birmingham Fixed Penalty N/A   52.4943878 -1.8504211

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