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 = "2026-02", offence = "Stop a vehicle within pelican pedestrian crossing limits" and vehicle_make = "Mercedes-Benz" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, offence_location_raw, offence_location, council_area_raw, nfa_rationale, latitude, longitude

reporter_transport_mode 3

  • Car 11
  • Pedal Bike 2
  • Pedestrian 1

disposal 3

  • Education 9
  • Warning Letter 4
  • Duplicate Submission 1

council_area 3

  • Birmingham 12
  • Coventry 1
  • Solihull 1

vehicle_make 1

  • Mercedes-Benz · 14 ✖

offence 1

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

month 1

  • 2026-02 · 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
7277 op-snap---monthly-publication-february-2026.pdf   24 2026-02 Car Mercedes-Benz CLC 220 Black Stop a vehicle within pelican pedestrian crossing limits None Warwick Road Warwick Road Solihull Solihull Duplicate Submission Duplicate Submission   52.4428606 -1.812114
7385 op-snap---monthly-publication-february-2026.pdf   132 2026-02 Car Mercedes-Benz Sprinter White Stop a vehicle within pelican pedestrian crossing limits None Washwood Heath Road Washwood Heath Road Birmingham Birmingham Education N/A   52.4929304 -1.8229092
7473 op-snap---monthly-publication-february-2026.pdf   220 2026-02 Car Mercedes-Benz 312.. White Stop a vehicle within pelican pedestrian crossing limits None Lozells Road Lozells Road Birmingham Birmingham Education N/A   52.502683 -1.9033516
7746 op-snap---monthly-publication-february-2026.pdf   493 2026-02 Car Mercedes-Benz A180.. Silver Stop a vehicle within pelican pedestrian crossing limits None Washwood Heath Road Washwood Heath Road Birmingham Birmingham Education N/A   52.4929304 -1.8229092
7765 op-snap---monthly-publication-february-2026.pdf   512 2026-02 Car Mercedes-Benz Splinter Green Stop a vehicle within pelican pedestrian crossing limits None Witton Road Witton Road Birmingham Birmingham Education N/A   52.513336 -1.8833226
7950 op-snap---monthly-publication-february-2026.pdf   697 2026-02 Pedal Bike Mercedes-Benz Sprinter White Stop a vehicle within pelican pedestrian crossing limits None Poplar Road Poplar Road Birmingham Birmingham Education N/A   52.436035 -1.891685
8243 op-snap---monthly-publication-february-2026.pdf   990 2026-02 Car Mercedes-Benz E55 Black Stop a vehicle within pelican pedestrian crossing limits None Witton Road Witton Road Birmingham Birmingham Education N/A   52.513336 -1.8833226
8369 op-snap---monthly-publication-february-2026.pdf   1116 2026-02 Car Mercedes-Benz Sprinter White Stop a vehicle within pelican pedestrian crossing limits None Washwood Heath Road Washwood Heath Road Birmingham Birmingham Education N/A   52.4929304 -1.8229092
8388 op-snap---monthly-publication-february-2026.pdf   1135 2026-02 Car Mercedes-Benz Sprinter White Stop a vehicle within pelican pedestrian crossing limits None Washwood Heath Road Washwood Heath Road Birmingham Birmingham Education N/A   52.4929304 -1.8229092
8393 op-snap---monthly-publication-february-2026.pdf   1140 2026-02 Car Mercedes-Benz GLE 450 Black Stop a vehicle within pelican pedestrian crossing limits None Washwood Heath Road Washwood Heath Road Birmingham Birmingham Education N/A   52.4929304 -1.8229092
8728 op-snap---monthly-publication-february-2026.pdf   1475 2026-02 Pedal Bike Mercedes-Benz spinter White Stop a vehicle within pelican pedestrian crossing limits None stoney stanton road Stoney Stanton Road Coventry Coventry Warning Letter N/A   52.4221152 -1.4959475
8731 op-snap---monthly-publication-february-2026.pdf   1478 2026-02 Pedestrian Mercedes-Benz a180 Black Stop a vehicle within pelican pedestrian crossing limits None bearwood road Bearwood Road Birmingham Birmingham Warning Letter Duplicate Submission   52.4762784 -1.9678366
8795 op-snap---monthly-publication-february-2026.pdf   1542 2026-02 Car Mercedes-Benz sprinter White Stop a vehicle within pelican pedestrian crossing limits None washwood heath road Washwood Heath Road Birmingham Birmingham Warning Letter N/A   52.4929304 -1.8229092
8796 op-snap---monthly-publication-february-2026.pdf   1543 2026-02 Car Mercedes-Benz c220 Black Stop a vehicle within pelican pedestrian crossing limits None washwood heath road Washwood Heath Road Birmingham Birmingham Warning Letter N/A   52.4929304 -1.8229092

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