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

7 rows where month = "2025-09", offence = "Using a Mobile Phone Whilst Driving" and vehicle_make = "BMW" 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 3
  • Pedestrian 2
  • Car 1
  • Other 1

disposal 3

  • Fixed Penalty 3
  • NFA 3
  • Warning Letter 1

council_area 3

  • Birmingham 4
  • Coventry 1
  • Halesowen 1

vehicle_make 1

  • BMW · 7 ✖

offence 1

  • Using a Mobile Phone Whilst Driving · 7 ✖

month 1

  • 2025-09 · 7 ✖
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
23828 op-snap---monthly-publication-september-2025.pdf   47 2025-09 Pedal Bike BMW X3.. Grey Using a Mobile Phone Whilst Driving None Burnaby Road Burnaby Road Coventry Coventry NFA No Independent Evidence Available   52.4352 -1.5194238
24148 op-snap---monthly-publication-september-2025.pdf   367 2025-09 Pedal Bike BMW   Black Using a Mobile Phone Whilst Driving None Augustus Road Augustus Road Birmingham Birmingham Fixed Penalty N/A   52.4695793 -1.9378608
24252 op-snap---monthly-publication-september-2025.pdf   471 2025-09 Other BMW 3 Series Silver Using a Mobile Phone Whilst Driving None Unknown       NFA No Independent Evidence Available      
24283 op-snap---monthly-publication-september-2025.pdf   502 2025-09 Pedestrian BMW 1 series Black Using a Mobile Phone Whilst Driving None Roundabout of Springfild Rd, Poplar Road, Kings Heath Roundabout of Springfild Road, Poplar Road, Kings Heath Birmingham Birmingham Fixed Penalty N/A      
24500 op-snap---monthly-publication-september-2025.pdf   719 2025-09 Pedestrian BMW 1 series White Using a Mobile Phone Whilst Driving None Vicarage Road, Kings Heath Vicarage Road, Kings Heath Birmingham Birmingham NFA No VRM   52.4301512 -1.8996659
24613 op-snap---monthly-publication-september-2025.pdf   832 2025-09 Car BMW i4 Grey Using a Mobile Phone Whilst Driving None Wright Street, Halesowen Wright Street, Halesowen Halesowen Halesowen Fixed Penalty N/A   52.4514959 -2.0468797
25069 op-snap---monthly-publication-september-2025.pdf   1288 2025-09 Pedal Bike BMW M5 White Using a Mobile Phone Whilst Driving None Pershore road Pershore road Birmingham Birmingham Warning Letter N/A   52.4308271 -1.920078

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