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

8 rows where month = "2025-07", offence = "Using a Mobile Phone Whilst Driving" and vehicle_make = "Renault" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, second_offence, council_area_raw, nfa_rationale

reporter_transport_mode 3

  • Car 4
  • Pedal Bike 3
  • Pedestrian 1

council_area 3

  • Birmingham 6
  • Dudley 1
  • Out of Force Area 1

disposal 2

  • Fixed Penalty 5
  • NFA 3

vehicle_make 1

  • Renault · 8 ✖

offence 1

  • Using a Mobile Phone Whilst Driving · 8 ✖

month 1

  • 2025-07 · 8 ✖
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
12137 op-snap---monthly-publication-july-2025.pdf   189 2025-07 Pedal Bike Renault Captur Blue Using a Mobile Phone Whilst Driving None Winchester Road Winchester Road Birmingham Birmingham Fixed Penalty N/A   52.5111504 -1.8987154
12314 op-snap---monthly-publication-july-2025.pdf   366 2025-07 Car Renault Master van Green Using a Mobile Phone Whilst Driving No vehicle excise licence M6, near Knutsford M6, near Knutsford Out of Force Area Out of Force Area NFA Out of Force      
12333 op-snap---monthly-publication-july-2025.pdf   385 2025-07 Car Renault   White Using a Mobile Phone Whilst Driving None Burman Road Burman Road Birmingham Birmingham NFA No Independent Evidence Available      
12408 op-snap---monthly-publication-july-2025.pdf   460 2025-07 Pedal Bike Renault Trafic Silver Using a Mobile Phone Whilst Driving None Metchley Lane Metchley Lane Birmingham Birmingham Fixed Penalty N/A   52.4552055 -1.9461279
12431 op-snap---monthly-publication-july-2025.pdf   483 2025-07 Car Renault Clio Black Using a Mobile Phone Whilst Driving None Robin Hood Lane Robin Hood Lane Birmingham Birmingham Fixed Penalty N/A   52.4221526 -1.8425617
12558 op-snap---monthly-publication-july-2025.pdf   610 2025-07 Car Renault Kadjar Blue Using a Mobile Phone Whilst Driving None Ashenhurst Road Ashenhurst Road Dudley Dudley NFA No Independent Evidence Available   52.5052486 -2.1072225
12673 op-snap---monthly-publication-july-2025.pdf   725 2025-07 Pedestrian Renault Zoe White 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
13231 op-snap---monthly-publication-july-2025.pdf   1283 2025-07 Pedal Bike Renault Clio Black Using a Mobile Phone Whilst Driving None Priory Road Priory Road Birmingham Birmingham Fixed Penalty N/A   52.4132696 -1.8555008

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