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 disposal = "Fixed Penalty", offence = "Contravening a Red Traffic Light" and vehicle_make = "Skoda" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source_file, vehicle_model, vehicle_colour, council_area_raw

month 7

  • 2025-03 6
  • 2025-02 3
  • 2025-01 1
  • 2025-06 1
  • 2025-08 1
  • 2025-09 1
  • 2026-02 1

council_area 4

  • Birmingham 11
  • Coventry 1
  • Sandwell 1
  • Solihull 1

vehicle_make 1

  • Skoda · 14 ✖

reporter_transport_mode 1

  • Car 14

offence 1

  • Contravening a Red Traffic Light · 14 ✖

disposal 1

  • Fixed Penalty · 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
7586 op-snap---monthly-publication-february-2026.pdf   333 2026-02 Car Skoda fabia White Contravening a Red Traffic Light None West Bromwich Street West Bromwich Street Sandwell Sandwell Fixed Penalty N/A   52.5075775 -2.0180673
23783 op-snap---monthly-publication-september-2025.pdf   2 2025-09 Car Skoda Elroq Blue Contravening a Red Traffic Light None Kingsbury Road Kingsbury Road Birmingham Birmingham Fixed Penalty N/A   52.5292752 -1.7618805
2965 op-snap---monthly-publication-august-2025.pdf   940 2025-08 Car Skoda Octavia Blue Contravening a Red Traffic Light None Fox Hollies Road Fox Hollies Road Birmingham Birmingham Fixed Penalty N/A   52.5517052 -1.7825505
14492 op-snap---monthly-publication-june-2025.pdf   421 2025-06 Car Skoda Octivia Silver Contravening a Red Traffic Light None Kings Road Kings Road Birmingham Birmingham Fixed Penalty N/A   52.5531351 -1.8852761
17025 op-snap---monthly-publication-march-2025.pdf   782 2025-03 Car Skoda Octavia Black Contravening a Red Traffic Light None Grove Lane Grove Lane Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.5055208 -1.9328067
17266 op-snap---monthly-publication-march-2025.pdf   1023 2025-03 Car Skoda Octavia Grey Contravening a Red Traffic Light None Stratford Road Stratford Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4203897 -1.8338574
17856 op-snap---monthly-publication-march-2025.pdf   1613 2025-03 Car Skoda Kodiaq Black Contravening a Red Traffic Light None Washwood Heath Road Washwood Heath Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4929304 -1.8229092
17990 op-snap---monthly-publication-march-2025.pdf   1747 2025-03 Car Skoda Kamiq White Contravening a Red Traffic Light None Blue ribbon Island, Foleshill Road at A444 Blue ribbon Island, Foleshill Road at A444 Coventry Coventry Fixed Penalty N/A Yes - Via Email    
18074 op-snap---monthly-publication-march-2025.pdf   1831 2025-03 Car Skoda Fabia Blue Contravening a Red Traffic Light None Bromford Lane Bromford Lane Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.5083238 -1.8332287
18288 op-snap---monthly-publication-march-2025.pdf   2045 2025-03 Car Skoda Octivia Black Contravening a Red Traffic Light None A41 A41 Solihull Solihull Fixed Penalty N/A Yes - Via Email    
6136 op-snap---monthly-publication-february-2025.pdf   953 2025-02 Car Skoda Fabia Grey Contravening a Red Traffic Light None Bordesley Green Road Bordesley Green Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4804926 -1.8563658
6657 op-snap---monthly-publication-february-2025.pdf   1474 2025-02 Car Skoda Kamiq White Contravening a Red Traffic Light None Sir Herbert Austin Way Sir Herbert Austin Way Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4132666 -1.9735631
7159 op-snap---monthly-publication-february-2025.pdf   1976 2025-02 Car Skoda Karoq Blue Contravening a Red Traffic Light None Ladywood Middlway Ladywood Middlway Birmingham Birmingham Fixed Penalty N/A Yes - Via Email    
10262 op-snap---monthly-publication-january-2025.pdf   1370 2025-01 Car Skoda Octavia Silver Contravening a Red Traffic Light None Tyburn Road Tyburn Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.5113867 -1.8337258

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