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 = "2025-11" and reporter_transport_mode = "Motorbike" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_colour, council_area_raw, nfa_rationale

vehicle_make 9

  • Vauxhall 2
  • Audi 1
  • BMW 1
  • Fiat 1
  • Hyundai 1
  • Mercedes-Benz 1
  • Seat 1
  • Volkswagen 1
  • Volvo 1

offence 4

  • Using a Mobile Phone Whilst Driving 4
  • Contravening a Red Traffic Light 3
  • Driving without Due Care and Attention 3
  • Drive a vehicle other than on the carriageway of a motorway 1

disposal 4

  • NFA 4
  • Education 3
  • Fixed Penalty 3
  • Warning Letter 1

council_area 3

  • Birmingham 6
  • Dudley 3
  • Out of Force Area 2

reporter_transport_mode 1

  • Motorbike · 11 ✖

month 1

  • 2025-11 · 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
20551 op-snap---monthly-publication-november-2025.pdf   93 2025-11 Motorbike Mercedes-Benz C220 Black Contravening a Red Traffic Light None Pedmore Road Pedmore Road Dudley Dudley Warning Letter N/A   52.4897451 -2.1069141
20617 op-snap---monthly-publication-november-2025.pdf   159 2025-11 Motorbike Seat Ibiza Grey Contravening a Red Traffic Light None Stratford Road Stratford Road Birmingham Birmingham Fixed Penalty N/A   52.4203897 -1.8338574
20682 op-snap---monthly-publication-november-2025.pdf   224 2025-11 Motorbike Fiat 500l White Using a Mobile Phone Whilst Driving None Mount Pleasant Mount Pleasant Dudley Dudley Fixed Penalty N/A   52.4734063 -2.1135639
20760 op-snap---monthly-publication-november-2025.pdf   302 2025-11 Motorbike BMW 320D Grey Using a Mobile Phone Whilst Driving None Lordswood Road Lordswood Road Birmingham Birmingham NFA No Independent Evidence Available   52.4591339 -1.9601054
20793 op-snap---monthly-publication-november-2025.pdf   335 2025-11 Motorbike     Red Contravening a Red Traffic Light None Weedon Road, Northampton Weedon Road, Northampton Out of Force Area Out of Force Area NFA Out of Force      
21316 op-snap---monthly-publication-november-2025.pdf   858 2025-11 Motorbike Hyundai   Black Using a Mobile Phone Whilst Driving None Queensway Island Queensway Island Out of Force Area Out of Force Area NFA Out of Force      
21318 op-snap---monthly-publication-november-2025.pdf   860 2025-11 Motorbike Audi A3 Grey Driving without Due Care and Attention None M42 J7 M42 J7 Birmingham Birmingham Education N/A      
21354 op-snap---monthly-publication-november-2025.pdf   896 2025-11 Motorbike Volvo   Black Drive a vehicle other than on the carriageway of a motorway None M6 Motorway J4a M6 Motorway J4a Birmingham Birmingham Education N/A      
21410 op-snap---monthly-publication-november-2025.pdf   952 2025-11 Motorbike Vauxhall Corsa Grey Using a Mobile Phone Whilst Driving None Court Oak Road Court Oak Road Birmingham Birmingham NFA No Independent Evidence Available   52.4604383 -1.9760104
21577 op-snap---monthly-publication-november-2025.pdf   1119 2025-11 Motorbike Volkswagen Passatt Silver Driving without Due Care and Attention None Mucklow Hill Mucklow Hill Dudley Dudley Fixed Penalty N/A   52.461008 -2.0345574
21900 op-snap---monthly-publication-november-2025.pdf   1442 2025-11 Motorbike Vauxhall Astra Purple Driving without Due Care and Attention None Walsall Road Walsall Road Birmingham Birmingham Education N/A   52.5919543 -1.8517118

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