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

8 rows where council_area = "Birmingham", disposal = "Other Action Taken" and month = "2025-07" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_colour, second_offence, nfa_rationale

vehicle_make 5

  • BMW 2
  • Mercedes-Benz 2
  • Audi 1
  • Vauxhall 1
  • Volkswagen 1

offence 5

  • Driving without Due Care and Attention 3
  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 2
  • Cause vehicle to be left in a dangerous position 1
  • Contravening a Red Traffic Light 1
  • Misc - Non Traffic Offences 1

reporter_transport_mode 2

  • Car 6
  • Pedestrian 2

month 1

  • 2025-07 · 8 ✖

disposal 1

  • Other Action Taken · 8 ✖

council_area 1

  • Birmingham · 8 ✖
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
12263 op-snap---monthly-publication-july-2025.pdf   315 2025-07 Car   Kawasaki ZX6 Green Driving without Due Care and Attention None Kent Road Kent Road Birmingham Birmingham Other Action Taken N/A   52.4046857 -2.021387
12456 op-snap---monthly-publication-july-2025.pdf   508 2025-07 Car Vauxhall   Silver Contravening a Red Traffic Light No Insurance Sheaf Lane Sheaf Lane Birmingham Birmingham Other Action Taken N/A   52.4540536 -1.7819436
12466 op-snap---monthly-publication-july-2025.pdf   518 2025-07 Car Mercedes-Benz GL 250 Black Misc - Non Traffic Offences None Gleneagles Road Gleneagles Road Birmingham Birmingham Other Action Taken N/A   52.4697061 -1.7934754
12686 op-snap---monthly-publication-july-2025.pdf   738 2025-07 Car BMW 520 D Black Driving without Due Care and Attention None Watson Road Watson Road Birmingham Birmingham Other Action Taken N/A   52.4897107 -1.839943
13201 op-snap---monthly-publication-july-2025.pdf   1253 2025-07 Car BMW M1 White Driving without Due Care and Attention None Warwick Road Warwick Road Birmingham Birmingham Other Action Taken N/A   52.4555288 -1.8613929
13618 op-snap---monthly-publication-july-2025.pdf   1670 2025-07 Pedestrian Volkswagen Golf Silver Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Reginald Road Reginald Road Birmingham Birmingham Other Action Taken N/A   52.4893183 -1.8578906
13862 op-snap---monthly-publication-july-2025.pdf   1914 2025-07 Car Audi A4 Silver Cause vehicle to be left in a dangerous position None washwood Heath road washwood Heath road Birmingham Birmingham Other Action Taken Misc Inc Crimes   52.4929304 -1.8229092
14060 op-snap---monthly-publication-july-2025.pdf   2112 2025-07 Pedestrian Mercedes-Benz A180 Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Cecil Road Cecil Road Birmingham Birmingham Other Action Taken N/A   52.5191059 -1.8452462

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