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

11 rows where month = "2026-02", 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_colour, second_offence, council_area_raw, nfa_rationale

council_area 5

  • Birmingham 6
  • Coventry 2
  • Dudley 1
  • Out of Force Area 1
  • Solihull 1

reporter_transport_mode 3

  • Pedal Bike 6
  • Car 4
  • Pedestrian 1

disposal 2

  • Fixed Penalty 7
  • NFA 4

vehicle_make 1

  • BMW · 11 ✖

offence 1

  • Using a Mobile Phone Whilst Driving · 11 ✖

month 1

  • 2026-02 · 11 ✖
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
7263 op-snap---monthly-publication-february-2026.pdf   10 2026-02 Car BMW 116.. White Using a Mobile Phone Whilst Driving No Insurance Cranmore Road Cranmore Road Solihull Solihull Fixed Penalty N/A   52.3989532 -1.8125728
7400 op-snap---monthly-publication-february-2026.pdf   147 2026-02 Pedal Bike BMW I4 Grey Using a Mobile Phone Whilst Driving None Granville Street Granville Street Birmingham Birmingham Fixed Penalty N/A   52.4762076 -1.9124263
7550 op-snap---monthly-publication-february-2026.pdf   297 2026-02 Pedal Bike BMW IX Grey Using a Mobile Phone Whilst Driving None Lordswood Road Lordswood Road Birmingham Birmingham Fixed Penalty N/A   52.4591339 -1.9601054
7651 op-snap---monthly-publication-february-2026.pdf   398 2026-02 Pedal Bike BMW 640D Blue Using a Mobile Phone Whilst Driving None A429 nr A45 A429 nr A45 Coventry Coventry Fixed Penalty N/A      
7866 op-snap---monthly-publication-february-2026.pdf   613 2026-02 Pedal Bike BMW m3 Blue Using a Mobile Phone Whilst Driving None Harborne Road Harborne Road Birmingham Birmingham Fixed Penalty N/A   52.4718503 -1.9195423
7951 op-snap---monthly-publication-february-2026.pdf   698 2026-02 Pedal Bike BMW 118.. Black Using a Mobile Phone Whilst Driving None Yardley Wood Road Yardley Wood Road Birmingham Birmingham Fixed Penalty N/A   52.4103191 -1.8670224
8023 op-snap---monthly-publication-february-2026.pdf   770 2026-02 Pedal Bike BMW 520d White Using a Mobile Phone Whilst Driving None Metchley Lane Metchley Lane Birmingham Birmingham Fixed Penalty N/A   52.4552055 -1.9461279
8249 op-snap---monthly-publication-february-2026.pdf   996 2026-02 Car BMW 120 Sport White Using a Mobile Phone Whilst Driving None Scimitar Way Scimitar Way Coventry Coventry NFA No Independent Evidence Available   52.3836203 -1.4862458
8325 op-snap---monthly-publication-february-2026.pdf   1072 2026-02 Pedestrian BMW 1 White Using a Mobile Phone Whilst Driving None Chester Road Chester Road Birmingham Birmingham NFA No Independent Evidence Available   52.5359496 -1.8324115
8458 op-snap---monthly-publication-february-2026.pdf   1205 2026-02 Car BMW 5 series White Using a Mobile Phone Whilst Driving None Kidderminster Road Kidderminster Road Dudley Dudley NFA No Independent Evidence Available   52.5000055 -2.1844503
8472 op-snap---monthly-publication-february-2026.pdf   1219 2026-02 Car BMW 3 series Black Using a Mobile Phone Whilst Driving None M4 M4 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);