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 disposal = "Education", month = "2026-02" and vehicle_make = "Seat" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, council_area_raw

offence 5

  • Driving without Due Care and Attention 5
  • Contravening a Red Traffic Light 4
  • Stop a vehicle within pelican pedestrian crossing limits 3
  • Cause vehicle to be left in a dangerous position 1
  • Drive on hard shoulder 1

council_area 5

  • Birmingham 8
  • Coventry 3
  • Dudley 1
  • Sutton Coldfield 1
  • Walsall 1

reporter_transport_mode 4

  • Car 10
  • Pedestrian 2
  • Other 1
  • Pedal Bike 1

vehicle_make 1

  • Seat · 14 ✖

month 1

  • 2026-02 · 14 ✖

disposal 1

  • Education · 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
7487 op-snap---monthly-publication-february-2026.pdf   234 2026-02 Car Seat mii Red Stop a vehicle within pelican pedestrian crossing limits None Hollyfield Road Hollyfield Road Sutton Coldfield Sutton Coldfield Education N/A   52.5620486 -1.8030784
7505 op-snap---monthly-publication-february-2026.pdf   252 2026-02 Car Seat Cupra Grey Driving without Due Care and Attention None Sand Pits Sand Pits Birmingham Birmingham Education N/A      
7575 op-snap---monthly-publication-february-2026.pdf   322 2026-02 Other Seat Alteca Grey Driving without Due Care and Attention None Orphange Road / Chester Road Orphange Road / Chester Road Birmingham Birmingham Education N/A      
7823 op-snap---monthly-publication-february-2026.pdf   570 2026-02 Pedestrian Seat Ibiza Grey Stop a vehicle within pelican pedestrian crossing limits None Poplar Road Poplar Road Birmingham Birmingham Education N/A   52.436035 -1.891685
7830 op-snap---monthly-publication-february-2026.pdf   577 2026-02 Car Seat Leon Grey Contravening a Red Traffic Light None Coventry Eastern Bypass Coventry Eastern Bypass Coventry Coventry Education N/A   52.3793117 -1.4625379
7872 op-snap---monthly-publication-february-2026.pdf   619 2026-02 Car Seat Ibiza White Contravening a Red Traffic Light None Brettle Lane, Brierley Hill Brettle Lane, Brierley Hill Dudley Dudley Education N/A      
7965 op-snap---monthly-publication-february-2026.pdf   712 2026-02 Pedestrian Seat Exteo Black Cause vehicle to be left in a dangerous position None Institute Road Institute Road Birmingham Birmingham Education N/A   52.4334781 -1.8892337
8237 op-snap---monthly-publication-february-2026.pdf   984 2026-02 Car Seat Arona Blue Contravening a Red Traffic Light None Darthmouth Circus Darthmouth Circus Birmingham Birmingham Education N/A      
8260 op-snap---monthly-publication-february-2026.pdf   1007 2026-02 Car Seat Leon Black Drive on hard shoulder None M6 Jct 8 M6 Junction 8 Walsall Walsall Education N/A   52.6760749 -2.0862582
8271 op-snap---monthly-publication-february-2026.pdf   1018 2026-02 Car Seat Ateca White Driving without Due Care and Attention None Stratford Road Stratford Road Birmingham Birmingham Education N/A   52.4203897 -1.8338574
8339 op-snap---monthly-publication-february-2026.pdf   1086 2026-02 Car Seat Leon Blue Driving without Due Care and Attention None Broad lane Broad lane Coventry Coventry Education N/A   52.4074716 -1.5620671
8382 op-snap---monthly-publication-february-2026.pdf   1129 2026-02 Car Seat Ibiza Orange Stop a vehicle within pelican pedestrian crossing limits None Washwood Heath Road Washwood Heath Road Birmingham Birmingham Education N/A   52.4929304 -1.8229092
8411 op-snap---monthly-publication-february-2026.pdf   1158 2026-02 Car Seat Ibiza Black Contravening a Red Traffic Light None Dartmouth Circus Roundabout Dartmouth Circus Roundabout Birmingham Birmingham Education N/A      
8814 op-snap---monthly-publication-february-2026.pdf   1561 2026-02 Pedal Bike Seat Leon Grey Driving without Due Care and Attention None Far Gosford Street Far Gosford Street Coventry Coventry Education N/A   52.4071231 -1.4985178

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