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

14 rows where council_area = "Metropolitan Borough", disposal = "Warning Letter" and reporter_transport_mode = "Car" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour

vehicle_make 7

  • Ford 6
  • Vauxhall 2
  • Land Rover 1
  • Mercedes-Benz 1
  • Mitsubishi 1
  • Seat 1
  • Volkswagen 1

offence 5

  • Driving without Reasonable Consideration 6
  • Contravening a Red Traffic Light 3
  • Driving without Due Care and Attention 3
  • Use a vehicle / cycle on a road and contravene a local traffic order other than parking 1
  • Using a Mobile Phone Whilst Driving 1

reporter_transport_mode 1

  • Car · 14 ✖

month 1

  • 2025-06 14

disposal 1

  • Warning Letter · 14 ✖

council_area 1

  • Metropolitan Borough · 14 ✖
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
14155 op-snap---monthly-publication-june-2025.pdf   84 2025-06 Car Ford Ranger White Driving without Reasonable Consideration None Smithy Lane Smithy Lane Metropolitan Borough Metropolitan Borough Warning Letter N/A   52.5094086 -2.1346957
14157 op-snap---monthly-publication-june-2025.pdf   86 2025-06 Car Vauxhall Corsa White Driving without Reasonable Consideration None Milking Bank Milking Bank Metropolitan Borough Metropolitan Borough Warning Letter N/A   52.5182185 -2.1123641
14284 op-snap---monthly-publication-june-2025.pdf   213 2025-06 Car Ford Ranger White Driving without Reasonable Consideration None Highbridge Road Highbridge Road Metropolitan Borough Metropolitan Borough Warning Letter N/A   52.5472182 -1.8359595
14293 op-snap---monthly-publication-june-2025.pdf   222 2025-06 Car Vauxhall Vectra Silver Using a Mobile Phone Whilst Driving None Coombbs Road Coombbs Road Metropolitan Borough Metropolitan Borough Warning Letter N/A      
14409 op-snap---monthly-publication-june-2025.pdf   338 2025-06 Car   Scancia White Driving without Reasonable Consideration None Cinder Bank Cinder Bank Metropolitan Borough Metropolitan Borough Warning Letter N/A   52.4951209 -2.0924902
14413 op-snap---monthly-publication-june-2025.pdf   342 2025-06 Car Land Rover Evoque White Driving without Due Care and Attention None Cot Lane Cot Lane Metropolitan Borough Metropolitan Borough Warning Letter N/A   52.4939289 -2.1730601
14472 op-snap---monthly-publication-june-2025.pdf   401 2025-06 Car Seat Ateca Grey Driving without Reasonable Consideration None Hawbush Road Hawbush Road Metropolitan Borough Metropolitan Borough Warning Letter N/A   52.6037191 -1.9834465
14516 op-snap---monthly-publication-june-2025.pdf   445 2025-06 Car Ford Focus White Use a vehicle / cycle on a road and contravene a local traffic order other than parking None Wolverhampton Road Wolverhampton Road Metropolitan Borough Metropolitan Borough Warning Letter N/A   52.4702299 -1.9948976
14699 op-snap---monthly-publication-june-2025.pdf   628 2025-06 Car Mitsubishi Shogun Black Contravening a Red Traffic Light None High St High Street Metropolitan Borough Metropolitan Borough Warning Letter N/A   52.3949659 -1.9869051
14722 op-snap---monthly-publication-june-2025.pdf   651 2025-06 Car Volkswagen Passatt White Contravening a Red Traffic Light None Hazel Road Hazel Road Metropolitan Borough Metropolitan Borough Warning Letter N/A   52.4381058 -1.4757917
14767 op-snap---monthly-publication-june-2025.pdf   696 2025-06 Car Ford Transit White Driving without Due Care and Attention None Bath Road, Stourbridge Bath Road, Stourbridge Metropolitan Borough Metropolitan Borough Warning Letter N/A   52.4591918 -2.1497211
15186 op-snap---monthly-publication-june-2025.pdf   1115 2025-06 Car Ford Mustang Grey Driving without Due Care and Attention None Ducan Edward Way Ducan Edward Way Metropolitan Borough Metropolitan Borough Warning Letter N/A      
15193 op-snap---monthly-publication-june-2025.pdf   1122 2025-06 Car Mercedes-Benz A 250 White Contravening a Red Traffic Light None Southalls Lane Southalls Lane Metropolitan Borough Metropolitan Borough Warning Letter N/A   52.510465 -2.090523
15707 op-snap---monthly-publication-june-2025.pdf   1636 2025-06 Car Ford Fiesta Black Driving without Reasonable Consideration None Cradley Road Cradley Road Metropolitan Borough Metropolitan Borough Warning Letter N/A   52.4827555 -2.0816033

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