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 month = "2025-11", offence = "Contravening a Red Traffic Light" and vehicle_make = "Audi" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, council_area_raw, nfa_rationale

council_area 5

  • Birmingham 10
  • Out of Force Area 1
  • Sandwell 1
  • Solihull 1
  • Walsall 1

disposal 4

  • Education 7
  • Fixed Penalty 3
  • NFA 2
  • Warning Letter 2

vehicle_make 1

  • Audi · 14 ✖

reporter_transport_mode 1

  • Car 14

offence 1

  • Contravening a Red Traffic Light · 14 ✖

month 1

  • 2025-11 · 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
20475 op-snap---monthly-publication-november-2025.pdf   17 2025-11 Car Audi A5 White Contravening a Red Traffic Light None Ladywood Middleway Ladywood Middleway Birmingham Birmingham Education N/A   52.473883 -1.9198244
20562 op-snap---monthly-publication-november-2025.pdf   104 2025-11 Car Audi RS3.. Purple Contravening a Red Traffic Light None Highgate Middleway Highgate Middleway Birmingham Birmingham Education N/A   52.4661171 -1.8832818
20625 op-snap---monthly-publication-november-2025.pdf   167 2025-11 Car Audi Q7 Black Contravening a Red Traffic Light None Hamstead Hill Hamstead Hill Birmingham Birmingham Fixed Penalty N/A   52.5274116 -1.9287273
20737 op-snap---monthly-publication-november-2025.pdf   279 2025-11 Car Audi S3 Black Contravening a Red Traffic Light None Mackadown Lane Mackadown Lane Birmingham Birmingham NFA No Independent Evidence Available   52.4708415 -1.7675939
20849 op-snap---monthly-publication-november-2025.pdf   391 2025-11 Car Audi A4 Grey Contravening a Red Traffic Light None Black Country New Road Black Country New Road Sandwell Sandwell Warning Letter N/A   52.5527191 -2.0312967
20851 op-snap---monthly-publication-november-2025.pdf   393 2025-11 Car Audi A3 Black Contravening a Red Traffic Light None Lichfield Road Lichfield Road Walsall Walsall Education N/A   52.6095168 -2.0493009
20859 op-snap---monthly-publication-november-2025.pdf   401 2025-11 Car Audi A6 White Contravening a Red Traffic Light None Stoneleigh Road Stoneleigh Road Out of Force Area Out of Force Area NFA Out of Force   52.5137424 -1.8969649
21457 op-snap---monthly-publication-november-2025.pdf   999 2025-11 Car Audi A5 Silver Contravening a Red Traffic Light None City Road City Road Birmingham Birmingham Education N/A   52.4763176 -1.9584897
21640 op-snap---monthly-publication-november-2025.pdf   1182 2025-11 Car Audi A5 Grey Contravening a Red Traffic Light None Streetsbrook Road Streetsbrook Road Solihull Solihull Education N/A   52.4223176 -1.8253145
21679 op-snap---monthly-publication-november-2025.pdf   1221 2025-11 Car Audi A3 Black Contravening a Red Traffic Light None Washwood Heath Road, Hodgehill Washwood Heath Road, Hodgehill Birmingham Birmingham Education N/A      
21770 op-snap---monthly-publication-november-2025.pdf   1312 2025-11 Car Audi A3 Blue Contravening a Red Traffic Light None Island Road Island Road Birmingham Birmingham Education N/A   52.5095686 -1.9544485
21969 op-snap---monthly-publication-november-2025.pdf   1511 2025-11 Car Audi Q7 Grey Contravening a Red Traffic Light None Friary Road Friary Road Birmingham Birmingham Warning Letter N/A   52.5162814 -1.9395798
21977 op-snap---monthly-publication-november-2025.pdf   1519 2025-11 Car Audi RS3 Grey Contravening a Red Traffic Light None Warwick Road Warwick Road Birmingham Birmingham Fixed Penalty N/A   52.4555288 -1.8613929
22039 op-snap---monthly-publication-november-2025.pdf   1581 2025-11 Car Audi A5 Grey Contravening a Red Traffic Light None Richmond Road / Bordesley Green East Richmond Road / Bordesley Green East Birmingham Birmingham Fixed Penalty N/A   52.4782908 -1.814803

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