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 = "Birmingham", month = "2025-06" and vehicle_make = "Volvo" 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, nfa_rationale, latitude, longitude

offence 8

  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 4
  • Driving without Reasonable Consideration 3
  • Using a Mobile Phone Whilst Driving 2
  • Cause vehicle to be left in a dangerous position 1
  • Contravening a Red Traffic Light 1
  • Driving without Due Care and Attention 1
  • Misc - Non Traffic Offences 1
  • Stop a vehicle on pedestrian crossing 1

reporter_transport_mode 4

  • Car 8
  • Pedestrian 3
  • Pedal Bike 2
  • Other 1

disposal 4

  • NFA 7
  • Warning Letter 4
  • Fixed Penalty 2
  • Education 1

vehicle_make 1

  • Volvo · 14 ✖

month 1

  • 2025-06 · 14 ✖

council_area 1

  • Birmingham · 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
14327 op-snap---monthly-publication-june-2025.pdf   256 2025-06 Car Volvo XC60 Grey Driving without Reasonable Consideration None Spring Lane Spring Lane Birmingham Birmingham Warning Letter N/A   52.5182019 -1.8336169
14377 op-snap---monthly-publication-june-2025.pdf   306 2025-06 Pedal Bike Volvo XC40 Black Using a Mobile Phone Whilst Driving None Salisbury Road Salisbury Road Birmingham Birmingham Fixed Penalty N/A   52.4943878 -1.8504211
14424 op-snap---monthly-publication-june-2025.pdf   353 2025-06 Car Volvo HGV Grey Driving without Reasonable Consideration None Heartlands Parkway Heartlands Parkway Birmingham Birmingham NFA No Independent Evidence Available   52.5038363 -1.8432663
14581 op-snap---monthly-publication-june-2025.pdf   510 2025-06 Other Volvo XC90 Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Bromford Lane Bromford Lane Birmingham Birmingham NFA No Independent Evidence Available   52.5083238 -1.8332287
14596 op-snap---monthly-publication-june-2025.pdf   525 2025-06 Car Volvo XC90 Blue Stop a vehicle on pedestrian crossing None Washwood Heath Road Washwood Heath Road Birmingham Birmingham NFA No Offence   52.4929304 -1.8229092
14615 op-snap---monthly-publication-june-2025.pdf   544 2025-06 Car Volvo XC90 Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Clarence Road Clarence Road Birmingham Birmingham Warning Letter N/A   52.5940902 -1.843503
14907 op-snap---monthly-publication-june-2025.pdf   836 2025-06 Car Volvo HGC White Driving without Due Care and Attention None M6 North, Jct 10/10a M6 North, Junction 10/10a Birmingham Birmingham Fixed Penalty N/A      
15185 op-snap---monthly-publication-june-2025.pdf   1114 2025-06 Pedal Bike Volvo BUS RED Driving without Reasonable Consideration None LAWLEY MIDDLEWAY Lawley Middleway Birmingham Birmingham NFA No Offence   52.4801772 -1.8769185
15217 op-snap---monthly-publication-june-2025.pdf   1146 2025-06 Car Volvo XC40 Black Contravening a Red Traffic Light None The Green, Castle Bromwich The Green, Castle Bromwich Birmingham Birmingham Education N/A      
15430 op-snap---monthly-publication-june-2025.pdf   1359 2025-06 Car Volvo C30 Grey Misc - Non Traffic Offences None Stratford Road Stratford Road Birmingham Birmingham NFA No Offence   52.4203897 -1.8338574
15664 op-snap---monthly-publication-june-2025.pdf   1593 2025-06 Pedestrian Volvo XC40 Black Using a Mobile Phone Whilst Driving None Duram Road Duram Road Birmingham Birmingham NFA No Independent Evidence Available      
15833 op-snap---monthly-publication-june-2025.pdf   1762 2025-06 Pedestrian Volvo V40 Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Oxford Road Oxford Road Birmingham Birmingham Warning Letter N/A   52.4456323 -1.8858352
15953 op-snap---monthly-publication-june-2025.pdf   1882 2025-06 Pedestrian Volvo V40 Silver Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Belchers Lane Belchers Lane Birmingham Birmingham NFA Outside of 14 Days NIP   52.4800061 -1.833007
16141 op-snap---monthly-publication-june-2025.pdf   2070 2025-06 Car Volvo xc40 Black Cause vehicle to be left in a dangerous position None Washwood Heath Road Washwood Heath Road Birmingham Birmingham Warning Letter N/A   52.4929304 -1.8229092

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