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

7 rows where month = "2025-12", 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_colour, council_area_raw, nfa_rationale

vehicle_make 6

  • Audi 1
  • Kia 1
  • Mazda 1
  • Seat 1
  • Skoda 1
  • Volkswagen 1

disposal 3

  • NFA 3
  • Warning Letter 3
  • Fixed Penalty 1

council_area 3

  • Birmingham 4
  • Coventry 2
  • Ubeiernmsiwngahyam 1

reporter_transport_mode 1

  • Pedal Bike · 7 ✖

offence 1

  • Contravening a Red Traffic Light · 7 ✖

month 1

  • 2025-12 · 7 ✖
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
4021 op-snap---monthly-publication-december-2025.pdf   149 2025-12 Pedal Bike Volkswagen Polo White Contravening a Red Traffic Light None California Way California Way Birmingham Birmingham NFA No VRM   52.4454714 -1.9753804
4157 op-snap---monthly-publication-december-2025.pdf   285 2025-12 Pedal Bike Seat Ibiza Black Contravening a Red Traffic Light None Harborne High Street Harborne High Street Birmingham Birmingham Fixed Penalty N/A   52.459563 -1.946922
4479 op-snap---monthly-publication-december-2025.pdf   607 2025-12 Pedal Bike Mazda RX 8 Silver Contravening a Red Traffic Light None Bell Green Road Bell Green Road Coventry Coventry NFA No Independent Evidence Available   52.4324855 -1.4815548
4590 op-snap---monthly-publication-december-2025.pdf   718 2025-12 Pedal Bike   Skip lorry Red Contravening a Red Traffic Light None Parade, nr Great Charles Street Q Parade, nr Great Charles Street Q uBeiernmsiwngahyam Ubeiernmsiwngahyam NFA Outside of 14 DAYS Late Submission      
4618 op-snap---monthly-publication-december-2025.pdf   746 2025-12 Pedal Bike Skoda Karoq Blue Contravening a Red Traffic Light None Gibbins Road, Selly Oak Gibbins Road, Selly Oak Birmingham Birmingham Warning Letter N/A   52.4390303 -1.9512931
4692 op-snap---monthly-publication-december-2025.pdf   820 2025-12 Pedal Bike Audi A4 White Contravening a Red Traffic Light None Lichfield Road Lichfield Road Birmingham Birmingham Warning Letter N/A   52.5012458 -1.8780942
5002 op-snap---monthly-publication-december-2025.pdf   1130 2025-12 Pedal Bike Kia Sportage White Contravening a Red Traffic Light None Stoney Stanton Road Stoney Stanton Road Coventry Coventry Warning Letter N/A   52.4221152 -1.4959475

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