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

12 rows where council_area = "Birmingham", month = "2025-10" and vehicle_make = "Volvo" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, nfa_rationale

offence 6

  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 3
  • Using a Mobile Phone Whilst Driving 3
  • Contravening a Red Traffic Light 2
  • Driving without Due Care and Attention 2
  • Prohibited vehicle in offside lane of motorway 1
  • Use a vehicle / cycle on a road and contravene a local traffic order other than parking 1

disposal 4

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

reporter_transport_mode 3

  • Car 7
  • Pedestrian 3
  • Pedal Bike 2

vehicle_make 1

  • Volvo · 12 ✖

month 1

  • 2025-10 · 12 ✖

council_area 1

  • Birmingham · 12 ✖
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
22100 op-snap---monthly-publication-october-2025.pdf   50 2025-10 Pedal Bike Volvo V 40 Red Using a Mobile Phone Whilst Driving None Umberslade Road Umberslade Road Birmingham Birmingham Fixed Penalty N/A   52.4304526 -1.9216716
22229 op-snap---monthly-publication-october-2025.pdf   179 2025-10 Car Volvo V40 Blue Driving without Due Care and Attention None A4540 Monument Road Monument Road Birmingham Birmingham NFA No Offence   52.4731312 -1.930947
22657 op-snap---monthly-publication-october-2025.pdf   607 2025-10 Car Volvo HGV Yellow Driving without Due Care and Attention None Lichfield Road Lichfield Road Birmingham Birmingham NFA No Independent Evidence Available   52.5012458 -1.8780942
22686 op-snap---monthly-publication-october-2025.pdf   636 2025-10 Car Volvo S60 Red Contravening a Red Traffic Light None Dartmouth Circus Dartmouth Circus Birmingham Birmingham Education N/A   52.4926487 -1.8879638
22802 op-snap---monthly-publication-october-2025.pdf   752 2025-10 Car Volvo EX30 Grey Contravening a Red Traffic Light None Chester Road Chester Road Birmingham Birmingham NFA No Independent Evidence Available   52.5359496 -1.8324115
22849 op-snap---monthly-publication-october-2025.pdf   799 2025-10 Pedal Bike Volvo EX40 Blue Using a Mobile Phone Whilst Driving None Metchley Lane Metchley Lane Birmingham Birmingham Fixed Penalty N/A   52.4552055 -1.9461279
22929 op-snap---monthly-publication-october-2025.pdf   879 2025-10 Car Volvo V40 Black Using a Mobile Phone Whilst Driving None Lawley Middleway Lawley Middleway Birmingham Birmingham Fixed Penalty N/A   52.4801772 -1.8769185
23266 op-snap---monthly-publication-october-2025.pdf   1216 2025-10 Pedestrian Volvo XC90 Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Bernards Rd Bernards Road Birmingham Birmingham Warning Letter N/A   52.5498382 -1.8219962
23433 op-snap---monthly-publication-october-2025.pdf   1383 2025-10 Car Volvo Tractor White Prohibited vehicle in offside lane of motorway None M6 Northbound M6 Northbound Birmingham Birmingham Warning Letter N/A      
23586 op-snap---monthly-publication-october-2025.pdf   1536 2025-10 Pedestrian Volvo V40 Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Dudley Road Dudley Road Birmingham Birmingham Warning Letter N/A   52.4865107 -1.9386263
23632 op-snap---monthly-publication-october-2025.pdf   1582 2025-10 Car Volvo S60 Silver Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Washwood Heath Road Washwood Heath Road Birmingham Birmingham Warning Letter N/A   52.4929304 -1.8229092
23725 op-snap---monthly-publication-october-2025.pdf   1675 2025-10 Pedestrian Volvo C70 Silver Use a vehicle / cycle on a road and contravene a local traffic order other than parking None Vittoria Street Vittoria Street Birmingham Birmingham Warning Letter N/A   52.4851181 -1.9106263

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