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 month = "2026-02", offence = "Contravening a Red Traffic Light" and vehicle_make = "Toyota" 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

council_area 5

  • Birmingham 11
  • Coventry 1
  • Out of Force Area 1
  • Sandwell 1
  • Walsall 1

reporter_transport_mode 3

  • Car 12
  • Pedal Bike 2
  • Pedestrian 1

disposal 3

  • Education 10
  • NFA 3
  • Warning Letter 2

vehicle_make 1

  • Toyota · 15 ✖

offence 1

  • Contravening a Red Traffic Light · 15 ✖

month 1

  • 2026-02 · 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
7643 op-snap---monthly-publication-february-2026.pdf   390 2026-02 Car Toyota   Blue Contravening a Red Traffic Light None Technology Drive Technology Drive Out of Force Area Out of Force Area NFA Out of Force      
7920 op-snap---monthly-publication-february-2026.pdf   667 2026-02 Pedal Bike Toyota Corolla Silver Contravening a Red Traffic Light None Stoney Stanton Road Stoney Stanton Road Coventry Coventry Education N/A   52.4221152 -1.4959475
8010 op-snap---monthly-publication-february-2026.pdf   757 2026-02 Car Toyota Auris Black Contravening a Red Traffic Light None Salford Circus Roundabout, Erdington Salford Circus Roundabout, Erdington Birmingham Birmingham Education N/A      
8059 op-snap---monthly-publication-february-2026.pdf   806 2026-02 Car Toyota Corolla Grey Contravening a Red Traffic Light None Stratford Road Stratford Road Birmingham Birmingham Education N/A   52.4203897 -1.8338574
8076 op-snap---monthly-publication-february-2026.pdf   823 2026-02 Pedal Bike Toyota Corolla Silver Contravening a Red Traffic Light None Lordswood Road Lordswood Road Birmingham Birmingham Education N/A   52.4591339 -1.9601054
8089 op-snap---monthly-publication-february-2026.pdf   836 2026-02 Car Toyota Yaris Black Contravening a Red Traffic Light None Hamstead Road Hamstead Road Birmingham Birmingham Warning Letter N/A   52.505832 -1.92002
8230 op-snap---monthly-publication-february-2026.pdf   977 2026-02 Car Toyota Prius Blue Contravening a Red Traffic Light None Green Lane, Green Lane Walsall Walsall NFA     52.5995834 -1.9971273
8254 op-snap---monthly-publication-february-2026.pdf   1001 2026-02 Car Toyota Prius White Contravening a Red Traffic Light None All Saints Way All Saints Way Sandwell Sandwell Education N/A   52.5344405 -1.985568
8272 op-snap---monthly-publication-february-2026.pdf   1019 2026-02 Car Toyota Auris Grey Contravening a Red Traffic Light None Stratford Road Stratford Road Birmingham Birmingham Education N/A   52.4203897 -1.8338574
8291 op-snap---monthly-publication-february-2026.pdf   1038 2026-02 Car Toyota Auris Silver Contravening a Red Traffic Light None A38 Tyburn Road Tyburn Road Birmingham Birmingham Education N/A   52.5113867 -1.8337258
8459 op-snap---monthly-publication-february-2026.pdf   1206 2026-02 Car Toyota Prius Silver Contravening a Red Traffic Light None Bromford Lane Bromford Lane Birmingham Birmingham Education N/A   52.5083238 -1.8332287
8495 op-snap---monthly-publication-february-2026.pdf   1242 2026-02 Car Toyota C-HR Grey Contravening a Red Traffic Light None Bristol Road, Longbridge Bristol Road, Longbridge Birmingham Birmingham Warning Letter N/A   52.3959871 -2.0019629
8512 op-snap---monthly-publication-february-2026.pdf   1259 2026-02 Car Toyota Prius Silver Contravening a Red Traffic Light None Tyburn Road Tyburn Road Birmingham Birmingham Education N/A   52.5113867 -1.8337258
8535 op-snap---monthly-publication-february-2026.pdf   1282 2026-02 Car Toyota Avensis White Contravening a Red Traffic Light None Robin Hood Island Robin Hood Island Birmingham Birmingham Education N/A   52.4220705 -1.8372335
8699 op-snap---monthly-publication-february-2026.pdf   1446 2026-02 Pedestrian Toyota   Black Contravening a Red Traffic Light None Cole Bank Road Cole Bank Road Birmingham Birmingham NFA No Independent Evidence Available   52.4349375 -1.8510007

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