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

12 rows where offence = "Contravening a Red Traffic Light", reporter_transport_mode = "Pedal Bike" and vehicle_make = "Audi" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source_file, source_row, vehicle_model, vehicle_colour, council_area_raw, nfa_rationale

month 9

  • 2025-01 2
  • 2025-04 2
  • 2026-02 2
  • 2025-03 1
  • 2025-05 1
  • 2025-07 1
  • 2025-08 1
  • 2025-12 1
  • 2026-01 1

disposal 4

  • Warning Letter 5
  • Education 4
  • NFA 2
  • Fixed Penalty 1

council_area 3

  • Birmingham 8
  • Coventry 2
  • Solihull 2

vehicle_make 1

  • Audi · 12 ✖

reporter_transport_mode 1

  • Pedal Bike · 12 ✖

offence 1

  • Contravening a Red Traffic Light · 12 ✖
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
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
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
11477 op-snap---monthly-publication-january-2026.pdf   938 2026-01 Pedal Bike Audi A3 White Contravening a Red Traffic Light None Ridgeacre Road Ridgeacre Road Birmingham Birmingham Education N/A   52.4620871 -2.0123436
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
2354 op-snap---monthly-publication-august-2025.pdf   329 2025-08 Pedal Bike Audi SQ8 Grey Contravening a Red Traffic Light None A435 A435 Birmingham Birmingham Education N/A      
12507 op-snap---monthly-publication-july-2025.pdf   559 2025-07 Pedal Bike Audi Q4 Black Contravening a Red Traffic Light None Ashleigh Road Ashleigh Road Solihull Solihull NFA Outside of 14 DAYS Late Submission   52.4177582 -1.7873644
20426 op-snap---monthly-publication-may-2025.pdf   1788 2025-05 Pedal Bike Audi a3 Grey Contravening a Red Traffic Light None Lode Lane Lode Lane Solihull Solihull Warning Letter N/A   52.4149064 -1.7832364
276 op-snap---monthly-publication-april-2025.pdf   275 2025-04 Pedal Bike Audi A1 White Contravening a Red Traffic Light None St Marys Row Street Marys Row Birmingham Birmingham NFA Outside of 14 Days NIP      
699 op-snap---monthly-publication-april-2025.pdf   698 2025-04 Pedal Bike Audi Q2 Black Contravening a Red Traffic Light None Horton Square Horton Square Birmingham Birmingham Warning Letter N/A   52.4649176 -1.8918971
18537 op-snap---monthly-publication-march-2025.pdf   2294 2025-03 Pedal Bike Audi Quattro Blue Contravening a Red Traffic Light None Nursery Road Harbourne Nursery Road Harbourne Birmingham Birmingham Warning Letter Outside of 14 Days NIP Yes - Via Email    
9232 op-snap---monthly-publication-january-2025.pdf   340 2025-01 Pedal Bike Audi A3 Black Contravening a Red Traffic Light None Stoney Stanton Road Stoney Stanton Road Coventry Coventry Fixed Penalty N/A Yes - Via Email 52.4221152 -1.4959475
10368 op-snap---monthly-publication-january-2025.pdf   1476 2025-01 Pedal Bike Audi Q5 Black Contravening a Red Traffic Light None Henley Road Henley Road Coventry Coventry Warning Letter N/A Yes - Via Email 52.4307281 -1.462755

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