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 disposal = "Education", month = "2026-01" and vehicle_make = "Land Rover" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, offence_location_raw, offence_location, council_area_raw, latitude, longitude

offence 7

  • Contravening a Red Traffic Light 2
  • Driving without Due Care and Attention 2
  • Stop a vehicle within pelican pedestrian crossing limits 2
  • Cause vehicle to be left in a dangerous position 1
  • Stop a vehicle on pedestrian crossing 1
  • Using a Mobile Phone Whilst Driving 1
  • Vehicle overtake within crossing limits 1

council_area 4

  • Coventry 4
  • Birmingham 3
  • Solihull 2
  • Dudley 1

reporter_transport_mode 3

  • Car 7
  • Pedestrian 2
  • Pedal Bike 1

vehicle_make 1

  • Land Rover · 10 ✖

month 1

  • 2026-01 · 10 ✖

disposal 1

  • Education · 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
10699 op-snap---monthly-publication-january-2026.pdf   160 2026-01 Car Land Rover Range Grey Stop a vehicle within pelican pedestrian crossing limits None Walsall Road Walsall Road Birmingham Birmingham Education N/A   52.5919543 -1.8517118
10904 op-snap---monthly-publication-january-2026.pdf   365 2026-01 Car Land Rover Land Rover Black Vehicle overtake within crossing limits None Highfield Road Highfield Road Birmingham Birmingham Education N/A   52.4216321 -1.855984
11211 op-snap---monthly-publication-january-2026.pdf   672 2026-01 Car Land Rover Discovery Red Driving without Due Care and Attention None Binley Road Binley Road Coventry Coventry Education N/A   52.4070602 -1.4732469
11253 op-snap---monthly-publication-january-2026.pdf   714 2026-01 Pedal Bike Land Rover Sport Black Stop a vehicle on pedestrian crossing None Earlsdon Street Earlsdon Street Coventry Coventry Education N/A   52.3988977 -1.5323674
11378 op-snap---monthly-publication-january-2026.pdf   839 2026-01 Pedestrian Land Rover Discovery Black Using a Mobile Phone Whilst Driving None Bell Green Road Bell Green Road Coventry Coventry Education N/A   52.4324855 -1.4815548
11588 op-snap---monthly-publication-january-2026.pdf   1049 2026-01 Car Land Rover Defender Black Driving without Due Care and Attention None Stivichall Highway Stivichall Highway Coventry Coventry Education N/A   52.3774003 -1.493293
11700 op-snap---monthly-publication-january-2026.pdf   1161 2026-01 Pedestrian Land Rover Discovery Black Cause vehicle to be left in a dangerous position None Gayfield Avenue Gayfield Avenue Dudley Dudley Education N/A   52.4693896 -2.1251602
11827 op-snap---monthly-publication-january-2026.pdf   1288 2026-01 Car Land Rover Disco White Stop a vehicle within pelican pedestrian crossing limits None Coleshill Road Coleshill Road Birmingham Birmingham Education N/A   52.4967329 -1.8097462
11899 op-snap---monthly-publication-january-2026.pdf   1360 2026-01 Car Land Rover Evoque White Contravening a Red Traffic Light None Stratford Road Stratford Road Solihull Solihull Education N/A   52.4191184 -1.8326637
11900 op-snap---monthly-publication-january-2026.pdf   1361 2026-01 Car Land Rover Sport Blue Contravening a Red Traffic Light None Stratford Road Stratford Road Solihull Solihull Education N/A   52.4191184 -1.8326637

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