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

10 rows where council_area = "Birmingham", offence = "Contravening a Red Traffic Light" and vehicle_make = "Jaguar" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence, offence_location_raw, offence_location, nfa_rationale, latitude, longitude

month 7

  • 2025-07 2
  • 2025-08 2
  • 2025-09 2
  • 2025-03 1
  • 2025-04 1
  • 2025-06 1
  • 2025-12 1

disposal 3

  • Education 4
  • NFA 4
  • Warning Letter 2

vehicle_make 1

  • Jaguar · 10 ✖

reporter_transport_mode 1

  • Car 10

offence 1

  • Contravening a Red Traffic Light · 10 ✖

council_area 1

  • Birmingham · 10 ✖
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
4272 op-snap---monthly-publication-december-2025.pdf   400 2025-12 Car Jaguar E Pace Grey Contravening a Red Traffic Light None Stratford Road Stratford Road Birmingham Birmingham Warning Letter N/A   52.4203897 -1.8338574
24463 op-snap---monthly-publication-september-2025.pdf   682 2025-09 Car Jaguar XE Grey Contravening a Red Traffic Light None Dudley Road Dudley Road Birmingham Birmingham NFA No Offence   52.4865107 -1.9386263
24630 op-snap---monthly-publication-september-2025.pdf   849 2025-09 Car Jaguar XF.. Black Contravening a Red Traffic Light None Dartmouth Circus Dartmouth Circus Birmingham Birmingham Education N/A   52.4926487 -1.8879638
2447 op-snap---monthly-publication-august-2025.pdf   422 2025-08 Car Jaguar XE Blue Contravening a Red Traffic Light None Alcester Road South Alcester Road South Birmingham Birmingham Education N/A   52.4170522 -1.8906187
2494 op-snap---monthly-publication-august-2025.pdf   469 2025-08 Car Jaguar e pace Black Contravening a Red Traffic Light None Alcester Road Alcester Road Birmingham Birmingham Education N/A   52.4470686 -1.8880749
12200 op-snap---monthly-publication-july-2025.pdf   252 2025-07 Car Jaguar XF Blue Contravening a Red Traffic Light None Warwick Road Warwick Road Birmingham Birmingham Education N/A   52.4555288 -1.8613929
12285 op-snap---monthly-publication-july-2025.pdf   337 2025-07 Car Jaguar I Pace Grey Contravening a Red Traffic Light None Robin Hood Island Robin Hood Island Birmingham Birmingham NFA No Offence   52.4220705 -1.8372335
14739 op-snap---monthly-publication-june-2025.pdf   668 2025-06 Car Jaguar Fpace Grey Contravening a Red Traffic Light None Alcester Road Alcester Road Birmingham Birmingham NFA No Offence   52.4470686 -1.8880749
1669 op-snap---monthly-publication-april-2025.pdf   1668 2025-04 Car Jaguar XF Sportbrake Red Contravening a Red Traffic Light none Bordesley green east/ stoney lane/ yew tree Bordesley green east/ stoney lane/ yew tree Birmingham Birmingham NFA Outside of 14 Days NIP   52.4779178 -1.8069073
16897 op-snap---monthly-publication-march-2025.pdf   654 2025-03 Car Jaguar E Pace Grey Contravening a Red Traffic Light None Long Acre Long Acre Birmingham Birmingham Warning Letter Outside of 14 DAYS Late Submission Yes - Via Email 52.5051253 -1.8646383

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