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 month = "2025-10", reporter_transport_mode = "Pedal Bike" and vehicle_make = "BMW" 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, nfa_rationale, latitude, longitude

disposal 5

  • NFA 6
  • Education 3
  • Fixed Penalty 2
  • Warning Letter 2
  • Court 1

council_area 5

  • Birmingham 9
  • Coventry 2
  • Out of Force Area 1
  • Sandwell 1
  • Solihull 1

offence 4

  • Driving without Due Care and Attention 7
  • Using a Mobile Phone Whilst Driving 4
  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 2
  • Contravening a Red Traffic Light 1

vehicle_make 1

  • BMW · 14 ✖

reporter_transport_mode 1

  • Pedal Bike · 14 ✖

month 1

  • 2025-10 · 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
22102 op-snap---monthly-publication-october-2025.pdf   52 2025-10 Pedal Bike BMW 435.. Black Driving without Due Care and Attention None Allesley Road Allesley Road Coventry Coventry NFA Outside of 14 Days NIP   52.412663 -1.5443742
22237 op-snap---monthly-publication-october-2025.pdf   187 2025-10 Pedal Bike BMW 320.. Black Driving without Due Care and Attention None Longford Road Longford Road Birmingham Birmingham Education N/A   52.5524121 -1.8764968
22373 op-snap---monthly-publication-october-2025.pdf   323 2025-10 Pedal Bike BMW M340 Grey Driving without Due Care and Attention None Alcester Road Alcester Road Birmingham Birmingham NFA No Offence   52.4470686 -1.8880749
22399 op-snap---monthly-publication-october-2025.pdf   349 2025-10 Pedal Bike BMW 118.. Grey Using a Mobile Phone Whilst Driving None Harbourne Road Harborne Road Birmingham Birmingham Fixed Penalty N/A   52.4718503 -1.9195423
22400 op-snap---monthly-publication-october-2025.pdf   350 2025-10 Pedal Bike BMW 335I Black Using a Mobile Phone Whilst Driving None Harbourne Road Harborne Road Birmingham Birmingham Court N/A   52.4718503 -1.9195423
22444 op-snap---monthly-publication-october-2025.pdf   394 2025-10 Pedal Bike BMW 320d Silver Driving without Due Care and Attention None Coventry Road, Tamworth Coventry Road, Tamworth Out of Force Area Out of Force Area NFA Out of Force      
22641 op-snap---monthly-publication-october-2025.pdf   591 2025-10 Pedal Bike BMW X5 Black Using a Mobile Phone Whilst Driving None New Fosse Way New Fosse Way Birmingham Birmingham Fixed Penalty N/A   52.4473373 -1.9392405
22781 op-snap---monthly-publication-october-2025.pdf   731 2025-10 Pedal Bike BMW 218I Grey Driving without Due Care and Attention None Highlands Road Highlands Road Solihull Solihull Education N/A   52.3909869 -1.8032499
22814 op-snap---monthly-publication-october-2025.pdf   764 2025-10 Pedal Bike BMW 520D Grey Contravening a Red Traffic Light None Bristol Road Bristol Road Birmingham Birmingham NFA No Independent Evidence Available   52.4543565 -1.9114004
22897 op-snap---monthly-publication-october-2025.pdf   847 2025-10 Pedal Bike BMW X5 Blue Driving without Due Care and Attention None Tyburn Road Tyburn Road Birmingham Birmingham NFA No Independent Evidence Available   52.5113867 -1.8337258
22906 op-snap---monthly-publication-october-2025.pdf   856 2025-10 Pedal Bike BMW X5.. Black Using a Mobile Phone Whilst Driving None Northfield Road Northfield Road Birmingham Birmingham NFA No Independent Evidence Available   52.4167654 -1.9411244
22939 op-snap---monthly-publication-october-2025.pdf   889 2025-10 Pedal Bike BMW X2` Blue Driving without Due Care and Attention None St Nicholas St Street Nicholas Street Coventry Coventry Education N/A   52.4133001 -1.5126792
23160 op-snap---monthly-publication-october-2025.pdf   1110 2025-10 Pedal Bike BMW 5 series Silver Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Bradford Street Bradford Street Birmingham Birmingham Warning Letter N/A   52.4708802 -1.8792135
23298 op-snap---monthly-publication-october-2025.pdf   1248 2025-10 Pedal Bike BMW 218 Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Dudley Road Dudley Road Sandwell Sandwell Warning Letter N/A   52.4877352 -1.9494469

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