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 = "Education", month = "2025-05" and vehicle_make = "Honda" 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, latitude, longitude

offence 4

  • Stop a vehicle within pelican pedestrian crossing limits 6
  • Driving without Due Care and Attention 4
  • Contravening a Red Traffic Light 2
  • Stop a vehicle on pedestrian crossing 2

council_area 3

  • Birmingham 11
  • Sandwell 2
  • Dudley 1

reporter_transport_mode 2

  • Car 13
  • Pedal Bike 1

vehicle_make 1

  • Honda · 14 ✖

month 1

  • 2025-05 · 14 ✖

disposal 1

  • Education · 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
18674 op-snap---monthly-publication-may-2025.pdf   36 2025-05 Car Honda Jazz Blue Driving without Due Care and Attention None Barnes Hill Barnes Hill Birmingham Birmingham Education N/A   52.4401325 -1.9785938
18932 op-snap---monthly-publication-may-2025.pdf   294 2025-05 Car Honda JAZZ White Stop a vehicle within pelican pedestrian crossing limits None LOZELLS ROAD Lozells Road Birmingham Birmingham Education N/A   52.502683 -1.9033516
19078 op-snap---monthly-publication-may-2025.pdf   440 2025-05 Car Honda Civic Black Stop a vehicle within pelican pedestrian crossing limits None Robert Street Robert Street Dudley Dudley Education N/A   52.5221845 -2.1196502
19249 op-snap---monthly-publication-may-2025.pdf   611 2025-05 Car Honda Jazz 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
19299 op-snap---monthly-publication-may-2025.pdf   661 2025-05 Car Honda Civic White Driving without Due Care and Attention None Jenkins Street Jenkins Street Birmingham Birmingham Education N/A   52.4705155 -1.8650312
19423 op-snap---monthly-publication-may-2025.pdf   785 2025-05 Car Honda Civic Grey Stop a vehicle within pelican pedestrian crossing limits None Bearwood Road Bearwood Road Sandwell Sandwell Education N/A   52.4725977 -1.9684448
19539 op-snap---monthly-publication-may-2025.pdf   901 2025-05 Car Honda Jazz Blue Contravening a Red Traffic Light None Alcester Road Alcester Road Birmingham Birmingham Education N/A   52.4470686 -1.8880749
19541 op-snap---monthly-publication-may-2025.pdf   903 2025-05 Pedal Bike Honda Jazz Blue Driving without Due Care and Attention None Yardley Wood Rd Yardley Wood Road Birmingham Birmingham Education N/A   52.4103191 -1.8670224
19572 op-snap---monthly-publication-may-2025.pdf   934 2025-05 Car Honda Civic Black Contravening a Red Traffic Light None Portway Road, Oldbury Portway Road, Oldbury Sandwell Sandwell Education N/A   52.5004096 -2.0189226
19671 op-snap---monthly-publication-may-2025.pdf   1033 2025-05 Car Honda Jazz Black Driving without Due Care and Attention None Garretts Green Lane Garretts Green Lane Birmingham Birmingham Education N/A   52.4675802 -1.7905748
19705 op-snap---monthly-publication-may-2025.pdf   1067 2025-05 Car Honda Jazz Grey Stop a vehicle within pelican pedestrian crossing limits None Witton Road Witton Road Birmingham Birmingham Education N/A   52.513336 -1.8833226
19718 op-snap---monthly-publication-may-2025.pdf   1080 2025-05 Car Honda Civic Grey Stop a vehicle within pelican pedestrian crossing limits None Washwood Heath Road Washwood Heath Road Birmingham Birmingham Education N/A   52.4929304 -1.8229092
19732 op-snap---monthly-publication-may-2025.pdf   1094 2025-05 Car Honda CIVIC Grey Stop a vehicle on pedestrian crossing None Washwood Heath Road Washwood Heath Road Birmingham Birmingham Education N/A   52.4929304 -1.8229092
19881 op-snap---monthly-publication-may-2025.pdf   1243 2025-05 Car Honda Jazz Silver Stop a vehicle on pedestrian crossing None Witton Road Witton Road Birmingham Birmingham Education N/A   52.513336 -1.8833226

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