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

10 rows where month = "2025-07", offence = "Using a Mobile Phone Whilst Driving" and vehicle_make = "Vauxhall" 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 5

  • Birmingham 5
  • Out of Force Area 2
  • Coventry 1
  • Dudley 1
  • Walsall 1

reporter_transport_mode 2

  • Car 7
  • Pedal Bike 3

disposal 2

  • Fixed Penalty 6
  • NFA 4

vehicle_make 1

  • Vauxhall · 10 ✖

offence 1

  • Using a Mobile Phone Whilst Driving · 10 ✖

month 1

  • 2025-07 · 10 ✖
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
12055 op-snap---monthly-publication-july-2025.pdf   107 2025-07 Pedal Bike Vauxhall Astra White Using a Mobile Phone Whilst Driving None Bristol Road Bristol Road Birmingham Birmingham Fixed Penalty N/A   52.4543565 -1.9114004
12090 op-snap---monthly-publication-july-2025.pdf   142 2025-07 Pedal Bike Vauxhall Zafira Black Using a Mobile Phone Whilst Driving None Metchley Road Metchley Road Birmingham Birmingham Fixed Penalty N/A   52.4527174 -1.9590253
12122 op-snap---monthly-publication-july-2025.pdf   174 2025-07 Car Vauxhall Corsa Gold Using a Mobile Phone Whilst Driving None Aston Webb Boulevard Aston Webb Boulevard Birmingham Birmingham Fixed Penalty N/A   52.4468506 -1.9395619
12249 op-snap---monthly-publication-july-2025.pdf   301 2025-07 Car Vauxhall Insignia Black Using a Mobile Phone Whilst Driving None Walsall Road/ Stone cross Walsall Road/ Stone cross Walsall Walsall Fixed Penalty N/A   52.5417047 -1.984378
12440 op-snap---monthly-publication-july-2025.pdf   492 2025-07 Car Vauxhall Corsa Grey Using a Mobile Phone Whilst Driving None Yardley Wood Road Yardley Wood Road Birmingham Birmingham NFA No Independent Evidence Available   52.4103191 -1.8670224
12755 op-snap---monthly-publication-july-2025.pdf   807 2025-07 Pedal Bike Vauxhall Combo Red Using a Mobile Phone Whilst Driving None Stoney Stanton Road Stoney Stanton Road Coventry Coventry Fixed Penalty N/A   52.4221152 -1.4959475
13004 op-snap---monthly-publication-july-2025.pdf   1056 2025-07 Car Vauxhall Zafira Silver Using a Mobile Phone Whilst Driving None Queensbridge Road Queensbridge Road Birmingham Birmingham Fixed Penalty N/A   52.4415108 -1.8971434
13090 op-snap---monthly-publication-july-2025.pdf   1142 2025-07 Car Vauxhall Zafira Blue Using a Mobile Phone Whilst Driving None M1 M1 Out of Force Area Out of Force Area NFA Out of Force      
13235 op-snap---monthly-publication-july-2025.pdf   1287 2025-07 Car Vauxhall Vivaro White Using a Mobile Phone Whilst Driving None M5 Jct 10 M5 Junction 10 Out of Force Area Out of Force Area NFA Out of Force      
13988 op-snap---monthly-publication-july-2025.pdf   2040 2025-07 Car Vauxhall Astra Silver Using a Mobile Phone Whilst Driving None Thorne Road Thorne Road Dudley Dudley NFA Not in Public Interest   52.4498804 -2.049516

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