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

11 rows where council_area = "Sutton Coldfield", offence = "Contravening a Red Traffic Light" and vehicle_make = "BMW" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

month 7

  • 2025-03 3
  • 2025-05 2
  • 2025-06 2
  • 2025-08 1
  • 2025-10 1
  • 2025-12 1
  • 2026-02 1

disposal 4

  • NFA 4
  • Education 3
  • Warning Letter 3
  • Court 1

reporter_transport_mode 2

  • Car 10
  • Pedestrian 1

vehicle_make 1

  • BMW · 11 ✖

offence 1

  • Contravening a Red Traffic Light · 11 ✖

council_area 1

  • Sutton Coldfield · 11 ✖
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
8432 op-snap---monthly-publication-february-2026.pdf   1179 2026-02 Car BMW M135i Blue Contravening a Red Traffic Light None Coleshill Road Coleshill Road Sutton Coldfield Sutton Coldfield Education N/A   52.5613155 -1.8139826
4832 op-snap---monthly-publication-december-2025.pdf   960 2025-12 Car BMW 218I Black Contravening a Red Traffic Light None Lichfield Road Lichfield Road Sutton Coldfield Sutton Coldfield NFA No Offence   52.5872149 -1.8300386
22461 op-snap---monthly-publication-october-2025.pdf   411 2025-10 Car BMW 120d Black Contravening a Red Traffic Light None Whitehouse Common Road Whitehouse Common Road Sutton Coldfield Sutton Coldfield Warning Letter N/A   52.574907 -1.8032902
2440 op-snap---monthly-publication-august-2025.pdf   415 2025-08 Car BMW 116d Black Contravening a Red Traffic Light None Walmley Ash Road Walmley Ash Road Sutton Coldfield Sutton Coldfield NFA No Independent Evidence Available   52.5376726 -1.7973346
15065 op-snap---monthly-publication-june-2025.pdf   994 2025-06 Car BMW X6 White Contravening a Red Traffic Light None Peddimore Roundabout Peddimore Roundabout Sutton Coldfield Sutton Coldfield Education N/A      
15617 op-snap---monthly-publication-june-2025.pdf   1546 2025-06 Car BMW 318D Grey Contravening a Red Traffic Light No Insurance Icknield St Icknield Street Sutton Coldfield Sutton Coldfield Court N/A   52.5709191 -1.8759339
19059 op-snap---monthly-publication-may-2025.pdf   421 2025-05 Car BMW X3.. Black Contravening a Red Traffic Light None Chester Road Chester Road Sutton Coldfield Sutton Coldfield NFA No Independent Evidence Available   52.5359496 -1.8324115
19559 op-snap---monthly-publication-may-2025.pdf   921 2025-05 Car BMW 116 Orange Contravening a Red Traffic Light None Chester Road Chester Road Sutton Coldfield Sutton Coldfield Education N/A   52.5359496 -1.8324115
17473 op-snap---monthly-publication-march-2025.pdf   1230 2025-03 Pedestrian BMW X4 White Contravening a Red Traffic Light None Chester Road Chester Road Sutton Coldfield Sutton Coldfield NFA No Offence Yes - Via Email 52.5359496 -1.8324115
17762 op-snap---monthly-publication-march-2025.pdf   1519 2025-03 Car BMW 520 Grey Contravening a Red Traffic Light None Walmley Road at Fox Hollies Road Walmley Road at Fox Hollies Road Sutton Coldfield Sutton Coldfield Warning Letter N/A Yes - Via Email 52.5405351 -1.8002219
18099 op-snap---monthly-publication-march-2025.pdf   1856 2025-03 Car BMW IX1 Blue Contravening a Red Traffic Light None Lichfield Road Lichfield Road Sutton Coldfield Sutton Coldfield Warning Letter N/A Yes - Via Email 52.5872149 -1.8300386

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