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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, second_offence, council_area_raw, nfa_rationale

disposal 4

  • Fixed Penalty 7
  • Education 4
  • NFA 2
  • Court 1

council_area 3

  • Birmingham 9
  • Wolverhampton 4
  • Halesowen 1

vehicle_make 1

  • Volkswagen · 14 ✖

reporter_transport_mode 1

  • Car 14

offence 1

  • Contravening a Red Traffic Light · 14 ✖

month 1

  • 2025-01 · 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
8923 op-snap---monthly-publication-january-2025.pdf   31 2025-01 Car Volkswagen Golf Grey Contravening a Red Traffic Light None Dudley Road Dudley Road Halesowen Halesowen Education N/A Yes - Via Email 52.5717314 -2.1249182
9205 op-snap---monthly-publication-january-2025.pdf   313 2025-01 Car Volkswagen GOLF Black Contravening a Red Traffic Light None WAKE GREEN ROAD Wake Green Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4437078 -1.8783408
9340 op-snap---monthly-publication-january-2025.pdf   448 2025-01 Car Volkswagen UP Silver Contravening a Red Traffic Light No Insurance CUCKOO ROAD Cuckoo Road Birmingham Birmingham Court N/A Yes - Via Email 52.5049023 -1.8603659
9565 op-snap---monthly-publication-january-2025.pdf   673 2025-01 Car Volkswagen Golf Black Contravening a Red Traffic Light No Insurance Junction 10, M6 Junction 10, M6 Wolverhampton Wolverhampton Fixed Penalty N/A Yes - Via Email    
9654 op-snap---monthly-publication-january-2025.pdf   762 2025-01 Car Volkswagen Polo Red Contravening a Red Traffic Light None Chapel Ash Chapel Ash Wolverhampton Wolverhampton Education N/A Yes - Via Email 52.5857494 -2.1409393
9791 op-snap---monthly-publication-january-2025.pdf   899 2025-01 Car Volkswagen Crafter White Contravening a Red Traffic Light None Blackhalve Lane Blackhalve Lane Wolverhampton Wolverhampton NFA No VRM Yes - Via Email 52.6139368 -2.0960778
9805 op-snap---monthly-publication-january-2025.pdf   913 2025-01 Car Volkswagen Transporter Black Contravening a Red Traffic Light None Ladywood Middleway Ladywood Middleway Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.473883 -1.9198244
9849 op-snap---monthly-publication-january-2025.pdf   957 2025-01 Car Volkswagen GOLF Grey Contravening a Red Traffic Light None HAGLEY ROAD Hagley Road Birmingham Birmingham Education N/A Yes - Via Email 52.471632 -1.9456776
9909 op-snap---monthly-publication-january-2025.pdf   1017 2025-01 Car Volkswagen GOLF Grey Contravening a Red Traffic Light None JENENS ROAD Jenens Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email    
9994 op-snap---monthly-publication-january-2025.pdf   1102 2025-01 Car Volkswagen Golf Black Contravening a Red Traffic Light None Nursery Road Nursery Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4979836 -1.9118163
10136 op-snap---monthly-publication-january-2025.pdf   1244 2025-01 Car Volkswagen Golf R Blue Contravening a Red Traffic Light None Warick Road,Birmingham Warick Road, Birmingham Birmingham Birmingham Fixed Penalty N/A Yes - Via Email    
10138 op-snap---monthly-publication-january-2025.pdf   1246 2025-01 Car Volkswagen Golf Silver Contravening a Red Traffic Light None Battery Way Battery Way Birmingham Birmingham Education N/A Yes - Via Email 52.4493988 -1.8476406
10179 op-snap---monthly-publication-january-2025.pdf   1287 2025-01 Car Volkswagen golf Silver Contravening a Red Traffic Light None A454 and the A41 Chapel Ash A454 and the A41 Chapel Ash Wolverhampton Wolverhampton Fixed Penalty N/A Yes - Via Email 52.5859089 -2.1456551
10312 op-snap---monthly-publication-january-2025.pdf   1420 2025-01 Car Volkswagen MOVE UP Silver Contravening a Red Traffic Light None DUDDESTION ROAD Duddestion Road Birmingham Birmingham NFA No Offence Yes - Via Email    

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