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

13 rows where month = "2026-02", offence = "Contravening a Red Traffic Light" and reporter_transport_mode = "Pedal Bike" 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

vehicle_make 8

  • Mercedes-Benz 4
  • Audi 2
  • Toyota 2
  • BMW 1
  • Byd 1
  • Lexus 1
  • Peugeot 1
  • Volvo 1

council_area 4

  • Birmingham 9
  • Coventry 2
  • Sutton Coldfield 1
  • Wolverhampton 1

disposal 3

  • Education 9
  • Warning Letter 3
  • NFA 1

reporter_transport_mode 1

  • Pedal Bike · 13 ✖

offence 1

  • Contravening a Red Traffic Light · 13 ✖

month 1

  • 2026-02 · 13 ✖
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
7293 op-snap---monthly-publication-february-2026.pdf   40 2026-02 Pedal Bike Mercedes-Benz Sprinter White Contravening a Red Traffic Light None Bristol Road South Bristol Road South Birmingham Birmingham Warning Letter N/A   52.4119174 -1.9735247
7301 op-snap---monthly-publication-february-2026.pdf   48 2026-02 Pedal Bike Mercedes-Benz GL350 White Contravening a Red Traffic Light None Penn Road Penn Road Wolverhampton Wolverhampton Warning Letter N/A   52.5599616 -2.1556338
7528 op-snap---monthly-publication-february-2026.pdf   275 2026-02 Pedal Bike Audi SQ5 Blue Contravening a Red Traffic Light None Longmore Street Longmore Street Birmingham Birmingham Education N/A   52.464484 -1.8923374
7631 op-snap---monthly-publication-february-2026.pdf   378 2026-02 Pedal Bike Mercedes-Benz GLA 200 Grey Contravening a Red Traffic Light None Mere Green Road Mere Green Road Sutton Coldfield Sutton Coldfield Warning Letter N/A   52.5874888 -1.8297106
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
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
8077 op-snap---monthly-publication-february-2026.pdf   824 2026-02 Pedal Bike Audi A3 Black Contravening a Red Traffic Light None Lordswood Road Lordswood Road Birmingham Birmingham Education N/A   52.4591339 -1.9601054
8155 op-snap---monthly-publication-february-2026.pdf   902 2026-02 Pedal Bike Mercedes-Benz Vito White Contravening a Red Traffic Light None A38 Tyburn Road Tyburn Road Birmingham Birmingham Education N/A   52.5113867 -1.8337258
8246 op-snap---monthly-publication-february-2026.pdf   993 2026-02 Pedal Bike Byd Enviro Grey Contravening a Red Traffic Light None Stratford Road Stratford Road Birmingham Birmingham Education N/A   52.4203897 -1.8338574
8474 op-snap---monthly-publication-february-2026.pdf   1221 2026-02 Pedal Bike Lexus IS 300H Silver Contravening a Red Traffic Light None Northfield Road Northfield Road Birmingham Birmingham NFA No Offence   52.4167654 -1.9411244
8475 op-snap---monthly-publication-february-2026.pdf   1222 2026-02 Pedal Bike Peugeot 208 Blue Contravening a Red Traffic Light None Northfield Road Northfield Road Birmingham Birmingham Education N/A   52.4167654 -1.9411244
8477 op-snap---monthly-publication-february-2026.pdf   1224 2026-02 Pedal Bike Volvo S40 Black Contravening a Red Traffic Light None Northfield Road Northfield Road Birmingham Birmingham Education N/A   52.4167654 -1.9411244
8815 op-snap---monthly-publication-february-2026.pdf   1562 2026-02 Pedal Bike BMW M3.. Grey Contravening a Red Traffic Light None Jimmy Hill Way Jimmy Hill Way Coventry Coventry Education N/A   52.4214017 -1.4870278

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