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'}

12 rows where disposal = "Education", month = "2025-06" 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

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

reporter_transport_mode 3

  • Car 8
  • Pedal Bike 2
  • Pedestrian 2

council_area 2

  • Birmingham 11
  • Solihull 1

vehicle_make 1

  • Honda · 12 ✖

month 1

  • 2025-06 · 12 ✖

disposal 1

  • Education · 12 ✖
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
14154 op-snap---monthly-publication-june-2025.pdf   83 2025-06 Car Honda Civic Silver Driving without Due Care and Attention None A38 Aston expressway Aston expressway Birmingham Birmingham Education N/A   52.493793 -1.8881773
14261 op-snap---monthly-publication-june-2025.pdf   190 2025-06 Pedal Bike Honda Civic Black Driving without Due Care and Attention None Pershore Road Pershore Road Birmingham Birmingham Education N/A   52.4308271 -1.920078
14356 op-snap---monthly-publication-june-2025.pdf   285 2025-06 Car Honda Civic Blue Driving without Due Care and Attention None Gravelly Hill Gravelly Hill Birmingham Birmingham Education N/A   52.5153884 -1.8527437
14694 op-snap---monthly-publication-june-2025.pdf   623 2025-06 Car Honda Jazz Silver Driving without Due Care and Attention None Chester Road Chester Road Birmingham Birmingham Education N/A   52.5359496 -1.8324115
14793 op-snap---monthly-publication-june-2025.pdf   722 2025-06 Car Honda Jazz Red Contravening a Red Traffic Light None Longdon Road Knowle Longdon Road Knowle Solihull Solihull Education N/A   52.3895144 -1.7388418
14823 op-snap---monthly-publication-june-2025.pdf   752 2025-06 Car Honda Civic Black Contravening a Red Traffic Light None Short Heath Road Short Heath Road Birmingham Birmingham Education N/A   52.5302344 -1.8505439
14982 op-snap---monthly-publication-june-2025.pdf   911 2025-06 Car Honda Jazz 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
14983 op-snap---monthly-publication-june-2025.pdf   912 2025-06 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
15027 op-snap---monthly-publication-june-2025.pdf   956 2025-06 Pedestrian Honda SH 125 Black Driving without Due Care and Attention None BIRMINGHAM BREW COMPANY Birmingham Brew Company Birmingham Birmingham Education N/A      
15172 op-snap---monthly-publication-june-2025.pdf   1101 2025-06 Pedal Bike Honda Jazz Silver Driving without Due Care and Attention None Highters Heath Lane Highters Heath Lane Birmingham Birmingham Education N/A   52.4100972 -1.8742772
15435 op-snap---monthly-publication-june-2025.pdf   1364 2025-06 Car Honda Civic Blue Stop a vehicle on pedestrian crossing None Washwood Heath Road Washwood Heath Road Birmingham Birmingham Education N/A   52.4929304 -1.8229092
15588 op-snap---monthly-publication-june-2025.pdf   1517 2025-06 Pedestrian Honda moped Red Driving without Due Care and Attention None Grove Park, Harborne Grove Park, Harborne Birmingham Birmingham Education N/A   52.4511425 -1.9545301

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