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

15 rows where disposal = "Education", month = "2025-12" 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, latitude, longitude

council_area 6

  • Birmingham 7
  • Solihull 3
  • Sutton Coldfield 2
  • Coventry 1
  • Hbeiramthi Nrgohaadm 1
  • Wolverhampton 1

offence 5

  • Contravening a Red Traffic Light 5
  • Driving without Due Care and Attention 5
  • Cause vehicle to be left in a dangerous position 3
  • Contravene Lane Closure Red X 1
  • Stop a vehicle within pelican pedestrian crossing limits 1

reporter_transport_mode 3

  • Car 10
  • Pedestrian 4
  • Pedal Bike 1

vehicle_make 1

  • BMW · 15 ✖

month 1

  • 2025-12 · 15 ✖

disposal 1

  • Education · 15 ✖
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
4014 op-snap---monthly-publication-december-2025.pdf   142 2025-12 Car BMW 2 series Black Contravening a Red Traffic Light None Stratford Road Stratford Road Solihull Solihull Education N/A   52.4191184 -1.8326637
4036 op-snap---monthly-publication-december-2025.pdf   164 2025-12 Car BMW 420 Black Contravening a Red Traffic Light None Stratford Road Stratford Road Birmingham Birmingham Education N/A   52.4203897 -1.8338574
4182 op-snap---monthly-publication-december-2025.pdf   310 2025-12 Car BMW 316 Black Driving without Due Care and Attention None Chester Road at Kingsbury Road Chester Road at Kingsbury Road Birmingham Birmingham Education N/A   52.5359496 -1.8324115
4372 op-snap---monthly-publication-december-2025.pdf   500 2025-12 Pedestrian BMW 330e Blue Cause vehicle to be left in a dangerous position None westley road Westley Road Birmingham Birmingham Education N/A   52.4456462 -1.827993
4396 op-snap---monthly-publication-december-2025.pdf   524 2025-12 Car BMW 420D Grey Contravening a Red Traffic Light None Hamsread Road, Hockley Hamsread Road, Hockley Birmingham Birmingham Education N/A      
4429 op-snap---monthly-publication-december-2025.pdf   557 2025-12 Car BMW 33D Grey Contravening a Red Traffic Light None Newport Road Newport Road Birmingham Birmingham Education N/A   52.5027779 -1.7982159
4430 op-snap---monthly-publication-december-2025.pdf   558 2025-12 Car BMW 1 Series Black Driving without Due Care and Attention None Wednesfield Road Wednesfield Road Wolverhampton Wolverhampton Education N/A   52.5885601 -2.122003
4434 op-snap---monthly-publication-december-2025.pdf   562 2025-12 Pedestrian BMW X1 White Cause vehicle to be left in a dangerous position None Bamville Road corner Washwood Bamville Road corner Washwood HBeiramthi nRgohaadm Hbeiramthi Nrgohaadm Education N/A      
4569 op-snap---monthly-publication-december-2025.pdf   697 2025-12 Car BMW 740.. White Contravene Lane Closure Red X None Stoney Stanton Road Stoney Stanton Road Coventry Coventry Education N/A   52.4221152 -1.4959475
4693 op-snap---monthly-publication-december-2025.pdf   821 2025-12 Car BMW E220 Black Driving without Due Care and Attention None Queslett Road Queslett Road Birmingham Birmingham Education N/A   52.5458699 -1.9304484
4813 op-snap---monthly-publication-december-2025.pdf   941 2025-12 Car BMW 420 Grey Contravening a Red Traffic Light None Stratford Road Stratford Road Solihull Solihull Education N/A   52.4191184 -1.8326637
4816 op-snap---monthly-publication-december-2025.pdf   944 2025-12 Pedal Bike BMW IX Grey Driving without Due Care and Attention None Whitefields Road Whitefields Road Solihull Solihull Education N/A   52.4060267 -1.7849657
4984 op-snap---monthly-publication-december-2025.pdf   1112 2025-12 Car BMW X5 Blue Driving without Due Care and Attention None Chester Road Chester Road Birmingham Birmingham Education N/A   52.5359496 -1.8324115
5120 op-snap---monthly-publication-december-2025.pdf   1248 2025-12 Pedestrian BMW 118D Black Cause vehicle to be left in a dangerous position None Lichfield Road Lichfield Road Sutton Coldfield Sutton Coldfield Education N/A   52.5872149 -1.8300386
5145 op-snap---monthly-publication-december-2025.pdf   1273 2025-12 Pedestrian BMW 320.. Black Stop a vehicle within pelican pedestrian crossing limits None Birmingham Road Birmingham Road Sutton Coldfield Sutton Coldfield Education N/A   52.5361464 -1.8270283

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