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 disposal = "NFA", offence = "Stop a vehicle within pelican pedestrian crossing limits" and vehicle_make = "Vauxhall" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

month 5

  • 2025-04 3
  • 2025-06 3
  • 2025-03 2
  • 2025-02 1
  • 2025-07 1

reporter_transport_mode 3

  • Car 4
  • Pedestrian 4
  • Pedal Bike 2

council_area 3

  • Birmingham 8
  • Out of Force Area 1
  • Sandwell 1

vehicle_make 1

  • Vauxhall · 10 ✖

offence 1

  • Stop a vehicle within pelican pedestrian crossing limits · 10 ✖

disposal 1

  • NFA · 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
13013 op-snap---monthly-publication-july-2025.pdf   1065 2025-07 Car Vauxhall   White Stop a vehicle within pelican pedestrian crossing limits None St Marys Row , Moseley , Birmingham Street Marys Row , Moseley , Birmingham Birmingham Birmingham NFA Outside of 14 Days NIP      
15368 op-snap---monthly-publication-june-2025.pdf   1297 2025-06 Pedestrian Vauxhall Corsa Black Stop a vehicle within pelican pedestrian crossing limits None Clifton Down, Bristol Clifton Down, Bristol Out of Force Area Out of Force Area NFA Out of Force      
15419 op-snap---monthly-publication-june-2025.pdf   1348 2025-06 Pedestrian Vauxhall   Grey Stop a vehicle within pelican pedestrian crossing limits None Allens Croft Road Allens Croft Road Birmingham Birmingham NFA No Independent Evidence Available   52.4242527 -1.910803
15789 op-snap---monthly-publication-june-2025.pdf   1718 2025-06 Pedal Bike Vauxhall   Silver Stop a vehicle within pelican pedestrian crossing limits None Pershore Road Pershore Road Birmingham Birmingham NFA No VRM   52.4308271 -1.920078
1485 op-snap---monthly-publication-april-2025.pdf   1484 2025-04 Pedal Bike Vauxhall Corsa Silver Stop a vehicle within pelican pedestrian crossing limits None Fulford Hall Road Fulford Hall Road Birmingham Birmingham NFA Outside of 14 Days NIP      
1733 op-snap---monthly-publication-april-2025.pdf   1732 2025-04 Car Vauxhall NP White Stop a vehicle within pelican pedestrian crossing limits None Washwood heath Road , Birmingham Washwood heath Road , Birmingham Birmingham Birmingham NFA Outside of 14 Days NIP   52.4949047 -1.8544884
1995 op-snap---monthly-publication-april-2025.pdf   1994 2025-04 Car Vauxhall NP Black Stop a vehicle within pelican pedestrian crossing limits None Springfield Road , Birmingham Springfield Road , Birmingham Birmingham Birmingham NFA Outside of 14 Days NIP   52.4348104 -1.887573
17260 op-snap---monthly-publication-march-2025.pdf   1017 2025-03 Pedestrian Vauxhall Vivaro White Stop a vehicle within pelican pedestrian crossing limits No Insurance Dudley Road Dudley Road Birmingham Birmingham NFA Not in Public Interest Yes - Via Email 52.4865107 -1.9386263
17670 op-snap---monthly-publication-march-2025.pdf   1427 2025-03 Pedestrian Vauxhall Movano White Stop a vehicle within pelican pedestrian crossing limits None Kingstanding Road, Birmingham Kingstanding Road, Birmingham Birmingham Birmingham NFA No Offence Yes - Via Email 52.5457664 -1.8850964
6171 op-snap---monthly-publication-february-2025.pdf   988 2025-02 Car Vauxhall GOLF Grey Stop a vehicle within pelican pedestrian crossing limits None BRASSHOUSE LANE Brasshouse Lane Sandwell Sandwell NFA No VRM Yes - Via Email 52.5006605 -1.9694988

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